rdma: ONCRPC RDMA protocol marshalling
authorTom Tucker <tom@opengridcomputing.com>
Wed, 12 Dec 2007 22:13:27 +0000 (16:13 -0600)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 1 Feb 2008 21:42:14 +0000 (16:42 -0500)
commitef1eac0a3fa86b06aa2d87021f157d13abc1903f
treea91fab9fc27b3318747fa70e8b2021765ef801df
parentc06b540a54ad01d2fda8cfb5d8823b9b3d8d1cb2
rdma: ONCRPC RDMA protocol marshalling

This logic parses the ONCRDMA protocol headers that
precede the actual RPC header. It is placed in a separate
file to keep all protocol aware code in a single place.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Acked-by: Neil Brown <neilb@suse.de>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
net/sunrpc/xprtrdma/svc_rdma_marshal.c [new file with mode: 0644]