aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/fs.h
diff options
context:
space:
mode:
authorMark Bloch <markb@mellanox.com>2019-03-28 15:27:31 +0200
committerLeon Romanovsky <leonro@mellanox.com>2019-04-10 09:28:41 +0300
commitb6d9ccb1125049941590ea895c38e1167badba5f (patch)
tree24c782cc525931f3f270d32cc08320582a85ece0 /include/linux/mlx5/fs.h
parentnet/mlx5: Fix false compilation warning (diff)
downloadlinux-dev-b6d9ccb1125049941590ea895c38e1167badba5f.tar.xz
linux-dev-b6d9ccb1125049941590ea895c38e1167badba5f.zip
net/mlx5: E-Switch, don't use hardcoded values for FDB prios
When creating the FDB prios, use the enum values already defined and not the hardcoded values. Signed-off-by: Mark Bloch <markb@mellanox.com> Reviewed-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to '')
-rw-r--r--include/linux/mlx5/fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h
index 9df51da04621..3eeb04154317 100644
--- a/include/linux/mlx5/fs.h
+++ b/include/linux/mlx5/fs.h
@@ -75,6 +75,11 @@ enum mlx5_flow_namespace_type {
MLX5_FLOW_NAMESPACE_EGRESS,
};
+enum {
+ FDB_FAST_PATH,
+ FDB_SLOW_PATH,
+};
+
struct mlx5_flow_table;
struct mlx5_flow_group;
struct mlx5_flow_namespace;