Re: [Qemu-devel] [PATCHv3 0/2] vhost: fix tap link down

2011-02-20 Thread Aurelien Jarno
On Wed, Feb 09, 2011 at 06:44:59PM +0200, Michael S. Tsirkin wrote:
 qemu makes it possible to disable link at tap
 which is not communicated to the guest but
 causes all packets to be dropped.
 
 With vhost-net at the moment it just keeps going.
 Fix by communicating to virtio net and have that
 stop vhost-net.
 
 Signed-off-by: Michael S. Tsirkin m...@redhat.com
 Reported-by: pradeep psuri...@linux.vnet.ibm.com
 
 Changes from v2:
   comment tweaked
   split to two patches
 
 Changes from v1:
   fix link down after guest link is up
 
 
 
 Michael S. Tsirkin (2):
   net: notify peer about link status change
   vhost: disable on tap link down
 
  hw/virtio-net.c |3 ++-
  net.c   |   11 +++
  2 files changed, 13 insertions(+), 1 deletions(-)
 

Thanks, both applied.


-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



[Qemu-devel] [PATCHv3 0/2] vhost: fix tap link down

2011-02-09 Thread Michael S. Tsirkin
qemu makes it possible to disable link at tap
which is not communicated to the guest but
causes all packets to be dropped.

With vhost-net at the moment it just keeps going.
Fix by communicating to virtio net and have that
stop vhost-net.

Signed-off-by: Michael S. Tsirkin m...@redhat.com
Reported-by: pradeep psuri...@linux.vnet.ibm.com

Changes from v2:
comment tweaked
split to two patches

Changes from v1:
fix link down after guest link is up



Michael S. Tsirkin (2):
  net: notify peer about link status change
  vhost: disable on tap link down

 hw/virtio-net.c |3 ++-
 net.c   |   11 +++
 2 files changed, 13 insertions(+), 1 deletions(-)

-- 
1.7.3.2.91.g446ac



[Qemu-devel] [PATCHv3 0/2] vhost: fix tap link down

2011-02-09 Thread Jason Wang
Michael S. Tsirkin writes:
  qemu makes it possible to disable link at tap
  which is not communicated to the guest but
  causes all packets to be dropped.
  
  With vhost-net at the moment it just keeps going.
  Fix by communicating to virtio net and have that
  stop vhost-net.
  
  Signed-off-by: Michael S. Tsirkin m...@redhat.com
  Reported-by: pradeep psuri...@linux.vnet.ibm.com
  
  Changes from v2:
   comment tweaked
   split to two patches
  
  Changes from v1:
   fix link down after guest link is up
  
  
  
  Michael S. Tsirkin (2):
net: notify peer about link status change
vhost: disable on tap link down
  
   hw/virtio-net.c |3 ++-
   net.c   |   11 +++
   2 files changed, 13 insertions(+), 1 deletions(-)
  

Acked-by: Jason Wang jasow...@redhat.com

  -- 
  1.7.3.2.91.g446ac