* Destroy the default policy table set. * * @param[in] dev * Pointer to Ethernet device. */
| 8865 | * Pointer to Ethernet device. |
| 8866 | */ |
| 8867 | void |
| 8868 | mlx5_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. |
no outgoing calls
no test coverage detected