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)
commiteeddfd8e8d392bc94968d87e7a408ba9e9be4722
tree5c267d126e1c9d81b4b8b1a69b0aa6415dd9c4b8
parent4acd47644ef1e1c8f8f5bc40b7cf1c5b9bcbbc4e
parent172e269edfce34bac7c61c15551816bda4b0f140
Merge branch 'sfc-txq-lookups'

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>