]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_lpm6.c
eal: remove remaining reference to pm
[dpdk.git] / app / test / test_lpm6.c
index bd9912500c0bfd912697fd2cc97819b53284f2a6..1f88d7ad46994b4d16b504867166bf27e8046191 100644 (file)
@@ -41,8 +41,6 @@
 
 #include "test.h"
 
-#ifdef RTE_LIBRTE_LPM
-
 #include <rte_common.h>
 #include <rte_cycles.h>
 #include <rte_memory.h>
@@ -1925,4 +1923,3 @@ static struct test_command lpm6_cmd = {
        .callback = test_lpm6,
 };
 REGISTER_TEST_COMMAND(lpm6_cmd);
-#endif /* RTE_LIBRTE_LPM */