diff options
| author | 2019-04-23 11:57:33 -0700 | |
|---|---|---|
| committer | 2019-04-23 11:57:33 -0700 | |
| commit | 3839f99d21688d3062ebd3cc06db46edb3b99ac1 (patch) | |
| tree | 110b39b88ee43aca0158229ca39cabb45b594eda /include/linux | |
| parent | ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmp (diff) | |
| parent | Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-next (diff) | |
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Diffstat (limited to 'include/linux')
| -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; |
