Michael S. Tsirkin
2010-May-04 11:21 UTC
[GIT PULL] amended: first round of vhost-net enhancements for net-next
David,
This is an amended pull request: I have rebased the tree to the
correct patches. This has been through basic tests and seems
to work fine here.
The following tree includes a couple of enhancements that help vhost-net.
Please pull them for net-next. Another set of patches is under
debugging/testing and I hope to get them ready in time for 2.6.35,
so there may be another pull request later.
Thanks!
The following changes since commit 7ef527377b88ff05fb122a47619ea506c631c914:
Merge branch 'master' of
master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 (2010-05-02 22:02:06
-0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost
Michael S. Tsirkin (2):
tun: add ioctl to modify vnet header size
macvtap: add ioctl to modify vnet header size
drivers/net/macvtap.c | 27 +++++++++++++++++++++++----
drivers/net/tun.c | 32 ++++++++++++++++++++++++++++----
include/linux/if_tun.h | 2 ++
3 files changed, 53 insertions(+), 8 deletions(-)
--
MST
David Miller
2010-May-06 07:29 UTC
[GIT PULL] amended: first round of vhost-net enhancements for net-next
From: "Michael S. Tsirkin" <mst at redhat.com> Date: Tue, 4 May 2010 14:21:01 +0300> This is an amended pull request: I have rebased the tree to the > correct patches. This has been through basic tests and seems > to work fine here. > > The following tree includes a couple of enhancements that help vhost-net. > Please pull them for net-next. Another set of patches is under > debugging/testing and I hope to get them ready in time for 2.6.35, > so there may be another pull request later.Pulled, thanks Michael.
Maybe Matching Threads
- [GIT PULL] amended: first round of vhost-net enhancements for net-next
- [GIT PULL] first round of vhost-net enhancements for net-next
- [GIT PULL] first round of vhost-net enhancements for net-next
- [PATCH v4 8/8] macvtap/tun: add VNET_BE flag
- [PATCH v6 8/8] macvtap/tun: cross-endian support for little-endian hosts