ixgbe: fix check for split packets
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 22 Jul 2015 09:13:30 +0000 (10:13 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 26 Jul 2015 12:41:27 +0000 (14:41 +0200)
commitf93f4e35d3c5f63d077580cc8d0b1a96d22bc1c3
tree308053e932417379e26a79283f905b5521bad377
parent7c574623baddfb8fa76a7435c0809a9119b8d485
ixgbe: fix check for split packets

The check for split packets to be reassembled in the vector ixgbe PMD
was incorrectly only checking the first 16 elements of the array instead
of all 32. This is fixed by changing the uint32_t values to be uint64_t
instead.

Fixes: cf4b4708a88a ("ixgbe: improve slow-path perf with vector scattered Rx")

Reported-by: Zoltan Kiss <zoltan.kiss@linaro.org>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/ixgbe/ixgbe_rxtx_vec.c