summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaeed Mahameed <saeedm@mellanox.com>2019-04-23 11:57:33 -0700
committerSaeed Mahameed <saeedm@mellanox.com>2019-04-23 11:57:33 -0700
commit3839f99d21688d3062ebd3cc06db46edb3b99ac1 (patch)
tree110b39b88ee43aca0158229ca39cabb45b594eda /include
parentbe659b8d3c79afc54e087ebf8d849685d7b0d395 (diff)
parentc3bdd5e65185f46150b3bac103b3854040487857 (diff)
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Diffstat (limited to 'include')
-rw-r--r--include/linux/mlx5/fs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h
index 9df51da04621..fd91df3a4e09 100644
--- a/include/linux/mlx5/fs.h
+++ b/include/linux/mlx5/fs.h
@@ -75,6 +75,12 @@ enum mlx5_flow_namespace_type {
MLX5_FLOW_NAMESPACE_EGRESS,
};
+enum {
+ FDB_BYPASS_PATH,
+ FDB_FAST_PATH,
+ FDB_SLOW_PATH,
+};
+
struct mlx5_flow_table;
struct mlx5_flow_group;
struct mlx5_flow_namespace;