User`s guide

Chapter I. Chelsio Unified Wire
Chelsio T5/T4 Unified Wire For Linux Page 40
4.1.3.1. iWARP driver uninstallation on Cluster nodes
To uninstal iWARP drivers on multiple Cluster nodes with a single command, run the following
command:
[root@host] # ./install.py -C -m <machinefilename> -u all
The above command will remove Chelsio iWARP (iw_cxgb4) and TOE (t4_tom) drivers from all
the nodes listed in the machinefilename file.
4.1.4. CLI mode (individual drivers/software)
You can also choose to uninstall drivers/software individually. Provided here are steps to
uninstall NIC, TOE, iWARP, Bypass, WD-TOE, UDP Segmentation Offload drivers and Unified
Wire Manager (UM). To know about other drivers, access help by running make help
To uninstall NIC driver :
[root@host]# make nic_uninstall
To uninstall offload driver:
[root@host]# make toe_uninstall
To uninstall iWARP driver:
[root@host]# make iwarp_uninstall
To uninstall Bypass driver:
[root@host]# make bypass_uninstall
Uninstalling Unified Wire package will not uninstall Unified Wire Manager. Refer
to the next section, CLI mode (individual drivers/software) to remove the
software manually.
Note