app/testpmd: increase default burst size to 32
authorCunming Liang <cunming.liang@intel.com>
Thu, 26 Jun 2014 06:53:33 +0000 (14:53 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 26 Jun 2014 11:06:10 +0000 (13:06 +0200)
commit836853d3d4cf7b7dc111b1d4b5ce503423c66be5
tree8ce7fabf789af3c3011c7550889629cb17a72d17
parent359f106a69a96a9a9e8778071a3a27f9e718135b
app/testpmd: increase default burst size to 32

The vpmd RX don't accept burst size less than 32.
As vPMD is set =y by default, while default testpmd burst size is 16.
Which will cause RX nothing if not assign burst size correctly.

Signed-off-by: Cunming Liang <cunming.liang@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Yong Liu <yong.liu@intel.com>
Tested-by: Zhaochen Zhan <zhaochen.zhan@intel.com>
app/test-pmd/testpmd.h
lib/librte_pmd_ixgbe/ixgbe_rxtx.c