Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 2021 12:00:28 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bc56a8f9e7ab - main - mlx5: Flow steering tree: increase number of supported flow tables from 3 to 5
Message-ID:  <202107121200.16CC0SGE008289@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=bc56a8f9e7abc20820757298cbb32c4aaa4fc0bc

commit bc56a8f9e7abc20820757298cbb32c4aaa4fc0bc
Author:     Konstantin Belousov <konstantinb@nvidia.com>
AuthorDate: 2021-04-06 03:24:19 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-07-12 09:34:37 +0000

    mlx5: Flow steering tree: increase number of supported flow tables from 3 to 5
    
    Reviewed by:    hselasky
    Sponsored by:   Mellanox Technologies/NVidia Networking
    MFC after:      1 week
---
 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?202107121200.16CC0SGE008289>