]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_red.c
bond: move param parsing in configure step
[dpdk.git] / app / test / test_red.c
index 7cf2221d84b5983f3968f3e232a9a8b57f423cc6..262df729953a0bb5e5951801d4becc729f92b516 100644 (file)
@@ -43,8 +43,6 @@
 
 #include "test.h"
 
 
 #include "test.h"
 
-#ifdef RTE_LIBRTE_SCHED
-
 #include <rte_red.h>
 
 #ifdef __INTEL_COMPILER
 #include <rte_red.h>
 
 #ifdef __INTEL_COMPILER
@@ -1889,4 +1887,3 @@ static struct test_command red_cmd = {
        .callback = test_red,
 };
 REGISTER_TEST_COMMAND(red_cmd);
        .callback = test_red,
 };
 REGISTER_TEST_COMMAND(red_cmd);
-#endif