Merge branch 'sfc-txq-lookups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 21 Apr 2021 00:03:53 +0000 (17:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Apr 2021 00:03:53 +0000 (17:03 -0700)
Edward Cree says:

====================
sfc: fix TXQ lookups

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 similarly incorrect code-path on
 EF10 which worked by chance.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge