Re: [Qemu-devel] [PATCH] spapr_llan: fix device reenabling

2013-05-06 Thread Alexander Graf
On 05/03/2013 08:22 AM, Alexey Kardashevskiy wrote: Normally, the "tap" device is polled by QEMU if a guest NIC can receive packets. If a guest NIC is stopped during transfer (rmmod or ifdown), it may still have packets in a queue which have to be send to the guest before QEMU enables polling of

[Qemu-devel] [PATCH] spapr_llan: fix device reenabling

2013-05-02 Thread Alexey Kardashevskiy
Normally, the "tap" device is polled by QEMU if a guest NIC can receive packets. If a guest NIC is stopped during transfer (rmmod or ifdown), it may still have packets in a queue which have to be send to the guest before QEMU enables polling of a "tap" interface via tap_update_fd_handler(). Howeve