From: Jianbo Liu Date: Tue, 31 Oct 2017 05:52:44 +0000 (+0800) Subject: net/i40e: fix Rx packets number for NEON X-Git-Tag: spdx-start~973 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=987990bbf8d95c72dfb952dd6060062d31247d9d;hp=987990bbf8d95c72dfb952dd6060062d31247d9d;p=dpdk.git 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 ---