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

2013-06-07 Thread David Miller
Please use local variables for the sockaddr_in{,6} pointers instead of casting over and over and over and over again. Thanks. -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at

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

2013-06-06 Thread Vipul Pandya
From: Steve Wise sw...@opengridcomputing.com 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,