app/testpmd: add --portlist option
[dpdk.git] / app / test-pmd / testpmd.h
index 3dd5fc7..33ef3e2 100644 (file)
@@ -614,6 +614,9 @@ lcore_num(void)
        rte_panic("lcore_id of current thread not found in fwd_lcores_cpuids\n");
 }
 
+void
+parse_fwd_portlist(const char *port);
+
 static inline struct fwd_lcore *
 current_fwd_lcore(void)
 {