diff options
author | Saeed Mahameed <saeedm@mellanox.com> | 2019-04-23 21:57:33 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2019-04-23 21:57:33 +0300 |
commit | 3839f99d21688d3062ebd3cc06db46edb3b99ac1 (patch) | |
tree | 110b39b88ee43aca0158229ca39cabb45b594eda /include/linux/mlx5 | |
parent | be659b8d3c79afc54e087ebf8d849685d7b0d395 (diff) | |
parent | c3bdd5e65185f46150b3bac103b3854040487857 (diff) | |
download | linux-3839f99d21688d3062ebd3cc06db46edb3b99ac1.tar.xz |
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/fs.h | 6 |
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; |