app/test: measure cycles per packet in Rx/Tx
[dpdk.git] / app / test / test.h
index 98ab804..bd44a7f 100644 (file)
@@ -125,6 +125,9 @@ int unit_test_suite_runner(struct unit_test_suite *suite);
 
 #define RECURSIVE_ENV_VAR "RTE_TEST_RECURSIVE"
 
+#include <cmdline_parse.h>
+#include <cmdline_parse_string.h>
+
 extern const char *prgname;
 
 int commands_init(void);
@@ -137,6 +140,9 @@ int test_pci_run;
 int test_mp_secondary(void);
 
 int test_ivshmem(void);
+int test_set_rxtx_conf(cmdline_fixed_string_t mode);
+int test_set_rxtx_anchor(cmdline_fixed_string_t type);
+int test_set_rxtx_sc(cmdline_fixed_string_t type);
 
 typedef int (test_callback)(void);
 TAILQ_HEAD(test_commands_list, test_command);