Commit c710897
committed
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Tony Nguyen says:
====================
Intel Wired LAN Driver Updates 2022-01-31
This series contains updates to i40e driver only.
Jedrzej fixes a condition check which would cause an error when
resetting bandwidth when DCB is active with one TC.
Karen resolves a null pointer dereference that could occur when removing
the driver while VSI rings are being disabled.
* '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
i40e: Fix reset path while removing the driver
i40e: Fix reset bw limit when DCB enabled with 1 TC
====================
Link: https://lore.kernel.org/r/20220201000522.505909-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>2 files changed
Lines changed: 30 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5372 | 5372 | | |
5373 | 5373 | | |
5374 | 5374 | | |
5375 | | - | |
| 5375 | + | |
| 5376 | + | |
| 5377 | + | |
| 5378 | + | |
| 5379 | + | |
| 5380 | + | |
| 5381 | + | |
| 5382 | + | |
| 5383 | + | |
5376 | 5384 | | |
5377 | 5385 | | |
5378 | 5386 | | |
5379 | 5387 | | |
5380 | 5388 | | |
5381 | 5389 | | |
5382 | 5390 | | |
| 5391 | + | |
| 5392 | + | |
5383 | 5393 | | |
5384 | 5394 | | |
5385 | 5395 | | |
| |||
10853 | 10863 | | |
10854 | 10864 | | |
10855 | 10865 | | |
| 10866 | + | |
| 10867 | + | |
| 10868 | + | |
10856 | 10869 | | |
10857 | 10870 | | |
10858 | 10871 | | |
| |||
12212 | 12225 | | |
12213 | 12226 | | |
12214 | 12227 | | |
| 12228 | + | |
| 12229 | + | |
12215 | 12230 | | |
12216 | 12231 | | |
12217 | 12232 | | |
| |||
13038 | 13053 | | |
13039 | 13054 | | |
13040 | 13055 | | |
| 13056 | + | |
| 13057 | + | |
| 13058 | + | |
| 13059 | + | |
13041 | 13060 | | |
13042 | 13061 | | |
13043 | 13062 | | |
| |||
15928 | 15947 | | |
15929 | 15948 | | |
15930 | 15949 | | |
15931 | | - | |
| 15950 | + | |
| 15951 | + | |
| 15952 | + | |
| 15953 | + | |
| 15954 | + | |
15932 | 15955 | | |
| 15956 | + | |
15933 | 15957 | | |
15934 | 15958 | | |
15935 | 15959 | | |
| |||
16128 | 16152 | | |
16129 | 16153 | | |
16130 | 16154 | | |
| 16155 | + | |
| 16156 | + | |
| 16157 | + | |
16131 | 16158 | | |
16132 | 16159 | | |
16133 | 16160 | | |
| |||
0 commit comments