IB/core: Fix typo in the name of the tag-matching cap struct
authorLeon Romanovsky <leonro@mellanox.com>
Sun, 24 Sep 2017 18:46:29 +0000 (21:46 +0300)
committerDoug Ledford <dledford@redhat.com>
Mon, 25 Sep 2017 15:47:23 +0000 (11:47 -0400)
commit78b1beb0998437107ed144b341fbe1252188916b
tree4c45cd226874bfd1ac817d324b79411d206aa33e
parente19b205be43d11bff638cad4487008c48d21c103
IB/core: Fix typo in the name of the tag-matching cap struct

The tag matching functionality is implemented by mlx5 driver
by extending XRQ, however this internal kernel information was
exposed to user space applications with *xrq* name instead of *tm*.

This patch renames *xrq* to *tm* to handle that.

Fixes: 8d50505ada72 ("IB/uverbs: Expose XRQ capabilities")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/uverbs_cmd.c
drivers/infiniband/hw/mlx5/main.c
include/rdma/ib_verbs.h
include/uapi/rdma/ib_user_verbs.h