Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117197
b: refs/heads/master
c: fc79d4b
h: refs/heads/master
i:
  117195: a417def
v: v3
  • Loading branch information
Tom Tucker authored and Eric Van Hensbergen committed Oct 22, 2008
1 parent 1a06465 commit db7c9c9
Show file tree
Hide file tree
Showing 5 changed files with 724 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea2e7996fc892e9becfed9145fdcefd59f697718
refs/heads/master: fc79d4b104f0eb8c2a7242150eaf8756ced4c344
1 change: 1 addition & 0 deletions trunk/include/net/9p/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst);
struct p9_req_t *p9_tag_lookup(struct p9_client *, u16);
void p9_client_cb(struct p9_client *c, struct p9_req_t *req);

int p9_parse_header(struct p9_fcall *, int32_t *, int8_t *, int16_t *, int);
int p9stat_read(char *, int, struct p9_wstat *, int);
void p9stat_free(struct p9_wstat *);

Expand Down
6 changes: 6 additions & 0 deletions trunk/net/9p/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ config NET_9P_VIRTIO
This builds support for a transports between
guest partitions and a host partition.

config NET_9P_RDMA
depends on NET_9P && INFINIBAND && EXPERIMENTAL
tristate "9P RDMA Transport (Experimental)"
help
This builds support for a RDMA transport.

config NET_9P_DEBUG
bool "Debug information"
depends on NET_9P
Expand Down
4 changes: 4 additions & 0 deletions trunk/net/9p/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
obj-$(CONFIG_NET_9P) := 9pnet.o
obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o

9pnet-objs := \
mod.o \
Expand All @@ -11,3 +12,6 @@ obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o

9pnet_virtio-objs := \
trans_virtio.o \

9pnet_rdma-objs := \
trans_rdma.o \
Loading

0 comments on commit db7c9c9

Please sign in to comment.