Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* pyverbs test regression
@ 2020-11-03 23:54 Bob Pearson
  2020-11-04  0:00 ` Jason Gunthorpe
  2020-11-04 13:53 ` Bernard Metzler
  0 siblings, 2 replies; 10+ messages in thread
From: Bob Pearson @ 2020-11-03 23:54 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky; +Cc: linux-rdma@vger.kernel.org

Since 5.10 some of the pyverbs tests are skipping with the warning
	"Device rxe_0 doesn't have net interface"

These occur in tests/test_rdmacm.py. As far as I can tell the error occurs in

RDMATestCase _add_gids_per_port after the following

	    if not os.path.exists('/sys/class/infiniband/{}/device/net/'.format(dev)):
                self.args.append([dev, port, idx, None])
                continue

In fact there is no such path which means it never finds an ip_addr for the device.

Did something change here? Do other RDMA devices have /sys/class/infiniband/XXX/device/net?

Thanks,

Bob Pearson

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

end of thread, other threads:[~2020-11-04 18:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03 23:54 pyverbs test regression Bob Pearson
2020-11-04  0:00 ` Jason Gunthorpe
2020-11-04 10:40   ` Edward Srouji
2020-11-04 11:47     ` Gal Pressman
2020-11-04 17:46       ` Bob Pearson
2020-11-04 12:36     ` Jason Gunthorpe
2020-11-04 18:34       ` Edward Srouji
2020-11-04 18:43         ` Jason Gunthorpe
2020-11-04 13:53 ` Bernard Metzler
2020-11-04 17:06   ` Bob Pearson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox