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)
commitb549faa950e6bde8563be17165cea5d799def8d3
tree951fd0718ab60ad1bb31a5affd439bd870f7d86c
parent3afc253357668c9f677c2e4c7adda7641773b5e8
parentb0f5b16829577db56a64b61c6ef11a975df919e8
Merge branch 'net-bcmasp-add-support-for-gro'

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>