Date: Mon, 26 Jul 2021 15:19:23 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3e8436ec78b8 - stable/13 - mlx5: Flow steering tree: increase number of supported flow tables from 3 to 5 Message-ID: <202107261519.16QFJN1s025299@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3e8436ec78b89d40f4b405971f76791e6629fb2a commit 3e8436ec78b89d40f4b405971f76791e6629fb2a Author: Konstantin Belousov <konstantinb@nvidia.com> AuthorDate: 2021-04-06 03:24:19 +0000 Commit: Konstantin Belousov <kib@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107261519.16QFJN1s025299>