Date: Mon, 26 Jul 2021 15:19:24 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: 273cc11d5cb8 - stable/13 - mlx5en: increase the limit MLX5E_MAX_TX_HEADER Message-ID: <202107261519.16QFJOPk025323@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=273cc11d5cb837ded7396a8cde486de2a5c4f221 commit 273cc11d5cb837ded7396a8cde486de2a5c4f221 Author: Konstantin Belousov <konstantinb@nvidia.com> AuthorDate: 2021-04-06 03:26:47 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-07-26 13:51:10 +0000 mlx5en: increase the limit MLX5E_MAX_TX_HEADER (cherry picked from commit 8b8c71d7ac31140277ab0383d22e6cb5c2d779d4) --- sys/dev/mlx5/mlx5_en/en.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mlx5/mlx5_en/en.h b/sys/dev/mlx5/mlx5_en/en.h index 2ec47fa96a6d..86f44dda168c 100644 --- a/sys/dev/mlx5/mlx5_en/en.h +++ b/sys/dev/mlx5/mlx5_en/en.h @@ -125,7 +125,7 @@ #define MLX5E_SQ_TX_QUEUE_SIZE 4096 /* SQ drbr queue size */ #define MLX5E_MAX_TX_NUM_TC 8 /* units */ -#define MLX5E_MAX_TX_HEADER 128 /* bytes */ +#define MLX5E_MAX_TX_HEADER 192 /* bytes */ #define MLX5E_MAX_TX_PAYLOAD_SIZE 65536 /* bytes */ #define MLX5E_MAX_TX_MBUF_SIZE 65536 /* bytes */ #define MLX5E_MAX_TX_MBUF_FRAGS \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107261519.16QFJOPk025323>