File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
drivers/net/ethernet/mellanox/mlx5/core Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 44
44
#include "lib/mpfs.h"
45
45
#include "en/tc_ct.h"
46
46
47
- #define FDB_TC_MAX_CHAIN 3
48
- #define FDB_FT_CHAIN (FDB_TC_MAX_CHAIN + 1)
49
- #define FDB_TC_SLOW_PATH_CHAIN (FDB_FT_CHAIN + 1)
50
-
51
- /* The index of the last real chain (FT) + 1 as chain zero is valid as well */
52
- #define FDB_NUM_CHAINS (FDB_FT_CHAIN + 1)
53
-
54
- #define FDB_TC_MAX_PRIO 16
55
- #define FDB_TC_LEVELS_PER_PRIO 2
56
-
57
47
#ifdef CONFIG_MLX5_ESWITCH
58
48
59
49
#define ESW_OFFLOADS_DEFAULT_NUM_GROUPS 15
Original file line number Diff line number Diff line change 41
41
#include "diag/fs_tracepoint.h"
42
42
#include "accel/ipsec.h"
43
43
#include "fpga/ipsec.h"
44
- #include "eswitch.h"
45
44
46
45
#define INIT_TREE_NODE_ARRAY_SIZE (...) (sizeof((struct init_tree_node[]){__VA_ARGS__}) /\
47
46
sizeof (struct init_tree_node ))
Original file line number Diff line number Diff line change 39
39
#include <linux/llist.h>
40
40
#include <steering/fs_dr.h>
41
41
42
+ #define FDB_TC_MAX_CHAIN 3
43
+ #define FDB_FT_CHAIN (FDB_TC_MAX_CHAIN + 1)
44
+ #define FDB_TC_SLOW_PATH_CHAIN (FDB_FT_CHAIN + 1)
45
+
46
+ /* The index of the last real chain (FT) + 1 as chain zero is valid as well */
47
+ #define FDB_NUM_CHAINS (FDB_FT_CHAIN + 1)
48
+
49
+ #define FDB_TC_MAX_PRIO 16
50
+ #define FDB_TC_LEVELS_PER_PRIO 2
51
+
42
52
struct mlx5_modify_hdr {
43
53
enum mlx5_flow_namespace_type ns_type ;
44
54
union {
You can’t perform that action at this time.
0 commit comments