git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c42558
)
IB/mlx4: Fix queue overflow check in post_recv
author
Or Gerlitz
<ogerlitz@voltaire.com>
Wed, 6 Jan 2010 20:51:30 +0000
(12:51 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Wed, 6 Jan 2010 20:51:30 +0000
(12:51 -0800)
In mlx4_ib_post_recv(), we should check the queue for overflow using
recv_cq instead of send_cq (current code looks like a copy-and-paste
mistake).
Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found