Commit 2372bcd
committed
Merge branch 'mlx4-queue-reinit'
Martin KaFai Lau says:
====================
mlx4: Misc bug fixes after reinitializing queues
This patchset fixes misc bugs after reinitializing
queues (e.g. by ethtool -L).
v2:
* Add another fix to mem leak in tx_ring[t] and tx_cq[t]
* In mlx4_en_try_alloc_resources(),
move all xdp_prog logic after calling mlx4_en_alloc_resources()
====================
Signed-off-by: David S. Miller <davem@davemloft.net>File tree
3 files changed
+29
-13
lines changed- drivers/net/ethernet/mellanox/mlx4
3 files changed
+29
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1099 | 1099 | | |
1100 | 1100 | | |
1101 | 1101 | | |
1102 | | - | |
| 1102 | + | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
| |||
1774 | 1774 | | |
1775 | 1775 | | |
1776 | 1776 | | |
1777 | | - | |
| 1777 | + | |
1778 | 1778 | | |
1779 | 1779 | | |
1780 | 1780 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2042 | 2042 | | |
2043 | 2043 | | |
2044 | 2044 | | |
| 2045 | + | |
| 2046 | + | |
2045 | 2047 | | |
2046 | 2048 | | |
2047 | 2049 | | |
| |||
2184 | 2186 | | |
2185 | 2187 | | |
2186 | 2188 | | |
2187 | | - | |
| 2189 | + | |
| 2190 | + | |
2188 | 2191 | | |
2189 | | - | |
| 2192 | + | |
| 2193 | + | |
2190 | 2194 | | |
2191 | 2195 | | |
2192 | 2196 | | |
| |||
2200 | 2204 | | |
2201 | 2205 | | |
2202 | 2206 | | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
2203 | 2224 | | |
2204 | 2225 | | |
2205 | 2226 | | |
| |||
2214 | 2235 | | |
2215 | 2236 | | |
2216 | 2237 | | |
2217 | | - | |
2218 | 2238 | | |
2219 | 2239 | | |
2220 | 2240 | | |
| |||
2248 | 2268 | | |
2249 | 2269 | | |
2250 | 2270 | | |
2251 | | - | |
2252 | | - | |
2253 | | - | |
2254 | | - | |
2255 | | - | |
2256 | 2271 | | |
2257 | 2272 | | |
2258 | 2273 | | |
| |||
2755 | 2770 | | |
2756 | 2771 | | |
2757 | 2772 | | |
2758 | | - | |
| 2773 | + | |
2759 | 2774 | | |
2760 | 2775 | | |
2761 | 2776 | | |
| |||
3499 | 3514 | | |
3500 | 3515 | | |
3501 | 3516 | | |
3502 | | - | |
| 3517 | + | |
3503 | 3518 | | |
3504 | 3519 | | |
3505 | 3520 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
| 682 | + | |
| 683 | + | |
683 | 684 | | |
684 | 685 | | |
685 | 686 | | |
| |||
0 commit comments