From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/3] vhost: mergeable buffer support
Date: Wed, 28 Jul 2010 18:01:31 +0300 [thread overview]
Message-ID: <cover.1280329252.git.mst@redhat.com> (raw)
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
next reply other threads:[~2010-07-28 15:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-28 15:01 Michael S. Tsirkin [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1280329252.git.mst@redhat.com \
--to=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.