IB/mlx5: Report correctly tag matching rendezvous capability
Userspace expects the IB_TM_CAP_RC bit to indicate that the device
supports RC transport tag matching with rendezvous offload. However the
firmware splits this into two capabilities for eager and rendezvous tag
matching.
Only if the FW supports both modes should userspace be told the tag
matching capability is available.
Cc: <stable@vger.kernel.org> # 4.13
Fixes: eb76189435
("IB/mlx5: Fill XRQ capabilities")
Signed-off-by: Danit Goldberg <danitg@mellanox.com>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Reviewed-by: Artemy Kovalyov <artemyko@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:

committed by
Jason Gunthorpe

parent
a3a400da20
commit
89705e9270
@@ -307,8 +307,8 @@ struct ib_rss_caps {
|
||||
};
|
||||
|
||||
enum ib_tm_cap_flags {
|
||||
/* Support tag matching on RC transport */
|
||||
IB_TM_CAP_RC = 1 << 0,
|
||||
/* Support tag matching with rendezvous offload for RC transport */
|
||||
IB_TM_CAP_RNDV_RC = 1 << 0,
|
||||
};
|
||||
|
||||
struct ib_tm_caps {
|
||||
|
Reference in New Issue
Block a user