On 2/9/2017 4:05 AM, Jianbo Liu wrote: > vPMD will check 4 descs in one time, but the statuses are not consistent > because the memory allocated for RX descriptors is cacheable huagepage. > This patch is to calculate the number of received packets by scann DD bit > sequentially, and stops when meeting the first packet with DD bit unset. > > Signed-off-by: Jianbo Liu <jianbo....@linaro.org>
net/ixgbe: fix received packets number for ARM NEON Fixes: b20971b6cca0 ("net/ixgbe: implement vector driver for ARM") Cc: sta...@dpdk.org Applied to dpdk-next-net/master, thanks.