-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move rxe_cfg to the rdma-core package
rx_cfg is used to setup the kernel rxe device, it belongs with the rest of the kernel support items. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
- Loading branch information
1 parent
f387964
commit 5c6372e
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
etc/libibverbs.d/ | ||
usr/bin/rxe_cfg | ||
usr/lib/*/libibverbs/lib*-rdmav2.so | ||
usr/lib/*/libmlx4.so.* | ||
usr/lib/*/libmlx5.so.* | ||
usr/share/doc/rdma-core/rxe.md usr/share/doc/ibverbs-providers/ | ||
usr/share/man/man7/rxe.7 | ||
usr/share/man/man8/rxe_cfg.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
etc/modprobe.d/truescale.conf | ||
lib/systemd/system/rdma-ndd.service | ||
lib/udev/rules.d/60-rdma-ndd.rules | ||
usr/bin/rxe_cfg | ||
usr/lib/truescale-serdes.cmds | ||
usr/sbin/rdma-ndd | ||
usr/share/doc/rdma-core/MAINTAINERS | ||
usr/share/doc/rdma-core/README.md | ||
usr/share/doc/rdma-core/rxe.md usr/share/doc/rdma-core/ | ||
usr/share/man/man7/rxe.7 | ||
usr/share/man/man8/rdma-ndd.8 | ||
usr/share/man/man8/rxe_cfg.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters