From: Eugenia Emantayev Date: Tue, 25 Jun 2013 09:09:33 +0000 (+0300) Subject: net/mlx4_en: Fix a race between napi poll function and RX ring cleanup X-Git-Tag: v3.11-rc1~64^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc5c8bf11852dec3225fda2f53a599243095d23;p=pandora-kernel.git 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 Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed