]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'gve-optimize-and-enable-hw-gro-for-dqo'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 5 Mar 2026 14:49:52 +0000 (15:49 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 5 Mar 2026 14:49:53 +0000 (15:49 +0100)
Ankit Garg says:

====================
gve: optimize and enable HW GRO for DQO

The DQO device has always performed HW GRO, not LRO. This series updates
the feature bit and modifies the RX path to enhance support. It sets
gso_segs correctly so the software stack can continue coalescing, and
pulls network headers into the skb linear space to avoid multiple small
memory copies when header-split is disabled.

We also enable HW GRO by default on supported devices.
====================

Link: https://patch.msgid.link/20260303195549.2679070-1-joshwash@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge