]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gve: Advertise NETIF_F_GRO_HW instead of NETIF_F_LRO
authorAnkit Garg <nktgrg@google.com>
Tue, 3 Mar 2026 19:55:46 +0000 (11:55 -0800)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 5 Mar 2026 14:49:51 +0000 (15:49 +0100)
commite637c244b954426b84340cbc551ca0e2a32058ce
treefe54ff127b86d7d263e78d1918d2c34ab2e66309
parenta90e3029f20d8a8c2c1337436a313d29acde5b93
gve: Advertise NETIF_F_GRO_HW instead of NETIF_F_LRO

The device behind DQO format has always coalesced packets per stricter
hardware GRO spec even though it was being advertised as LRO.

Update advertised capability to match device behavior.

Signed-off-by: Ankit Garg <nktgrg@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Harshitha Ramamurthy <hramamurthy@google.com>
Signed-off-by: Joshua Washington <joshwash@google.com>
Link: https://patch.msgid.link/20260303195549.2679070-2-joshwash@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/google/gve/gve_adminq.c
drivers/net/ethernet/google/gve/gve_main.c