This patch is used to fix several issue found in R1.7 RC1. 1. There's compiling error when change some defalut config in common_linuxapp. They are RTE_LIBRTE_IXGBE_RX_ALLOC_BULK_ALLOC=n RTE_LIBRTE_IEEE1588=y 2. Renaming RTE_IXGBE_RX_OLFLAGS_DISABLE to RTE_IXGBE_RX_OLFLAGS_ENABLE This avoid making user confused by defalut setting 'not DISABLE'. 3. Set testpmd defalut burst size to 32 As vPMD RX only accept no less than 32, this avoid testpmd automation pass. 4. Change testpmd mbuf cache and rx/tx threshold defalut value. It makes easier to get better performance with vPMD.
*** BLURB HERE *** Cunming Liang (5): ixgbe: avoid compiler error when RTE_IXGBE_INC_VECTOR=y and RTE_LIBRTE_IXGBE_RX_ALLOC_BULK_ALLOC=n ixgbe: fix vpmd compiling error when RTE_LIBRTE_IEEE1588=y ixgbe: not 'DISABLE' may make confuse, change RTE_IXGBE_RX_OLFLAGS_DISABLE=n to RTE_IXGBE_RX_OLFLAGS_ENABLE=y ixgbe: set default burst size 32 in testpmd testpmd: change some of testpmd default parameter to well tuned value app/test-pmd/testpmd.c | 6 +++--- app/test-pmd/testpmd.h | 4 +++- config/common_linuxapp | 2 +- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 3 ++- lib/librte_pmd_ixgbe/ixgbe_rxtx.h | 2 ++ lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 5 +++-- 6 files changed, 14 insertions(+), 8 deletions(-) -- 1.8.1.4