]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.h
app/testpmd: add flow dump command
[dpdk.git] / app / test-pmd / testpmd.h
index c407bd2741e5447c3db55d44b397db2ddd6c7725..7cf48d005b5f58800dd6d9776b0c8ae20c01ab22 100644 (file)
@@ -744,6 +744,7 @@ int port_flow_create(portid_t port_id,
                     const struct rte_flow_action *actions);
 int port_flow_destroy(portid_t port_id, uint32_t n, const uint32_t *rule);
 int port_flow_flush(portid_t port_id);
+int port_flow_dump(portid_t port_id, const char *file_name);
 int port_flow_query(portid_t port_id, uint32_t rule,
                    const struct rte_flow_action *action);
 void port_flow_list(portid_t port_id, uint32_t n, const uint32_t *group);