RDMA/core: Rename signature qp create flag and signature device capability

Rename IB_QP_CREATE_SIGNATURE_EN to IB_QP_CREATE_INTEGRITY_EN
and IB_DEVICE_SIGNATURE_HANDOVER to IB_DEVICE_INTEGRITY_HANDOVER.

Signed-off-by: Israel Rukshin <israelr@mellanox.com>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
Israel Rukshin
2019-06-11 18:52:50 +03:00
committed by Jason Gunthorpe
parent 5a6781a558
commit c0a6cbb9cb
7 changed files with 17 additions and 18 deletions

View File

@@ -431,8 +431,7 @@ struct mlx5_ib_qp {
int create_type;
/* Store signature errors */
bool signature_en;
bool integrity_en;
struct list_head qps_list;
struct list_head cq_recv_list;