netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL net-next] vhost-net fixes for 3.1
@ 2011-07-19 11:47 Michael S. Tsirkin
  2011-07-19 17:15 ` David Miller
  2011-07-19 18:58 ` Michael S. Tsirkin
  0 siblings, 2 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2011-07-19 11:47 UTC (permalink / raw)
  To: netdev; +Cc: jasowang, mashirle

Here's Jason's fix for a theoretical event loss
on migration (tweaked by me to update the test
module as well), and a refcounting fix by me
for a bug in the new zerocopy mode.

I thought hard about merging Jason's patches for 3.0
as well, but in the end I think it's not worth
the risk of breaking something at this stage.

Please pull for 3.1, thanks a lot!

The following changes since commit 81fc70d86527a1450560709500ca5f52e661da1f:

  net: can: remove custom hex_to_bin() (2011-07-18 11:31:43 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net-next

Jason Wang (2):
      vhost: init used ring after backend was set
      vhost: set log when updating used flags or avail event

Michael S. Tsirkin (1):
      vhost: fix zcopy reference counting

 drivers/vhost/net.c   |    4 ++
 drivers/vhost/test.c  |    5 +++
 drivers/vhost/vhost.c |   87 ++++++++++++++++++++++++++++++------------------
 drivers/vhost/vhost.h |    1 +
 4 files changed, 64 insertions(+), 33 deletions(-)

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

* Re: [PULL net-next] vhost-net fixes for 3.1
  2011-07-19 11:47 [PULL net-next] vhost-net fixes for 3.1 Michael S. Tsirkin
@ 2011-07-19 17:15 ` David Miller
  2011-07-19 18:58 ` Michael S. Tsirkin
  1 sibling, 0 replies; 5+ messages in thread
From: David Miller @ 2011-07-19 17:15 UTC (permalink / raw)
  To: mst; +Cc: netdev, jasowang, mashirle

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Tue, 19 Jul 2011 14:47:41 +0300

> Here's Jason's fix for a theoretical event loss
> on migration (tweaked by me to update the test
> module as well), and a refcounting fix by me
> for a bug in the new zerocopy mode.
> 
> I thought hard about merging Jason's patches for 3.0
> as well, but in the end I think it's not worth
> the risk of breaking something at this stage.
> 
> Please pull for 3.1, thanks a lot!

Pulled, thanks!

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

* Re: [PULL net-next] vhost-net fixes for 3.1
  2011-07-19 11:47 [PULL net-next] vhost-net fixes for 3.1 Michael S. Tsirkin
  2011-07-19 17:15 ` David Miller
@ 2011-07-19 18:58 ` Michael S. Tsirkin
  2011-07-19 19:00   ` David Miller
  1 sibling, 1 reply; 5+ messages in thread
From: Michael S. Tsirkin @ 2011-07-19 18:58 UTC (permalink / raw)
  To: netdev; +Cc: jasowang, mashirle

On Tue, Jul 19, 2011 at 02:47:41PM +0300, Michael S. Tsirkin wrote:
> Here's Jason's fix for a theoretical event loss
> on migration (tweaked by me to update the test
> module as well), and a refcounting fix by me
> for a bug in the new zerocopy mode.
> 
> I thought hard about merging Jason's patches for 3.0
> as well, but in the end I think it's not worth
> the risk of breaking something at this stage.
> 
> Please pull for 3.1, thanks a lot!
> 
> The following changes since commit 81fc70d86527a1450560709500ca5f52e661da1f:
> 
>   net: can: remove custom hex_to_bin() (2011-07-18 11:31:43 -0700)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net-next
> 
> Jason Wang (2):
>       vhost: init used ring after backend was set
>       vhost: set log when updating used flags or avail event
> 
> Michael S. Tsirkin (1):
>       vhost: fix zcopy reference counting

I have snuck in another one:
	vhost: optimize interrupt enable/disable

please don't be alarmed :)

>  drivers/vhost/net.c   |    4 ++
>  drivers/vhost/test.c  |    5 +++
>  drivers/vhost/vhost.c |   87 ++++++++++++++++++++++++++++++------------------
>  drivers/vhost/vhost.h |    1 +
>  4 files changed, 64 insertions(+), 33 deletions(-)

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

* Re: [PULL net-next] vhost-net fixes for 3.1
  2011-07-19 18:58 ` Michael S. Tsirkin
@ 2011-07-19 19:00   ` David Miller
  2011-07-19 19:05     ` Michael S. Tsirkin
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2011-07-19 19:00 UTC (permalink / raw)
  To: mst; +Cc: netdev, jasowang, mashirle

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Tue, 19 Jul 2011 21:58:13 +0300

> I have snuck in another one:
> 	vhost: optimize interrupt enable/disable
> 
> please don't be alarmed :)

I already pulled so send another pull request if you want me
to get this.

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

* Re: [PULL net-next] vhost-net fixes for 3.1
  2011-07-19 19:00   ` David Miller
@ 2011-07-19 19:05     ` Michael S. Tsirkin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2011-07-19 19:05 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, jasowang, mashirle

On Tue, Jul 19, 2011 at 12:00:07PM -0700, David Miller wrote:
> From: "Michael S. Tsirkin" <mst@redhat.com>
> Date: Tue, 19 Jul 2011 21:58:13 +0300
> 
> > I have snuck in another one:
> > 	vhost: optimize interrupt enable/disable
> > 
> > please don't be alarmed :)
> 
> I already pulled so send another pull request if you want me
> to get this.

You got the new one actually, so nothing needs to be done,
I think.

Thanks!

-- 
MST

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

end of thread, other threads:[~2011-07-19 19:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-19 11:47 [PULL net-next] vhost-net fixes for 3.1 Michael S. Tsirkin
2011-07-19 17:15 ` David Miller
2011-07-19 18:58 ` Michael S. Tsirkin
2011-07-19 19:00   ` David Miller
2011-07-19 19:05     ` 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).