Re: [PATCH net-next v2] net: stmmac: improve TSO/GSO queue selection
Jakub Kicinski <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 12 Aug 2026 18:11:31 +0200 Lorenzo Bianconi wrote: > please drop this version, I will post v3 to fix some pending issues. FTR Russell was trying to fix TSO in this driver too, before giving up (on us?). The direction he was following of clearing the TSO caps in ndo_features_check and letting the stack GSO instead of all the weird hacks this driver has seemed much more sane. But maybe I'm missing something TBS specific here