Re: [PATCH net 0/3] sfc: fix TXQ lookups

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 20 Apr 2021 13:24:54 +0100 you wrote: > The TXQ handling changes in 12804793b17c ("sfc: decouple TXQ type from label") > which were made as part of the support for encap offloads on EF10 caused some > breakage on Sien

[PATCH net 0/3] sfc: fix TXQ lookups

2021-04-20 Thread Edward Cree
The TXQ handling changes in 12804793b17c ("sfc: decouple TXQ type from label") which were made as part of the support for encap offloads on EF10 caused some breakage on Siena (5000- and 6000-series) NICs, which caused null-dereference kernel panics. This series fixes those issues, and also a sim