Re: [PATCH net v2 0/2] mlx4: Misc bug fixes after reinitializing queues

2017-02-02 Thread David Miller
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

[PATCH net v2 0/2] mlx4: Misc bug fixes after reinitializing queues

2017-01-31 Thread Martin KaFai Lau
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