ixgbe: improve slow-path perf with vector scattered Rx
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 11 Sep 2014 13:15:47 +0000 (14:15 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 17 Sep 2014 16:57:37 +0000 (18:57 +0200)
commitcf4b4708a88af9c24719733d0731d497f621760e
treee4299454a75a41f70375bcccd49725bd25ec79bf
parent1f22652ca886941b0961c792e5ba688b3764c041
ixgbe: improve slow-path perf with vector scattered Rx

Provide a wrapper routine to enable receive of scattered packets with a
vector driver. This improves the performance of the slow-path RX.

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