OSDN Git Service

RDMA/uverbs: Fix false error in query gid IOCTL
authorGal Pressman <galpress@amazon.com>
Mon, 26 Oct 2020 08:26:21 +0000 (10:26 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 26 Oct 2020 22:29:26 +0000 (19:29 -0300)
commit7d66a71488d7c14506ab81d6455c095992efca04
treefe193c10aa974387d915f54d52afb9c41a41c24e
parentfbdd0049d98d44914fc57d4b91f867f4996c787b
RDMA/uverbs: Fix false error in query gid IOCTL

Some drivers (such as EFA) have a GID table, but aren't IB/RoCE devices.
Remove the unnecessary rdma_ib_or_roce() check.

This fixes rdma-core failures for EFA when it uses the new ioctl interface
for querying the GID table.

Fixes: 9f85cbe50aa0 ("RDMA/uverbs: Expose the new GID query API to user space")
Link: https://lore.kernel.org/r/20201026082621.32463-1-galpress@amazon.com
Signed-off-by: Gal Pressman <galpress@amazon.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/core/uverbs_std_types_device.c