Skip to content

Commit 830662f

Browse files
Vipul Pandyarolandd
authored andcommitted
RDMA/cxgb4: Add support for active and passive open connection with IPv6 address
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 <[email protected]> [ 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 <[email protected]>
1 parent 01bcca6 commit 830662f

File tree

4 files changed

+636
-300
lines changed

4 files changed

+636
-300
lines changed

drivers/infiniband/hw/cxgb4/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config INFINIBAND_CXGB4
22
tristate "Chelsio T4 RDMA Driver"
3-
depends on CHELSIO_T4 && INET
3+
depends on CHELSIO_T4 && INET && (IPV6 || IPV6=n)
44
select GENERIC_ALLOCATOR
55
---help---
66
This is an iWARP/RDMA driver for the Chelsio T4 1GbE and

0 commit comments

Comments
 (0)