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:
03f72a5
)
IB/ehca: Adjust 64-bit alignment of create QP response for userspace
author
Hoang-Nam Nguyen
<
[email protected]
>
Fri, 28 Sep 2007 15:18:47 +0000
(17:18 +0200)
committer
Roland Dreier
<
[email protected]
>
Wed, 10 Oct 2007 02:59:14 +0000
(19:59 -0700)
Signed-off-by: Hoang-Nam Nguyen <
[email protected]
>
Signed-off-by: Roland Dreier <
[email protected]
>
drivers/infiniband/hw/ehca/ehca_classes.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/ehca/ehca_classes.h
b/drivers/infiniband/hw/ehca/ehca_classes.h
index d6706966a010a2934759bc8ae072d255c68a3f91..0f7a55d35ea7e1f6e4dfd385c12108d5638fe576 100644
(file)
--- a/
drivers/infiniband/hw/ehca/ehca_classes.h
+++ b/
drivers/infiniband/hw/ehca/ehca_classes.h
@@
-351,6
+351,7
@@
struct ehca_create_qp_resp {
/* qp_num assigned by ehca: sqp0/1 may have got different numbers */
u32 real_qp_num;
u32 fw_handle_ofs;
+ u32 dummy;
struct ipzu_queue_resp ipz_squeue;
struct ipzu_queue_resp ipz_rqueue;
};