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
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
> >
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