Explorar o código

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>
Hoang-Nam Nguyen %!s(int64=17) %!d(string=hai) anos
pai
achega
a660722375
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/infiniband/hw/ehca/ehca_classes.h

+ 1 - 0
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;
 };