Commit bbd98fe
igb: Fix DCA errors and do not use context index for 82576
82576 was being incorrectly flagged as needing a context index. It does not as
each ring has it's own table of 2 contexts.
Driver was registering after registering the driver instead of the other way around.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent 5d6e430 commit bbd98fe
2 files changed
+10
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
308 | 307 | | |
309 | 308 | | |
310 | 309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
| 212 | + | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| |||
1156 | 1157 | | |
1157 | 1158 | | |
1158 | 1159 | | |
1159 | | - | |
1160 | 1160 | | |
1161 | | - | |
1162 | 1161 | | |
1163 | 1162 | | |
| 1163 | + | |
1164 | 1164 | | |
1165 | 1165 | | |
1166 | 1166 | | |
| |||
1310 | 1310 | | |
1311 | 1311 | | |
1312 | 1312 | | |
1313 | | - | |
1314 | | - | |
| 1313 | + | |
1315 | 1314 | | |
1316 | 1315 | | |
1317 | 1316 | | |
| |||
3473 | 3472 | | |
3474 | 3473 | | |
3475 | 3474 | | |
3476 | | - | |
3477 | | - | |
3478 | | - | |
3479 | 3475 | | |
3480 | 3476 | | |
3481 | 3477 | | |
3482 | 3478 | | |
3483 | 3479 | | |
3484 | | - | |
3485 | 3480 | | |
3486 | 3481 | | |
3487 | 3482 | | |
3488 | 3483 | | |
| 3484 | + | |
3489 | 3485 | | |
3490 | 3486 | | |
3491 | 3487 | | |
| |||
3502 | 3498 | | |
3503 | 3499 | | |
3504 | 3500 | | |
3505 | | - | |
| 3501 | + | |
3506 | 3502 | | |
3507 | 3503 | | |
3508 | 3504 | | |
| |||
0 commit comments