Re: [Qemu-devel] [PATCH 0/3] net: add missing queue flush for e1000 and xen

2012-08-29 Thread Amos Kong
On 09/08/12 22:45, Paolo Bonzini wrote: Luigi reminded me of these patches... When the guests replenish the receive ring buffer, the network device should flush its queue of pending packets. This is done with qemu_flush_queued_packets, and patches 2+3 add the missing call to two drivers, e1000

Re: [Qemu-devel] [PATCH 0/3] net: add missing queue flush for e1000 and xen

2012-08-09 Thread Stefano Stabellini
On Thu, 9 Aug 2012, Stefan Hajnoczi wrote: > On Thu, Aug 09, 2012 at 04:45:54PM +0200, Paolo Bonzini wrote: > > Luigi reminded me of these patches... > > > > When the guests replenish the receive ring buffer, the network device > > should flush its queue of pending packets. This is done with > >

Re: [Qemu-devel] [PATCH 0/3] net: add missing queue flush for e1000 and xen

2012-08-09 Thread Stefan Hajnoczi
On Thu, Aug 09, 2012 at 04:45:54PM +0200, Paolo Bonzini wrote: > Luigi reminded me of these patches... > > When the guests replenish the receive ring buffer, the network device > should flush its queue of pending packets. This is done with > qemu_flush_queued_packets, and patches 2+3 add the miss