[dpdk-dev] [PATCH] ixgbe: fix check for split packets

2015-07-22 Thread Bruce Richardson
On Wed, Jul 22, 2015 at 01:44:14AM +0100, Lu, Wenzhuo wrote: > Hi Bruce, > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > > Sent: Tuesday, July 21, 2015 11:25 PM > > To: dev at dpdk.org > > Subject:

[dpdk-dev] [PATCH] ixgbe: fix check for split packets

2015-07-22 Thread Lu, Wenzhuo
Hi Bruce, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Tuesday, July 21, 2015 11:25 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fix check for split packets > > The check for split packets

[dpdk-dev] [PATCH] ixgbe: fix check for split packets

2015-07-21 Thread Bruce Richardson
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