qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] vhost: mergeable buffer support
@ 2010-07-28 15:01 Michael S. Tsirkin
  2010-07-28 15:01 ` [Qemu-devel] [PATCH 1/3] tap: generalize code for different vnet header len Michael S. Tsirkin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael S. Tsirkin @ 2010-07-28 15:01 UTC (permalink / raw)
  To: qemu-devel

This adds support for mergeable buffers with vhost.
The tun ioctl this relies on is already in 2.6.34,
the vhost support for the feature has been submitted
for 2.6.36.

Michael S. Tsirkin (3):
  tap: generalize code for different vnet header len
  tap: add APIs for vnet header length
  vhost_net: mergeable buffers support

 hw/vhost_net.c    |   24 +++++++++++++++++++++++-
 net/tap-aix.c     |    9 +++++++++
 net/tap-bsd.c     |    9 +++++++++
 net/tap-linux.c   |   29 +++++++++++++++++++++++++++++
 net/tap-linux.h   |    8 ++++++++
 net/tap-solaris.c |    9 +++++++++
 net/tap-win32.c   |    9 +++++++++
 net/tap.c         |   49 +++++++++++++++++++++++++++++++++++--------------
 net/tap.h         |    4 ++++
 9 files changed, 135 insertions(+), 15 deletions(-)

-- 
MST

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-28 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28 15:01 [Qemu-devel] [PATCH 0/3] vhost: mergeable buffer support Michael S. Tsirkin
2010-07-28 15:01 ` [Qemu-devel] [PATCH 1/3] tap: generalize code for different vnet header len Michael S. Tsirkin
2010-07-28 15:01 ` [Qemu-devel] [PATCH 2/3] tap: add APIs for vnet header length Michael S. Tsirkin
2010-07-28 15:01 ` [Qemu-devel] [PATCH 3/3] vhost_net: mergeable buffers support Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).