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

Function mlx5_flow_stop_default

dpdk/drivers/net/mlx5/mlx5_flow.c:8141–8146  ·  view source on GitHub ↗

* Stop all default actions for flows. * * @param dev * Pointer to Ethernet device. */

Source from the content-addressed store, hash-verified

8139 * Pointer to Ethernet device.
8140 */
8141void
8142mlx5_flow_stop_default(struct rte_eth_dev *dev)
8143{
8144 flow_mreg_del_default_copy_action(dev);
8145 flow_rxq_flags_clear(dev);
8146}
8147
8148/**
8149 * Set rxq flag.

Callers 3

mlx5_dev_closeFunction · 0.85
mlx5_trigger.cFile · 0.85
mlx5_dev_stopFunction · 0.85

Calls 2

flow_rxq_flags_clearFunction · 0.85

Tested by

no test coverage detected