X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Fmacswap.c;h=71af916fc348351ce10b61b7fc21320eb6a2ddec;hb=640c5f09ef2cb23d300748e220ea5d8fffdbfdd0;hp=849194fe20ae862abe349ec0b1e1463ee0c77646;hpb=a825afdbb9f3a15c1004113a20556cceb4cc2410;p=dpdk.git diff --git a/app/test-pmd/macswap.c b/app/test-pmd/macswap.c index 849194fe20..71af916fc3 100644 --- a/app/test-pmd/macswap.c +++ b/app/test-pmd/macswap.c @@ -66,7 +66,13 @@ #include #include "testpmd.h" +#if defined(RTE_ARCH_X86) +#include "macswap_sse.h" +#elif defined(RTE_MACHINE_CPUFLAG_NEON) +#include "macswap_neon.h" +#else #include "macswap.h" +#endif /* * MAC swap forwarding mode: Swap the source and the destination Ethernet