1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
2 /* Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. */
3 
4 #ifndef __MLX5_EN_TC_ACT_SAMPLE_H__
5 #define __MLX5_EN_TC_ACT_SAMPLE_H__
6 
7 #include <net/flow_offload.h>
8 #include "en/tc_priv.h"
9 
10 bool
11 mlx5e_tc_act_sample_is_multi_table(struct mlx5_core_dev *mdev,
12 				   struct mlx5_flow_attr *attr);
13 
14 #endif /* __MLX5_EN_TC_ACT_SAMPLE_H__ */
15