diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2026-06-02 03:37:59 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-06-04 05:18:06 +0300 |
| commit | bd3beb5c8691318048043d6d2c78d78189d66bdd (patch) | |
| tree | ed82cef472715113f23a090510419aeac766774c /include | |
| parent | ee5aee77bcba421fd2830e5036a18c206f7c2844 (diff) | |
| download | linux-bd3beb5c8691318048043d6d2c78d78189d66bdd.tar.xz | |
eth: bnxt: disable rx-copybreak by default
rx-copybreak requires an extra slab allocation. Since bnxt uses
page pool frags and HDS by default, the rx-copybreak doesn't
buy us anything. The extra pressure on slab causes overload
on pre-sheaves kernels on modern AMD platforms.
In synthetic testing on net-next this patch shows little difference
but I think copybreak is "obvious waste" at this point.
Default rx-copybreak threshold to 0 / disabled.
The "copybreak" defines are really the size bounds for the Rx header
buffer. Rename them.
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Link: https://patch.msgid.link/20260602003759.1545645-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
