On Sun, Feb 28, 2021 at 02:34:03PM -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> > --- > v2: Added a _have_program check for 'rdma' as requested by Omar. > --- > common/multipath-over-rdma | 111 +++++++++++-------------------------- > tests/nvmeof-mp/rc | 2 +- > tests/srp/rc | 12 +--- > 3 files changed, 35 insertions(+), 90 deletions(-) Thanks, applied.