summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorHaggai Eran2016-02-29 14:45:03 +0100
committerDoug Ledford2016-03-01 17:02:05 +0100
commitb11a4f9cde1c06e0073662882b60c1fb95a1d597 (patch)
tree37802697d71267d2ba769d1b89f36ba2633aaa5b /include/linux/mlx5/mlx5_ifc.h
parentIB/mlx5: Add support for CSUM in RX flow (diff)
downloadkernel-qcow2-linux-b11a4f9cde1c06e0073662882b60c1fb95a1d597.tar.gz
kernel-qcow2-linux-b11a4f9cde1c06e0073662882b60c1fb95a1d597.tar.xz
kernel-qcow2-linux-b11a4f9cde1c06e0073662882b60c1fb95a1d597.zip
IB/mlx5: Add support for setting source QP number
In order to create multiple GSI QPs, we need to set the source QP number to one on all these QPs. Add the necessary definitions and infrastructure to do that. Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Haggai Eran <haggaie@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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 711c9dc87f63..72bba5261766 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -772,7 +772,8 @@ struct mlx5_ifc_cmd_hca_cap_bits {
u8 reserved_at_22e[0x7];
u8 qkv[0x1];
u8 pkv[0x1];
- u8 reserved_at_237[0x4];
+ u8 set_deth_sqpn[0x1];
+ u8 reserved_at_239[0x3];
u8 xrc[0x1];
u8 ud[0x1];
u8 uc[0x1];