summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorMatan Barak2016-02-29 17:05:30 +0100
committerDoug Ledford2016-03-01 17:18:54 +0100
commitd2370e0a573e5c5ea9c96373558727abb3ea71f7 (patch)
tree11e770e07728416ed1a26eb102b2274243b2697a /include/linux/mlx5/mlx5_ifc.h
parentIB/core: Add vendor's specific data to alloc mw (diff)
downloadkernel-qcow2-linux-d2370e0a573e5c5ea9c96373558727abb3ea71f7.tar.gz
kernel-qcow2-linux-d2370e0a573e5c5ea9c96373558727abb3ea71f7.tar.xz
kernel-qcow2-linux-d2370e0a573e5c5ea9c96373558727abb3ea71f7.zip
IB/mlx5: Add memory windows allocation support
This patch adds user-space support for memory windows allocation and deallocation. It also exposes the supported types via query_device_caps verb. Signed-off-by: Matan Barak <matanb@mellanox.com> Reviewed-by: Yishai Hadas <yishaih@mellanox.com> Tested-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/linux/mlx5/mlx5_ifc.h')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 72bba5261766..3044cfa683f1 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -769,7 +769,9 @@ struct mlx5_ifc_cmd_hca_cap_bits {
u8 cd[0x1];
u8 reserved_at_22c[0x1];
u8 apm[0x1];
- u8 reserved_at_22e[0x7];
+ u8 reserved_at_22e[0x2];
+ u8 imaicl[0x1];
+ u8 reserved_at_231[0x4];
u8 qkv[0x1];
u8 pkv[0x1];
u8 set_deth_sqpn[0x1];