]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.h
app/testpmd: fix use of indirect action after port close
[dpdk.git] / app / test-pmd / testpmd.h
index f04a9a11b4e3286f531880cca61888085b9af587..8ee682b362e508f58b010194aeb4d9b1f4fa0868 100644 (file)
@@ -910,6 +910,7 @@ int port_action_handle_create(portid_t port_id, uint32_t id,
                              const struct rte_flow_action *action);
 int port_action_handle_destroy(portid_t port_id,
                               uint32_t n, const uint32_t *action);
+int port_action_handle_flush(portid_t port_id);
 struct rte_flow_action_handle *port_action_handle_get_by_id(portid_t port_id,
                                                            uint32_t id);
 int port_action_handle_update(portid_t port_id, uint32_t id,