The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=bc56a8f9e7abc20820757298cbb32c4aaa4fc0bc
commit bc56a8f9e7abc20820757298cbb32c4aaa4fc0bc Author: Konstantin Belousov <[email protected]> AuthorDate: 2021-04-06 03:24:19 +0000 Commit: Konstantin Belousov <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
