]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitbc531c2cc1d179156e8e4bdede92842dc3b63cc2
tree2b7d163b2fdf57cabe5a9767d25e4518b6450312
parenta90e3029f20d8a8c2c1337436a313d29acde5b93
parent3c398063ef01b02d7efd31662154fe70fd28ace6
Merge branch 'gve-optimize-and-enable-hw-gro-for-dqo'

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>