diff options
author | Tom Tucker <tom@opengridcomputing.com> | 2008-10-22 19:47:39 -0400 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@opteron.(none)> | 2008-10-22 19:47:39 -0400 |
commit | fc79d4b104f0eb8c2a7242150eaf8756ced4c344 (patch) | |
tree | b8e9974570ca194acc3ebd24ba7a864bba80c477 /include/net/9p | |
parent | ea2e7996fc892e9becfed9145fdcefd59f697718 (diff) |
9p: rdma: RDMA Transport Support for 9P
This patch implements the RDMA transport provider for 9P. It allows
mounts to be performed over iWARP and IB capable network interfaces.
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: Latchesar Ionkov <lionkov@lanl.gov>
Diffstat (limited to 'include/net/9p')
-rw-r--r-- | include/net/9p/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 1f17f3d93727..9fe45b32ce4a 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h | |||
@@ -206,6 +206,7 @@ int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst); | |||
206 | struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); | 206 | struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); |
207 | void p9_client_cb(struct p9_client *c, struct p9_req_t *req); | 207 | void p9_client_cb(struct p9_client *c, struct p9_req_t *req); |
208 | 208 | ||
209 | int p9_parse_header(struct p9_fcall *, int32_t *, int8_t *, int16_t *, int); | ||
209 | int p9stat_read(char *, int, struct p9_wstat *, int); | 210 | int p9stat_read(char *, int, struct p9_wstat *, int); |
210 | void p9stat_free(struct p9_wstat *); | 211 | void p9stat_free(struct p9_wstat *); |
211 | 212 | ||