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

Function mlx5_flow_destroy_def_policy

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

* Destroy the default policy table set. * * @param[in] dev * Pointer to Ethernet device. */

Source from the content-addressed store, hash-verified

8865 * Pointer to Ethernet device.
8866 */
8867void
8868mlx5_flow_destroy_def_policy(struct rte_eth_dev *dev)
8869{
8870 const struct mlx5_flow_driver_ops *fops;
8871
8872 fops = flow_get_drv_ops(MLX5_FLOW_TYPE_DV);
8873 fops->destroy_def_policy(dev);
8874}
8875
8876/**
8877 * Destroy the default policy table set.

Callers 1

mlx5_flow_meter_flushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected