MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tap_flow_destroy

Function tap_flow_destroy

dpdk/drivers/net/tap/tap_flow.c:1562–1570  ·  view source on GitHub ↗

* Destroy a flow. * * @see rte_flow_destroy() * @see rte_flow_ops */

Source from the content-addressed store, hash-verified

1560 * @see rte_flow_ops
1561 */
1562static int
1563tap_flow_destroy(struct rte_eth_dev *dev,
1564 struct rte_flow *flow,
1565 struct rte_flow_error *error)
1566{
1567 struct pmd_internals *pmd = dev->data->dev_private;
1568
1569 return tap_flow_destroy_pmd(pmd, flow, error);
1570}
1571
1572/**
1573 * Enable/disable flow isolation.

Callers 1

tap_flow_flushFunction · 0.85

Calls 1

tap_flow_destroy_pmdFunction · 0.85

Tested by

no test coverage detected