Re: [PATCH net v3 1/4] net: hsr: fix packet drops caused by GRO superpackets

From: Ali Ahmet Memis

Date: Fri Jul 31 2026 - 19:59:34 EST


This mirrors netif_disable_lro() and dev_disable_lro() faithfully,
including the recursive lower device walk and the split between the
internal helper in dev.c and the exported wrapper in dev_api.c. Clearing
both NETIF_F_GRO and NETIF_F_GRO_HW matches the changelog.

Reviewed-by: Ali Ahmet Memis <ali@xxxxxxxxxxxxxx>