On Tue, Aug 06, 2019 at 02:38:52PM +0000, Haim Boozaglo wrote: > From: Vladimir Koushnir <vladimirk@xxxxxxxxxxxx> > > Added new function returning a list of available InfiniBand device names. > The returned list is not limited to 32 devices. > > Signed-off-by: Vladimir Koushnir <vladimirk@xxxxxxxxxxxx> > Signed-off-by: Haim Boozaglo <haimbo@xxxxxxxxxxxx> > --- > libibumad/CMakeLists.txt | 2 +- > libibumad/libibumad.map | 6 +++++ > libibumad/man/umad_free_ca_namelist.3 | 28 ++++++++++++++++++++++++ > libibumad/man/umad_get_ca_namelist.3 | 34 +++++++++++++++++++++++++++++ > libibumad/umad.c | 41 +++++++++++++++++++++++++++++++++++ > libibumad/umad.h | 2 ++ > 6 files changed, 112 insertions(+), 1 deletion(-) > create mode 100644 libibumad/man/umad_free_ca_namelist.3 > create mode 100644 libibumad/man/umad_get_ca_namelist.3 1. Please use cover letter for patch series. 2. There is a need to update debian package too. 3. Need to use the same discovery mechanism as used in libibverbs - netlink based. 4. Does it work with hot-plug where device name can change? Thanks