Re: [Qemu-devel] [PATCH 3/3] net: virtio-net discards TX data after link down

2016-11-08 Thread Yuri Benditovich
On Tue, Nov 8, 2016 at 8:48 AM, Jason Wang wrote: > > > On 2016年11月07日 16:20, yuri.benditov...@daynix.com wrote: > >> From: Yuri Benditovich >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1295637 >> Upon set_link monitor command or upon netdev deletion >> virtio-net sends link down indication

Re: [Qemu-devel] [PATCH 3/3] net: virtio-net discards TX data after link down

2016-11-07 Thread Jason Wang
On 2016年11月07日 16:20, yuri.benditov...@daynix.com wrote: From: Yuri Benditovich https://bugzilla.redhat.com/show_bug.cgi?id=1295637 Upon set_link monitor command or upon netdev deletion virtio-net sends link down indication to the guest and stops vhost if one is used. Guest driver can still s

[Qemu-devel] [PATCH 3/3] net: virtio-net discards TX data after link down

2016-11-07 Thread yuri . benditovich
From: Yuri Benditovich https://bugzilla.redhat.com/show_bug.cgi?id=1295637 Upon set_link monitor command or upon netdev deletion virtio-net sends link down indication to the guest and stops vhost if one is used. Guest driver can still submit data for TX until it recognizes link loss. If these pac