commit | 93736656138e6d2f39f19c1d68f9ef81cfc9dd66 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Wed Jun 08 19:29:32 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 08 23:52:36 2011 -0700 |
tree | c5ff0e79d7ed67bb8078c5b32e2db35b89125a9a | |
parent | 2b77bdde97ae8241dcc23110a4e837acfbc83438 [diff] |
cnic: Fix interrupt logic We need to keep looping until cnic_get_kcqes() returns 0. cnic_get_kcqes() returns a maximum of 64 entries. If there are more entries in the queue and we don't loop back, the remaining entries may not be serviced for a long time. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>