Re: [PATCH] svcrdma: RDMA support not yet compatible with RPC6

2010-04-05 Thread Tom Tucker
J. Bruce Fields wrote: On Mon, Apr 05, 2010 at 12:16:18PM -0400, J. Bruce Fields wrote: On Mon, Apr 05, 2010 at 10:50:16AM -0500, Tom Tucker wrote: J. Bruce Fields wrote: On Mon, Apr 05, 2010 at 10:55:12AM -0400, Chuck Lever wrote: On 04/03/2010 09:27 AM, Tom Tucker

Re: [PATCH] svcrdma: RDMA support not yet compatible with RPC6

2010-04-05 Thread J. Bruce Fields
On Mon, Apr 05, 2010 at 12:16:18PM -0400, J. Bruce Fields wrote: > On Mon, Apr 05, 2010 at 10:50:16AM -0500, Tom Tucker wrote: > > J. Bruce Fields wrote: > >> On Mon, Apr 05, 2010 at 10:55:12AM -0400, Chuck Lever wrote: > >> > >>> On 04/03/2010 09:27 AM, Tom Tucker wrote: > >>> > RPC6

Re: [PATCH] svcrdma: RDMA support not yet compatible with RPC6

2010-04-05 Thread J. Bruce Fields
On Mon, Apr 05, 2010 at 10:50:16AM -0500, Tom Tucker wrote: > J. Bruce Fields wrote: >> On Mon, Apr 05, 2010 at 10:55:12AM -0400, Chuck Lever wrote: >> >>> On 04/03/2010 09:27 AM, Tom Tucker wrote: >>> RPC6 requires that it be possible to create endpoints that listen exclusively f

Re: [PATCH] svcrdma: RDMA support not yet compatible with RPC6

2010-04-05 Thread Chuck Lever
On 04/05/2010 11:48 AM, J. Bruce Fields wrote: On Mon, Apr 05, 2010 at 10:55:12AM -0400, Chuck Lever wrote: On 04/03/2010 09:27 AM, Tom Tucker wrote: RPC6 requires that it be possible to create endpoints that listen exclusively for IPv4 or IPv6 connection requests. This is not currently support

Re: [PATCH] svcrdma: RDMA support not yet compatible with RPC6

2010-04-05 Thread Tom Tucker
J. Bruce Fields wrote: On Mon, Apr 05, 2010 at 10:55:12AM -0400, Chuck Lever wrote: On 04/03/2010 09:27 AM, Tom Tucker wrote: RPC6 requires that it be possible to create endpoints that listen exclusively for IPv4 or IPv6 connection requests. This is not currently supported by the RDMA A

Re: [PATCH] svcrdma: RDMA support not yet compatible with RPC6

2010-04-05 Thread J. Bruce Fields
On Mon, Apr 05, 2010 at 10:55:12AM -0400, Chuck Lever wrote: > On 04/03/2010 09:27 AM, Tom Tucker wrote: >> RPC6 requires that it be possible to create endpoints that listen >> exclusively for IPv4 or IPv6 connection requests. This is not currently >> supported by the RDMA API. >> >> Signed-off-by:

Re: [PATCH] svcrdma: RDMA support not yet compatible with RPC6

2010-04-05 Thread Chuck Lever
On 04/03/2010 09:27 AM, Tom Tucker wrote: RPC6 requires that it be possible to create endpoints that listen exclusively for IPv4 or IPv6 connection requests. This is not currently supported by the RDMA API. Signed-off-by: Tom Tucker Tested-by: Steve Wise Reviewed-by: Chuck Lever --- net/su

[PATCH] svcrdma: RDMA support not yet compatible with RPC6

2010-04-03 Thread Tom Tucker
RPC6 requires that it be possible to create endpoints that listen exclusively for IPv4 or IPv6 connection requests. This is not currently supported by the RDMA API. Signed-off-by: Tom Tucker Tested-by: Steve Wise --- net/sunrpc/xprtrdma/svc_rdma_transport.c |5 - 1 files changed, 4 inse