Skip to content

Commit

Permalink
Move rxe_cfg to the rdma-core package
Browse files Browse the repository at this point in the history
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
jgunthorpe committed Jul 27, 2017
1 parent f387964 commit 5c6372e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 0 additions & 4 deletions debian/ibverbs-providers.install
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
4 changes: 4 additions & 0 deletions debian/rdma-core.install
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
8 changes: 4 additions & 4 deletions redhat/rdma-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ rm -rf %{buildroot}/%{_sbindir}/srp_daemon.sh
%dir %{_sysconfdir}/rdma
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/README.md
%doc %{_docdir}/%{name}-%{version}/rxe.md
%config(noreplace) %{_sysconfdir}/rdma/mlx4.conf
%config(noreplace) %{_sysconfdir}/rdma/rdma.conf
%config(noreplace) %{_sysconfdir}/rdma/sriov-vfs
Expand All @@ -340,9 +341,12 @@ rm -rf %{buildroot}/%{_sbindir}/srp_daemon.sh
%{_libexecdir}/rdma-fixup-mtrr.awk
%{_libexecdir}/mlx4-setup.sh
%{_libexecdir}/truescale-serdes.cmds
%{_bindir}/rxe_cfg
%{_sbindir}/rdma-ndd
%{_unitdir}/rdma-ndd.service
%{_mandir}/man7/rxe*
%{_mandir}/man8/rdma-ndd.*
%{_mandir}/man8/rxe*
%license COPYING.*

%files devel
Expand Down Expand Up @@ -371,10 +375,6 @@ rm -rf %{buildroot}/%{_sbindir}/srp_daemon.sh
%{_libdir}/libmlx4.so.*
%config(noreplace) %{_sysconfdir}/libibverbs.d/*.driver
%doc %{_docdir}/%{name}-%{version}/libibverbs.md
%doc %{_docdir}/%{name}-%{version}/rxe.md
%{_bindir}/rxe_cfg
%{_mandir}/man7/rxe*
%{_mandir}/man8/rxe*

%files -n libibverbs-utils
%{_bindir}/ibv_*
Expand Down

0 comments on commit 5c6372e

Please sign in to comment.