]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - net/9p/trans_virtio.c
[net/9p] Add preferences to transport layer.
authorVenkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Sun, 6 Feb 2011 20:08:01 +0000 (12:08 -0800)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 15 Mar 2011 14:57:35 +0000 (09:57 -0500)
commit6f69c395cefb26ebba2c9bb725296a3a4a9200ec
tree7012a54d7bef23aef8a14b938d329d87609d8937
parent4038866dab4e461e0ef144458bad9d70ce0c98c1
[net/9p] Add preferences to transport layer.

This patch adds preferences field to the p9_trans_module.
Through this, now transport layer can express its preference about the
payload. i.e if payload neds to be part of the PDU or it prefers it
to be sent sepearetly so that the transport layer can handle it in
a better way.

Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
include/net/9p/transport.h
net/9p/trans_virtio.c