mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 12:25:31 +00:00
830662f6f0
Add new cpl messages, cpl_act_open_req6 and cpl_t5_act_open_req6, for initiating active open connections. Use LLD api cxgb4_create_server and cxgb4_create_server6 for initiating passive open connections. Similarly use cxgb4_remove_server to remove the passive open connections in place of listen_stop. Add support for iWARP over VLAN device and enable IPv6 support on VLAN device. Make use of import_ep in c4iw_reconnect. Signed-off-by: Vipul Pandya <vipul@chelsio.com> [ Fix build when IPv6 is disabled and make sure iw_cxgb4 is not built-in when ipv6 is a module. - Roland ] Signed-off-by: Roland Dreier <roland@purestorage.com>
19 lines
595 B
Plaintext
19 lines
595 B
Plaintext
config INFINIBAND_CXGB4
|
|
tristate "Chelsio T4 RDMA Driver"
|
|
depends on CHELSIO_T4 && INET && (IPV6 || IPV6=n)
|
|
select GENERIC_ALLOCATOR
|
|
---help---
|
|
This is an iWARP/RDMA driver for the Chelsio T4 1GbE and
|
|
10GbE adapters.
|
|
|
|
For general information about Chelsio and our products, visit
|
|
our website at <http://www.chelsio.com>.
|
|
|
|
For customer support, please visit our customer support page at
|
|
<http://www.chelsio.com/support.html>.
|
|
|
|
Please send feedback to <linux-bugs@chelsio.com>.
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called iw_cxgb4.
|