Skip to content

Commit c3d6991

Browse files
authored
Merge pull request #1644 from jgunthorpe/rdma_topo
kernel-boot: Add rdma_topo tool
2 parents 0d977c5 + be213be commit c3d6991

File tree

5 files changed

+775
-0
lines changed

5 files changed

+775
-0
lines changed

debian/rdma-core.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ lib/udev/rules.d/90-rdma-ulp-modules.rules
2222
lib/udev/rules.d/90-rdma-umad.rules
2323
usr/lib/truescale-serdes.cmds
2424
usr/sbin/iwpmd
25+
usr/sbin/rdma_topo
2526
usr/sbin/rdma-ndd
2627
usr/share/doc/rdma-core/70-persistent-ipoib.rules
2728
usr/share/doc/rdma-core/MAINTAINERS

kernel-boot/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ rdma_subst_install(FILES "persistent-ipoib.rules.in"
4141
DESTINATION "${CMAKE_INSTALL_DOCDIR}"
4242
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ)
4343

44+
install(PROGRAMS "rdma_topo"
45+
DESTINATION "${CMAKE_INSTALL_SBINDIR}")
46+
4447
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
4548

4649
# Create an installed executable (under /usr/lib/udev)

0 commit comments

Comments
 (0)