net/i40e: fix Rx packets number for NEON
authorJianbo Liu <jianbo.liu@arm.com>
Tue, 31 Oct 2017 05:52:44 +0000 (13:52 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 1 Nov 2017 21:17:06 +0000 (22:17 +0100)
commit987990bbf8d95c72dfb952dd6060062d31247d9d
treea6799a7d20cdf74105351e6c1767a7d8c54ccb3a
parent81f1d2395749e76c3de286b4333cd28728370083
net/i40e: fix Rx packets number for NEON

Fix i40e stop receiving on ARM, as the statuses of RX descriptors
are not consistent, which is caused by cacheable hugepages.

Fixes: ae0eb310f253 ("net/i40e: implement vector PMD for ARM")
Cc: stable@dpdk.org
Signed-off-by: Jianbo Liu <jianbo.liu@arm.com>
drivers/net/i40e/i40e_rxtx_vec_neon.c