All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL net-next] macvtap, vhost and virtio tools updates
@ 2012-05-07 20:55 Michael S. Tsirkin
  2012-05-08  3:06 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2012-05-07 20:55 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, kvm, jasowang, mst

There are mostly bugfixes here.
I hope to merge some more patches by 3.5, in particular
vlan support fixes are waiting for Eric's ack,
and a version of tracepoint patch might be
ready in time, but let's merge what's ready so it's testable.

This includes a ton of zerocopy fixes by Jason -
good stuff but too intrusive for 3.4 and zerocopy is experimental
anyway.

virtio supported delayed interrupt for a while now
so adding support to the virtio tool made sense

Please pull into net-next and merge for 3.5.
Thanks!

MST

The following changes since commit e4ae004b84b315dd4b762e474f97403eac70f76a:

  netem: add ECN capability (2012-05-01 09:39:48 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net-next

for you to fetch changes up to c70aa540c7a9f67add11ad3161096fb95233aa2e:

  vhost: zerocopy: poll vq in zerocopy callback (2012-05-02 18:22:25 +0300)

----------------------------------------------------------------
Jason Wang (9):
      macvtap: zerocopy: fix offset calculation when building skb
      macvtap: zerocopy: fix truesize underestimation
      macvtap: zerocopy: put page when fail to get all requested user pages
      macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfully
      macvtap: zerocopy: validate vectors before building skb
      vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufs
      vhost_net: re-poll only on EAGAIN or ENOBUFS
      vhost_net: zerocopy: adding and signalling immediately when fully copied
      vhost: zerocopy: poll vq in zerocopy callback

Michael S. Tsirkin (1):
      virtio/tools: add delayed interupt mode

 drivers/net/macvtap.c       |   57 ++++++++++++++++++++++++++++++-------------
 drivers/vhost/net.c         |    7 ++++-
 drivers/vhost/vhost.c       |    1 +
 tools/virtio/linux/virtio.h |    1 +
 tools/virtio/virtio_test.c  |   26 ++++++++++++++++---
 5 files changed, 69 insertions(+), 23 deletions(-)

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

* Re: [PULL net-next] macvtap, vhost and virtio tools updates
  2012-05-07 20:55 [PULL net-next] macvtap, vhost and virtio tools updates Michael S. Tsirkin
@ 2012-05-08  3:06 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-05-08  3:06 UTC (permalink / raw)
  To: mst; +Cc: netdev, kvm, jasowang

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Mon, 7 May 2012 23:55:39 +0300

> There are mostly bugfixes here.
> I hope to merge some more patches by 3.5, in particular
> vlan support fixes are waiting for Eric's ack,
> and a version of tracepoint patch might be
> ready in time, but let's merge what's ready so it's testable.
> 
> This includes a ton of zerocopy fixes by Jason -
> good stuff but too intrusive for 3.4 and zerocopy is experimental
> anyway.
> 
> virtio supported delayed interrupt for a while now
> so adding support to the virtio tool made sense
> 
> Please pull into net-next and merge for 3.5.

Pulled, please give a review to:

http://patchwork.ozlabs.org/patch/156821/
http://patchwork.ozlabs.org/patch/156822/

Thanks.

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

end of thread, other threads:[~2012-05-08  3:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-07 20:55 [PULL net-next] macvtap, vhost and virtio tools updates Michael S. Tsirkin
2012-05-08  3:06 ` David Miller

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.