Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6607223 authored by Hoang-Nam Nguyen's avatar Hoang-Nam Nguyen Committed by Roland Dreier
Browse files

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

parent 03f72a51
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -351,6 +351,7 @@ struct ehca_create_qp_resp {
	/* qp_num assigned by ehca: sqp0/1 may have got different numbers */
	/* qp_num assigned by ehca: sqp0/1 may have got different numbers */
	u32 real_qp_num;
	u32 real_qp_num;
	u32 fw_handle_ofs;
	u32 fw_handle_ofs;
	u32 dummy;
	struct ipzu_queue_resp ipz_squeue;
	struct ipzu_queue_resp ipz_squeue;
	struct ipzu_queue_resp ipz_rqueue;
	struct ipzu_queue_resp ipz_rqueue;
};
};