Merge branch 'mlx4-better-big-tcp-support'
authorJakub Kicinski <kuba@kernel.org>
Thu, 8 Dec 2022 22:27:50 +0000 (14:27 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Dec 2022 22:27:50 +0000 (14:27 -0800)
Eric Dumazet says:

====================
mlx4: better BIG-TCP support

mlx4 uses a bounce buffer in TX whenever the tx descriptors
wrap around the right edge of the ring.

Size of this bounce buffer was hard coded and can be
increased if/when needed.
====================

Link: https://lore.kernel.org/r/20221207141237.2575012-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge