linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* New GID query API broke EFA
@ 2020-10-22 10:58 Gal Pressman
  2020-10-22 11:21 ` Leon Romanovsky
  0 siblings, 1 reply; 9+ messages in thread
From: Gal Pressman @ 2020-10-22 10:58 UTC (permalink / raw)
  To: Leon Romanovsky, Avihai Horon, Maor Gottlieb, Jason Gunthorpe
  Cc: linux-rdma, Leybovich, Yossi

Hi all,

The new IOCTL query GID API 9f85cbe50aa0 ("RDMA/uverbs: Expose the new GID query
API to user space") currently breaks EFA, as ibv_query_gid() no longer works.

The problem is that the IOCTL call checks for:
	if (!rdma_ib_or_roce(ib_dev, port_num))
		return -EOPNOTSUPP;

EFA is neither of these, but it uses GIDs.

Any objections to remove the check? Any other solutions come to mind?

Gal

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-10-22 16:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 10:58 New GID query API broke EFA Gal Pressman
2020-10-22 11:21 ` Leon Romanovsky
2020-10-22 11:49   ` Gal Pressman
2020-10-22 12:10   ` Jason Gunthorpe
2020-10-22 12:12     ` Gal Pressman
2020-10-22 12:15       ` Gal Pressman
2020-10-22 12:23         ` Leon Romanovsky
2020-10-22 12:23     ` Leon Romanovsky
2020-10-22 16:37       ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).