forked from Minki/linux
RDMA/cma: Get rid of 1 bit boolean
Arrange fields of cma_req_info structure for efficiency on stack and get rid of one bit boolean field. Signed-off-by: Parav Pandit <parav@mellanox.com> Reviewed-by: Daniel Jurgens <danielj@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
parent
e7ff98aefc
commit
05e0b86c41
@ -411,11 +411,11 @@ struct cma_req_info {
|
|||||||
struct sockaddr_storage listen_addr_storage;
|
struct sockaddr_storage listen_addr_storage;
|
||||||
struct sockaddr_storage src_addr_storage;
|
struct sockaddr_storage src_addr_storage;
|
||||||
struct ib_device *device;
|
struct ib_device *device;
|
||||||
int port;
|
|
||||||
union ib_gid local_gid;
|
union ib_gid local_gid;
|
||||||
__be64 service_id;
|
__be64 service_id;
|
||||||
|
int port;
|
||||||
|
bool has_gid;
|
||||||
u16 pkey;
|
u16 pkey;
|
||||||
bool has_gid:1;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static int cma_comp(struct rdma_id_private *id_priv, enum rdma_cm_state comp)
|
static int cma_comp(struct rdma_id_private *id_priv, enum rdma_cm_state comp)
|
||||||
|
Loading…
Reference in New Issue
Block a user