Commit eeddfd8
committed
Merge branch 'sfc-txq-lookups'
Edward Cree says:
====================
sfc: fix TXQ lookups
The TXQ handling changes in 1280479 ("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>2 files changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2928 | 2928 | | |
2929 | 2929 | | |
2930 | 2930 | | |
2931 | | - | |
2932 | | - | |
| 2931 | + | |
2933 | 2932 | | |
2934 | 2933 | | |
2935 | 2934 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
838 | | - | |
839 | | - | |
| 838 | + | |
| 839 | + | |
840 | 840 | | |
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
845 | | - | |
| 844 | + | |
| 845 | + | |
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
| |||
1081 | 1081 | | |
1082 | 1082 | | |
1083 | 1083 | | |
| 1084 | + | |
1084 | 1085 | | |
1085 | 1086 | | |
1086 | 1087 | | |
1087 | 1088 | | |
1088 | | - | |
1089 | | - | |
1090 | | - | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
1091 | 1092 | | |
1092 | 1093 | | |
1093 | | - | |
1094 | 1094 | | |
1095 | 1095 | | |
1096 | 1096 | | |
| |||
0 commit comments