]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'net-bcmasp-add-support-for-gro'
authorJakub Kicinski <kuba@kernel.org>
Fri, 13 Jun 2025 01:26:23 +0000 (18:26 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Jun 2025 01:26:23 +0000 (18:26 -0700)
Florian Fainelli says:

====================
net: bcmasp: add support for GRO

These two patches add support for GRO software interrupt coalescing,
kudos to Zak for doing this on bcmgenet first.

before:

00:03:31     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal
%guest   %idle
00:03:32     all    0.00    0.00    1.51    0.00    0.50    7.29    0.00 0.00   90.70

after:

00:02:35     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal
%guest   %idle
00:02:36     all    0.25    0.00    1.26    0.00    0.50    7.29    0.00 0.00   90.70
====================

Link: https://patch.msgid.link/20250611212730.252342-1-florian.fainelli@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge