-----"Bob Pearson" <rpearsonhpe@xxxxxxxxx> wrote: ----- >To: "Jason Gunthorpe" <jgg@xxxxxxxxxx>, "Leon Romanovsky" ><leon@xxxxxxxxxx> >From: "Bob Pearson" <rpearsonhpe@xxxxxxxxx> >Date: 11/04/2020 12:55AM >Cc: "linux-rdma@xxxxxxxxxxxxxxx" <linux-rdma@xxxxxxxxxxxxxxx> >Subject: [EXTERNAL] pyverbs test regression > >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? > Hmm, with 5.10.0-rc1, I still see it for both rdma_rxe and siw.