1
0
Fork 0

IB/ehca: Adjust 64-bit alignment of create QP response for userspace

Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
hifive-unleashed-5.1
Hoang-Nam Nguyen 2007-09-28 17:18:47 +02:00 committed by Roland Dreier
parent 03f72a51cb
commit a660722375
1 changed files with 1 additions and 0 deletions

View File

@ -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;
};