
Chapter I. Chelsio Unified Wire
Chelsio T5/T4 Unified Wire For Linux Page 31
To build and install WD-TOE driver:
[root@host]# make wdtoe
[root@host]# make wdtoe_install
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 DCB support:
[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
To build and install FCoE Target drivers:
[root@host]# make fcoe_pdu_offload_target
[root@host]# make fcoe_pdu_offload_target_install
The default T5/T4 configuration tuning option is Unified Wire. 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>
Komentáře k této Příručce