From: Michael Chan Date: Wed, 2 Mar 2011 13:00:50 +0000 (+0000) Subject: cnic: Fix lost interrupt on bnx2x X-Git-Tag: v2.6.38-rc8~29^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0197b087ed6384760656f1e4a620a3e92d8dc0b0;p=pandora-kernel.git cnic: Fix lost interrupt on bnx2x We service 2 queues (kcq1 and kcq2) in cnic_service_bnx2x_bh(). If the status block index has changed when servicing the kcq2, we must go back and check kcq1. The latest status block index will be used to acknowledge the interrupt, and without looping back to check kcq1, we may miss events on kcq1. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed