IB/mlx5: Fill XRQ capabilities

Provide driver specific values for XRQ capabilities.

Signed-off-by: Artemy Kovalyov <artemyko@mellanox.com>
Reviewed-by: Yossi Itigin <yosefe@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Esse commit está contido em:
Artemy Kovalyov
2017-08-17 15:52:09 +03:00
commit de Doug Ledford
commit eb76189435
2 arquivos alterados com 15 adições e 0 exclusões

Ver arquivo

@@ -107,6 +107,11 @@ enum {
MLX5_CQE_VERSION_V1,
};
enum {
MLX5_TM_MAX_RNDV_MSG_SIZE = 64,
MLX5_TM_MAX_SGE = 1,
};
struct mlx5_ib_vma_private_data {
struct list_head list;
struct vm_area_struct *vma;