From: Paolo Abeni Date: Thu, 5 Mar 2026 14:49:52 +0000 (+0100) Subject: Merge branch 'gve-optimize-and-enable-hw-gro-for-dqo' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc531c2cc1d179156e8e4bdede92842dc3b63cc2;p=thirdparty%2Fkernel%2Flinux.git 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 --- bc531c2cc1d179156e8e4bdede92842dc3b63cc2