net/mlx5: introduce hardware steering operation
[dpdk.git] / drivers / net / mlx5 / mlx5_flow_hw.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2022 NVIDIA Corporation & Affiliates
3  */
4
5 #include <rte_flow.h>
6
7 #include "mlx5_flow.h"
8
9 #if defined(HAVE_IBV_FLOW_DV_SUPPORT) || !defined(HAVE_INFINIBAND_VERBS_H)
10
11 const struct mlx5_flow_driver_ops mlx5_flow_hw_drv_ops;
12
13 #endif