aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <konstantinb@nvidia.com>2021-04-06 03:24:19 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-07-26 13:51:10 +0000
commit3e8436ec78b89d40f4b405971f76791e6629fb2a (patch)
tree7f6e85be0e3dd469568dbf3820695474fd8bf5a1
parent5955e8b93ece64cb1f95d9c037c209eacfc77e10 (diff)
downloadsrc-3e8436ec78b89d40f4b405971f76791e6629fb2a.tar.gz
src-3e8436ec78b89d40f4b405971f76791e6629fb2a.zip
mlx5: Flow steering tree: increase number of supported flow tables from 3 to 5
(cherry picked from commit bc56a8f9e7abc20820757298cbb32c4aaa4fc0bc)
-rw-r--r--sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c b/sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c
index e7951682e56d..55c7896e3d52 100644
--- a/sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c
+++ b/sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c
@@ -66,7 +66,7 @@
#define BYPASS_MAX_FT 5
#define BYPASS_PRIO_MAX_FT 1
-#define KERNEL_MAX_FT 3
+#define KERNEL_MAX_FT 5
#define LEFTOVER_MAX_FT 1
#define KENREL_MIN_LEVEL 3
#define LEFTOVER_MIN_LEVEL KENREL_MIN_LEVEL + 1