Re: [ovs-dev] [PATCH v2] netdev-dpdk: Change phy rx burst size.

2015-05-12 Thread Pravin Shelar
On Mon, May 11, 2015 at 5:28 AM, Kevin Traynor wrote: > Change phy rx burst size from 192 to 32. This aligns the > burst size with the other dpdk interfaces and significantly > improves performance when forwarding to dpdk vhost ports. > > Signed-off-by: Kevin Traynor I pushed this patch to maste

[ovs-dev] [PATCH v2] netdev-dpdk: Change phy rx burst size.

2015-05-11 Thread Kevin Traynor
Change phy rx burst size from 192 to 32. This aligns the burst size with the other dpdk interfaces and significantly improves performance when forwarding to dpdk vhost ports. Signed-off-by: Kevin Traynor --- lib/netdev-dpdk.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff -