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

This adds mergeable buffers support in vhost-net in qemu.
With this patch, sending raw packets while vhost-net is active should
work as well: important for migration.  Compile-tested only for now.
David, could you please review and maybe try this out?
The kernel side is in vhost-net-next. I intend for it to got into
net-next and then into 2.6.36.

TODO: basic test. migration test, send pull request.

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    |   23 ++++++++++++++++++++++-
 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, 134 insertions(+), 15 deletions(-)

-- 
MST

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

end of thread, other threads:[~2010-07-16  9:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-16  9:04 [Qemu-devel] [PATCH RFC 0/3] qemu/vhost-net: mergeable buffers support Michael S. Tsirkin
2010-07-16  9:04 ` [Qemu-devel] [PATCH RFC 1/3] tap: generalize code for different vnet header len Michael S. Tsirkin
2010-07-16  9:04 ` [Qemu-devel] [PATCH RFC 2/3] tap: add APIs for vnet header length Michael S. Tsirkin
2010-07-16  9:04 ` [Qemu-devel] [PATCH RFC 3/3] vhost_net: mergeable buffers support Michael S. Tsirkin
2010-07-16  9:19 ` [Qemu-devel] Re: [PATCH RFC 0/3] qemu/vhost-net: " 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).