]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlx4-queue-reinit'
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Feb 2017 02:27:05 +0000 (21:27 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Feb 2017 02:27:05 +0000 (21:27 -0500)
commit8bb70362c5e19194f28120b158cb6dced3eebdff
tree177c454b09676bb54648883037b2d66c40bbdf74
parente72fef43765580534b0611fb5b23c925ee230db3
parent78cfb228d1667571f56664451d814c5a2025fa88
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>