[dpdk-dev] [PATCH 0/3 v3] virtio: Tx performance improvements

2016-03-16 Thread Bruce Richardson
On Wed, Mar 16, 2016 at 08:25:08AM +, Xie, Huawei wrote: > On 3/14/2016 6:56 PM, Richardson, Bruce wrote: > > On Fri, Mar 04, 2016 at 10:19:18AM -0800, Stephen Hemminger wrote: > >> This patch series uses virtio negotiated features to allow for > >> more packets to be queued to host even though

[dpdk-dev] [PATCH 0/3 v3] virtio: Tx performance improvements

2016-03-16 Thread Xie, Huawei
On 3/14/2016 6:56 PM, Richardson, Bruce wrote: > On Fri, Mar 04, 2016 at 10:19:18AM -0800, Stephen Hemminger wrote: >> This patch series uses virtio negotiated features to allow for >> more packets to be queued to host even though the default QEMU/KVM >> virtio queue is very small 256 elements. >>

[dpdk-dev] [PATCH 0/3 v3] virtio: Tx performance improvements

2016-03-14 Thread Yuanhan Liu
On Mon, Mar 14, 2016 at 10:56:27AM +, Bruce Richardson wrote: > On Fri, Mar 04, 2016 at 10:19:18AM -0800, Stephen Hemminger wrote: > > This patch series uses virtio negotiated features to allow for > > more packets to be queued to host even though the default QEMU/KVM > > virtio queue is very s

[dpdk-dev] [PATCH 0/3 v3] virtio: Tx performance improvements

2016-03-14 Thread Bruce Richardson
On Fri, Mar 04, 2016 at 10:19:18AM -0800, Stephen Hemminger wrote: > This patch series uses virtio negotiated features to allow for > more packets to be queued to host even though the default QEMU/KVM > virtio queue is very small 256 elements. > > Stephen Hemminger (3): > virtio: use indirect ri

[dpdk-dev] [PATCH 0/3 v3] virtio: Tx performance improvements

2016-03-04 Thread Stephen Hemminger
This patch series uses virtio negotiated features to allow for more packets to be queued to host even though the default QEMU/KVM virtio queue is very small 256 elements. Stephen Hemminger (3): virtio: use indirect ring elements virtio: use any layout on transmit virtio: optimize transmit en