ixgbe: rework vector pmd following mbuf changes
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 11 Sep 2014 13:15:43 +0000 (14:15 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 17 Sep 2014 16:57:37 +0000 (18:57 +0200)
commit0ff3324da2eb36c606457121f397f9b0d3fa3a26
treee38a64e4552810e2c689a664c818f09c420ec7b9
parentbd815dc0b75fb5d2c0f240b2b46a1dc90f058f63
ixgbe: rework vector pmd following mbuf changes

The vector PMD expects fields to be in a specific order so that it can
do vector operations on multiple fields at a time. Following mbuf
rework, adjust driver to take account of the new layout and re-enable it
in the config.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
config/common_linuxapp
lib/librte_pmd_ixgbe/ixgbe_rxtx.c
lib/librte_pmd_ixgbe/ixgbe_rxtx.h
lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c