OSDN Git Service

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)
commit2372bcda5e681bc85d57a3604265155e1a4c040b
tree177c454b09676bb54648883037b2d66c40bbdf74
parent6d04dfc8966019b8b0977b2cb942351f13d2b178
parent770f82253dbd7e6892a88018f2f6cd395f48d214
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>