]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/macswap.c
net/hns3: fix max packet size rollback in PF
[dpdk.git] / app / test-pmd / macswap.c
index 74e2dd838dd53e048cb460e6d2eda5054a463e28..4627ff83e97ace8168b0329ef68bb9f448ea78ed 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
@@ -39,7 +38,7 @@
 #include "testpmd.h"
 #if defined(RTE_ARCH_X86)
 #include "macswap_sse.h"
-#elif defined(RTE_MACHINE_CPUFLAG_NEON)
+#elif defined(__ARM_NEON)
 #include "macswap_neon.h"
 #else
 #include "macswap.h"