RE: [PATCH V3 1/4] RDMA/cma: Add IPv6 support for iWARP.

2013-07-25 Thread Hefty, Sean
> From: Steve Wise > > This patch modifies the type of local_addr and remote_addr fields in struct > iw_cm_id from struct sockaddr_in to struct sockaddr_storage to hold IPv6 and > IPv4 addresses uniformly. It changes the references of local_addr and > remote_addr in RDMA/cxgb4, RDMA/cxgb3, RDMA/n

[PATCH V3 1/4] RDMA/cma: Add IPv6 support for iWARP.

2013-07-04 Thread Vipul Pandya
From: Steve Wise This patch modifies the type of local_addr and remote_addr fields in struct iw_cm_id from struct sockaddr_in to struct sockaddr_storage to hold IPv6 and IPv4 addresses uniformly. It changes the references of local_addr and remote_addr in RDMA/cxgb4, RDMA/cxgb3, RDMA/nes and amso