projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aec844d
)
RDMA/cxgb4: Initialize reserved fields in a FW work request
author
Steve Wise
<swise@opengridcomputing.com>
Wed, 9 Apr 2014 14:38:27 +0000
(09:38 -0500)
committer
Roland Dreier
<roland@purestorage.com>
Fri, 11 Apr 2014 18:36:09 +0000
(11:36 -0700)
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/cxgb4/qp.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/cxgb4/qp.c
b/drivers/infiniband/hw/cxgb4/qp.c
index 2c037e1746d3d3ded8accdef94f84b5ba9360fc2..5a7d368aa47a1e41a27fe6c3384c1e3680e551de 100644
(file)
--- a/
drivers/infiniband/hw/cxgb4/qp.c
+++ b/
drivers/infiniband/hw/cxgb4/qp.c
@@
-436,6
+436,8
@@
static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe,
default:
return -EINVAL;
}
+ wqe->send.r3 = 0;
+ wqe->send.r4 = 0;
plen = 0;
if (wr->num_sge) {