]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-bcmgenet-add-support-for-gro-software-interrupt-coalescing'
authorJakub Kicinski <kuba@kernel.org>
Thu, 12 Jun 2025 00:41:43 +0000 (17:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Jun 2025 00:41:44 +0000 (17:41 -0700)
commit5d6d67c4cb10a4b4d3ae35758d5eeed6239afdc8
treec8451b9327a76621858e75827b71d391c9d8bbd1
parent5e84d5b36b5b0e8552fbbdfbfd9c81bb79ab0947
parent078bb22cfc652aa206c89e16d25ab3ffffc7427c
Merge branch 'net-bcmgenet-add-support-for-gro-software-interrupt-coalescing'

Zak Kemble says:

====================
net: bcmgenet: add support for GRO software interrupt coalescing

Enable support for software IRQ coalescing and GRO aggregation
and apply conservative defaults which can help improve system
and network performance by reducing the number of hardware
interrupts and improving GRO aggregation ratio.

v1: https://lore.kernel.org/20250531224853.1339-1-zakkemble@gmail.com
====================

Link: https://patch.msgid.link/20250610220403.935-1-zakkemble@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>