From: Martin KaFai Lau
Date: Tue, 31 Jan 2017 22:35:31 -0800
> 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
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()
Martin KaFai Lau (2):
mlx4: Fix memory leak after ml