alistair23-linux/net/sunrpc/xprtrdma
Tom Tucker bade732a28 svcrdma: RDMA support not yet compatible with RPC6
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.

This fixes a server RDMA regression introduced by 37498292a "NFSD:
Create PF_INET6 listener in write_ports".

Signed-off-by: Tom Tucker<tom@opengridcomputing.com>
Tested-by: Steve Wise <swise@opengridcomputing.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
2010-04-05 12:10:22 -04:00
..
Makefile
rpc_rdma.c XPRTRDMA: correct an rpc/rdma inline send marshaling error 2009-03-11 14:37:55 -04:00
svc_rdma.c sysctl: Drop & in front of every proc_handler. 2009-11-18 08:37:40 -08:00
svc_rdma_marshal.c
svc_rdma_recvfrom.c net: Move && and || to end of previous line 2009-11-29 16:55:45 -08:00
svc_rdma_sendto.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
svc_rdma_transport.c svcrdma: RDMA support not yet compatible with RPC6 2010-04-05 12:10:22 -04:00
transport.c net/sunrpc: Convert (void)snprintf to snprintf 2010-03-08 12:15:59 -08:00
verbs.c net: Move && and || to end of previous line 2009-11-29 16:55:45 -08:00
xprt_rdma.h