Re: [PATCH net v3 1/4] net: hsr: fix packet drops caused by GRO superpackets
Ali Ahmet Memis <[email protected]> Sat, 1 Aug 2026 02:58:15 +0300
| Newsgroups | org.kernel.vger.linux-kselftest,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>