Re: [PATCH net v2 1/2] net: ethernet: cortina: Drop software checksum and TSO
From: Linus Walleij <hidden>
Date: 2023-12-19 14:24:42
From: Linus Walleij <hidden>
Date: 2023-12-19 14:24:42
On Tue, Dec 19, 2023 at 12:23 AM Jakub Kicinski [off-list ref] wrote:
On Sat, 16 Dec 2023 20:36:52 +0100 Linus Walleij wrote:
quoted
- NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM | \ - NETIF_F_TSO | NETIF_F_TSO_ECN | NETIF_F_TSO6) + NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM )nit: checkpatch is really upset about this space before )
I'll fix it, Eric and Maxime opened up the idea of a generic helper to extract the ethertype from a buffer, so I'll fix this in the next iteration. Yours, Linus Walleij