Home
last modified time | relevance | path

Searched refs:rte_flow_async_destroy (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map276 rte_flow_async_destroy;
H A Drte_flow.h5406 rte_flow_async_destroy(uint16_t port_id,
H A Drte_flow.c1750 rte_flow_async_destroy(uint16_t port_id, in rte_flow_async_destroy() function
/dpdk/doc/guides/rel_notes/
H A Drelease_22_03.rst45 Added the ``rte_flow_async_create`` and ``rte_flow_async_destroy`` APIs
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst3847 by calling ``rte_flow_async_destroy()`` even if the rule is rejected by HW.
3857 rte_flow_async_destroy(uint16_t port_id,
/dpdk/app/test-pmd/
H A Dconfig.c2645 if (rte_flow_async_destroy(port_id, queue_id, &op_attr, in port_queue_flow_destroy()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4520 this command calls ``rte_flow_async_destroy()`` as many times as necessary::