]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.h
app/testpmd: fix multicast address pool leak
[dpdk.git] / app / test-pmd / testpmd.h
index 6693813dda887a0493f83e27e381beaaada2aaa7..dd34b025e6f6af15af822207ab19b72c273a53d5 100644 (file)
@@ -991,6 +991,7 @@ int port_flow_create(portid_t port_id,
 int port_action_handle_query(portid_t port_id, uint32_t id);
 void update_age_action_context(const struct rte_flow_action *actions,
                     struct port_flow *pf);
+int mcast_addr_pool_destroy(portid_t port_id);
 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, bool dump_all,