git: 3e8436ec78b8 - stable/13 - mlx5: Flow steering tree: increase number of supported flow tables from 3 to 5
Konstantin Belousov
kib at FreeBSD.org
Mon Jul 26 15:19:24 UTC 2021
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=3e8436ec78b89d40f4b405971f76791e6629fb2a
commit 3e8436ec78b89d40f4b405971f76791e6629fb2a
Author: Konstantin Belousov <konstantinb at nvidia.com>
AuthorDate: 2021-04-06 03:24:19 +0000
Commit: Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-07-26 13:51:10 +0000
mlx5: Flow steering tree: increase number of supported flow tables from 3 to 5
(cherry picked from commit bc56a8f9e7abc20820757298cbb32c4aaa4fc0bc)
---
sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the dev-commits-src-all
mailing list