]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3c0d04405dffa1bb53bec0314d7526bd74c1d80
tree4c45cd226874bfd1ac817d324b79411d206aa33e
parent9731ba3c0e5365fd3518052ea4dd88958bc5e189
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: a2da7a015f9d ("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