[Qemu-devel] Re: [PATCH 0/5] virtio-net: More configurability and bh handling for tx

2010-09-01 Thread Michael S. Tsirkin
On Tue, Aug 31, 2010 at 04:26:07PM -0600, Alex Williamson wrote: On Tue, 2010-08-31 at 16:33 -0500, Anthony Liguori wrote: On 08/31/2010 03:27 PM, Michael S. Tsirkin wrote: On Fri, Aug 27, 2010 at 04:36:59PM -0600, Alex Williamson wrote: Add the ability to configure the tx_timer

[Qemu-devel] Re: [PATCH 0/5] virtio-net: More configurability and bh handling for tx

2010-08-31 Thread Michael S. Tsirkin
On Fri, Aug 27, 2010 at 04:36:59PM -0600, Alex Williamson wrote: Add the ability to configure the tx_timer timeout and add a bottom half tx handler that typically shows a nice perf boost over the time based approach. See last patch for perf details. Make this the new default when the

[Qemu-devel] Re: [PATCH 0/5] virtio-net: More configurability and bh handling for tx

2010-08-31 Thread Michael S. Tsirkin
On Fri, Aug 27, 2010 at 04:36:59PM -0600, Alex Williamson wrote: Add the ability to configure the tx_timer timeout and add a bottom half tx handler that typically shows a nice perf boost over the time based approach. See last patch for perf details. Make this the new default when the

[Qemu-devel] Re: [PATCH 0/5] virtio-net: More configurability and bh handling for tx

2010-08-31 Thread Anthony Liguori
On 08/31/2010 03:27 PM, Michael S. Tsirkin wrote: On Fri, Aug 27, 2010 at 04:36:59PM -0600, Alex Williamson wrote: Add the ability to configure the tx_timer timeout and add a bottom half tx handler that typically shows a nice perf boost over the time based approach. See last patch for perf

[Qemu-devel] Re: [PATCH 0/5] virtio-net: More configurability and bh handling for tx

2010-08-31 Thread Alex Williamson
On Tue, 2010-08-31 at 16:33 -0500, Anthony Liguori wrote: On 08/31/2010 03:27 PM, Michael S. Tsirkin wrote: On Fri, Aug 27, 2010 at 04:36:59PM -0600, Alex Williamson wrote: Add the ability to configure the tx_timer timeout and add a bottom half tx handler that typically shows a nice