User`s guide

Chapter I. Chelsio Unified Wire
Chelsio T5/T4 Unified Wire For Linux Page 32
To build and install WD-TOE and WD-UDP drivers together:
[root@host]# make wdtoe_wdudp
[root@host]# make wdtoe_wdudp_install
To build and install all drivers with DCBX support (only for T4 adapters)
[root@host]# make dcbx=1
[root@host]# make dcbx=1 install
The offload drivers support UDP Segmentation Offload with limited number of connections
(1024 connections).To build and install UDP Offload drivers which support large number of
offload connections (approx 10K):
[root@host]# make udp_offload
[root@host]# make udp_offload_install
The default T5/T4 configuration tuning option is Unified Wire (includes FCoE Initiator). The
configuration tuning can be selected using the following commands:
[root@host]# make CONF=<T5/T4 configuration> <Build Target>
[root@host]# make CONF=<T5/T4 configuration> <Install Target>
3.3. Installing Chelsio Unified Wire from RPM
3.3.1. Menu Mode
i. Download the tarball specific to your operating system and architecture from Chelsio
Download Center, http://service.chelsio.com/
To view the different configuration tuning options, view the help by typing
[root@host]#make help
Note
If IPv6 is administratively disabled in the machine, by default the drivers will be
built and installed without IPv6 Offload support.
Note
High capacity RDMA and High capacity TOE options are currently not
supported with T5 Adapters.
Note