commit | 0cc5c8bf11852dec3225fda2f53a599243095d23 | [log] [tgz] |
---|---|---|
author | Eugenia Emantayev <eugenia@mellanox.com> | Tue Jun 25 12:09:33 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 25 16:29:39 2013 -0700 |
tree | 247c1a9d52cab4e47ee238ce7e1e9a7c2492aff7 | |
parent | 9e19b54554fac0a1c1c92f0a10b29d216b84a470 [diff] |
net/mlx4_en: Fix a race between napi poll function and RX ring cleanup The RX rings were cleaned while there was still possible RX traffic completion handling. Change the sequance of events so that the port is closed and the QPs are being stopped before RX cleanup. Signed-off-by: Eugenia Emantayev <eugenia@mellanox.com> Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>