aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma
diff options
context:
space:
mode:
authorGuy Levi <guyle@mellanox.com>2017-08-17 15:50:47 +0300
committerDoug Ledford <dledford@redhat.com>2017-08-24 16:27:11 -0400
commit078b3573030346df0cdc46d798c0f434dc53c2cc (patch)
tree704ecbe103e8d4699e86a9b70b4456cce6f3d3f0 /include/uapi/rdma
parentIB/mlx4: Fix RSS QP type in creation verb (diff)
downloadlinux-dev-078b3573030346df0cdc46d798c0f434dc53c2cc.tar.xz
linux-dev-078b3573030346df0cdc46d798c0f434dc53c2cc.zip
IB/mlx4: Fix struct mlx4_ib_create_wq alignment
The mlx4 ABI defines to have structures with alignment of 64B. Fixes: 400b1ebcfe31 ("IB/mlx4: Add support for WQ related verbs") Signed-off-by: Guy Levi <guyle@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/uapi/rdma')
-rw-r--r--include/uapi/rdma/mlx4-abi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/rdma/mlx4-abi.h b/include/uapi/rdma/mlx4-abi.h
index 21cce1a4c4dd..0e10102861b5 100644
--- a/include/uapi/rdma/mlx4-abi.h
+++ b/include/uapi/rdma/mlx4-abi.h
@@ -121,7 +121,6 @@ struct mlx4_ib_create_wq {
__u8 log_range_size;
__u8 reserved[3];
__u32 comp_mask;
- __u32 reserved1;
};
struct mlx4_ib_modify_wq {