X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Ftestpmd.h;h=8ee682b362e508f58b010194aeb4d9b1f4fa0868;hb=f7352c176bbf131728445680ee08961a67cc09a6;hp=f04a9a11b4e3286f531880cca61888085b9af587;hpb=b77d3318d6a3ca266751031ff04520b7ad485529;p=dpdk.git diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h index f04a9a11b4..8ee682b362 100644 --- a/app/test-pmd/testpmd.h +++ b/app/test-pmd/testpmd.h @@ -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,