aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma/vmw_pvrdma-abi.h
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2018-03-20 14:19:46 -0600
committerJason Gunthorpe <jgg@mellanox.com>2018-03-27 14:25:08 -0600
commit38b48808b9af55f02cb226a1f09b7a5e67104569 (patch)
treeef17f5ebab1bb53bd8af803e560fd25f2f797dbd /include/uapi/rdma/vmw_pvrdma-abi.h
parentRDMA/ocrdma: Fix structure layout for ocrdma_alloc_pd (diff)
downloadlinux-dev-38b48808b9af55f02cb226a1f09b7a5e67104569.tar.xz
linux-dev-38b48808b9af55f02cb226a1f09b7a5e67104569.zip
RDMA: Remove minor pahole differences between 32/64
To help automatic detection we want pahole to report the same struct layouts for 32 and 64 bit compiles. These cases are all implicit padding added at the end of embedded structs as part of a union. The added reserved fields have no impact on the ABI. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/uapi/rdma/vmw_pvrdma-abi.h')
-rw-r--r--include/uapi/rdma/vmw_pvrdma-abi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/vmw_pvrdma-abi.h b/include/uapi/rdma/vmw_pvrdma-abi.h
index 02ca0d0f1eb7..edf5c7224901 100644
--- a/include/uapi/rdma/vmw_pvrdma-abi.h
+++ b/include/uapi/rdma/vmw_pvrdma-abi.h
@@ -262,6 +262,7 @@ struct pvrdma_sq_wqe_hdr {
__u32 length;
__u32 access_flags;
__u32 rkey;
+ __u32 reserved;
} fast_reg;
struct {
__u32 remote_qpn;