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

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Jul 26 14:41:31 CEST 2015


> 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 at linaro.org>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> 
> ---
> V2: Rename variable from split_fl32 to split_fl64 to match type change.

Applied, thanks


More information about the dev mailing list