[PATCH net-next 0/4] gve: optimize and enable HW GRO for DQO
From: Joshua Washington
Date: Tue Mar 03 2026 - 14:57:58 EST
From: Ankit Garg <nktgrg@xxxxxxxxxx>
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.
Ankit Garg (4):
gve: Advertise NETIF_F_GRO_HW instead of NETIF_F_LRO
gve: fix SW coalescing when hw-GRO is used
gve: pull network headers into skb linear part
gve: Enable hw-gro by default if device supported
--
2.53.0.473.g4a7958ca14-goog