On 2/3/21 8:40 AM, Omar Sandoval wrote: > On Mon, Jan 25, 2021 at 08:45:19PM -0800, Bart Van Assche wrote: >> The approach of verifying whether or not an RDMA interface is associated >> with the rdma_rxe interface by looking up its parent device is deprecated >> and will be removed soon from the Linux kernel. Hence this patch that uses >> the rdma link command instead. >> >> Cc: Jason Gunthorpe <jgg@xxxxxxxxxx> >> Cc: Yi Zhang <yi.zhang@xxxxxxxxxx> >> Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> >> --- >> common/multipath-over-rdma | 111 +++++++++++-------------------------- >> tests/srp/rc | 9 +-- >> 2 files changed, 32 insertions(+), 88 deletions(-) > > I think we need to add _have_program rdma checks to srp and nvmeof-mp, > right? The first two patches look fine, I'll merge those. Sure, I will add a _have_program rdma check and repost this patch. Thanks, Bart.