netdev-dpdk: Change phy rx burst size.
authorKevin Traynor <kevin.traynor@intel.com>
Tue, 12 May 2015 04:58:12 +0000 (21:58 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Tue, 12 May 2015 04:58:12 +0000 (21:58 -0700)
commit4345e1b5bf563ebfd7a7dcf489eac0fdf68135cf
tree390ae540a8f2e997339b7d6df959eba408293c71
parentc875bb948df059855c18b29bdfbfbfcb986e607a
netdev-dpdk: Change phy rx burst size.

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 <kevin.traynor@intel.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
lib/netdev-dpdk.c