RDMA/iwcm: add tos_set bool to iw_cm struct
This allows drivers to know the tos was actively set by the application. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:

committed by
Jason Gunthorpe

parent
9491128f78
commit
926ba19b35
@@ -94,7 +94,8 @@ struct iw_cm_id {
|
||||
void (*add_ref)(struct iw_cm_id *);
|
||||
void (*rem_ref)(struct iw_cm_id *);
|
||||
u8 tos;
|
||||
bool mapped;
|
||||
bool tos_set:1;
|
||||
bool mapped:1;
|
||||
};
|
||||
|
||||
struct iw_cm_conn_param {
|
||||
|
Reference in New Issue
Block a user