]> 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)
commit1eefd30ca2d8a9897eead768bb8a8482fc9bf010
tree177c454b09676bb54648883037b2d66c40bbdf74
parent909918c37e07e3d1bf4bb7ac196a08d6886d5bb0
parent9dfd2c4e3aa4e0ffafce5268573ee9dba603c5c4
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>