]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.h
app/testpmd: add --portlist option
[dpdk.git] / app / test-pmd / testpmd.h
index 3dd5fc750bd58f777d0fe63f2c0927954deed3fe..33ef3e271a20d347c7a57200fdb2790ebb849074 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)
 {