ixgbe: always perform vector Rx setup if vpmd enabled
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 22 Oct 2014 10:55:45 +0000 (11:55 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 29 Oct 2014 23:33:33 +0000 (00:33 +0100)
commit33e79bed3edc2bcf59909f89ec39d2530b6913fe
treedaa4b26699fc1ff9935bce5141adabe9cb573a99
parented49550a71aaf45b30872897673f037443b3ff61
ixgbe: always perform vector Rx setup if vpmd enabled

If the vector pmd option is turned on in the compile time config file,
then always call the vector rxq setup, since we can now use the vector
PMD for receiving jumbo frames that need chained mbufs, a.k.a scattered
packets. Up till now, this function was not being called when receiving
scattered packets, potentially leading to problems with mbufs not being
properly initialized.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Changchun Ouyang <Changchun.ouyang@intel.com>
lib/librte_pmd_ixgbe/ixgbe_rxtx.c