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)
commitff36c447e2330625066d193a25a8f94c1408d9d9
treed211b775704e9d99a19a55d169de8e5a6e1b780c
parentddda6326eef9961faef4735c6dd596475e7bdb65
parent0e706f7961a44f4be13cf9b5eedb70f0ab2724b8
Merge branch 'mlx4-better-big-tcp-support'

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>