]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_lpm/rte_lpm.h
i40evf: support reporting PF reset
[dpdk.git] / lib / librte_lpm / rte_lpm.h
index cc554391a267b82be99a30d59f2e163d26b6e84f..2df1d672902d1b1ab8d9a062c56637692cf1bf9f 100644 (file)
@@ -478,7 +478,11 @@ static inline void
 rte_lpm_lookupx4(const struct rte_lpm *lpm, xmm_t ip, uint32_t hop[4],
        uint32_t defv);
 
+#if defined(RTE_ARCH_ARM) || defined(RTE_ARCH_ARM64)
+#include "rte_lpm_neon.h"
+#else
 #include "rte_lpm_sse.h"
+#endif
 
 #ifdef __cplusplus
 }