[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCHv3 0/2] vhost: fix tap link down
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCHv3 0/2] vhost: fix tap link down |
Date: |
Wed, 9 Feb 2011 18:44:59 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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 <address@hidden>
Reported-by: pradeep <address@hidden>
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,
Michael S. Tsirkin <=
- [Qemu-devel] [PATCHv3 1/2] net: notify peer about link status change, Michael S. Tsirkin, 2011/02/09
- [Qemu-devel] [PATCHv3 2/2] vhost: disable on tap link down, Michael S. Tsirkin, 2011/02/09
- [Qemu-devel] Re: [PATCHv3 0/2] vhost: fix tap link down, Alex Williamson, 2011/02/09
- [Qemu-devel] [PATCHv3 0/2] vhost: fix tap link down, Jason Wang, 2011/02/10
- Re: [Qemu-devel] [PATCHv3 0/2] vhost: fix tap link down, Aurelien Jarno, 2011/02/20