projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f622b
)
RDMA/nes: Fix fast memory registration opcode
author
Tatyana Nikolova
<
[email protected]
>
Sat, 7 Jan 2012 00:17:19 +0000
(18:17 -0600)
committer
Roland Dreier
<
[email protected]
>
Fri, 27 Jan 2012 18:15:13 +0000
(10:15 -0800)
Fix fast memory registration opcode in local invalidate completion.
Signed-off-by: Tatyana Nikolova <
[email protected]
>
Signed-off-by: Donald Wood <
[email protected]
>
Signed-off-by: Roland Dreier <
[email protected]
>
drivers/infiniband/hw/nes/nes_verbs.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/nes/nes_verbs.c
b/drivers/infiniband/hw/nes/nes_verbs.c
index ba2eb002fd29fc9f9a3b0c5d805e5444d105a25d..3875365a284b1a45e01d55c6333520d0d4cbe92d 100644
(file)
--- a/
drivers/infiniband/hw/nes/nes_verbs.c
+++ b/
drivers/infiniband/hw/nes/nes_verbs.c
@@
-3726,7
+3726,7
@@
static int nes_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry)
entry->opcode = IB_WC_SEND;
break;
case NES_IWARP_SQ_OP_LOCINV:
- entry->opcode = IB_W
R
_LOCAL_INV;
+ entry->opcode = IB_W
C
_LOCAL_INV;
break;
case NES_IWARP_SQ_OP_FAST_REG:
entry->opcode = IB_WC_FAST_REG_MR;