From patchwork Mon Jul 24 20:00:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Gunthorpe X-Patchwork-Id: 9860275 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8F9E160349 for ; Mon, 24 Jul 2017 20:06:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 82F6A2858B for ; Mon, 24 Jul 2017 20:06:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7808C285AA; Mon, 24 Jul 2017 20:06:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0E5202858B for ; Mon, 24 Jul 2017 20:06:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752280AbdGXUGT (ORCPT ); Mon, 24 Jul 2017 16:06:19 -0400 Received: from quartz.orcorp.ca ([184.70.90.242]:55466 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752784AbdGXUEQ (ORCPT ); Mon, 24 Jul 2017 16:04:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=obsidianresearch.com; s=rsa1; h=References:In-Reply-To:Message-Id:Date:Subject:To:From; bh=KmV6CMYHbx4Ry8L4Sg3fFIIAalNqIKSsWmsM+LKZY9c=; b=0NLMM//G86bgegL6qH38glm1TnVkWzpsOZE0wYUNsWD+nkRThN3BGmmHqgNpkbmCzqty99NIDFH4Fx/ZxfHtE8XTJOzkg2NnQXPfZUV/+SpS0bc0eanML9veDKGBvpMLLXHUuTFr18270avd2iwZChLKWGjrhtJ2XPEW6Meyr7U=; Received: from [10.0.0.156] (helo=jggl.edm.orcorp.ca) by quartz.orcorp.ca with esmtps (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1dZjWx-0001rL-C7; Mon, 24 Jul 2017 14:00:39 -0600 From: Jason Gunthorpe To: linux-rdma@vger.kernel.org, Leon Romanovsky , Doug Ledford , Benjamin Drung , Jarod Wilson Subject: [PATCH rdma-core 20/21] Move rxe_cfg to the rdma-core package Date: Mon, 24 Jul 2017 14:00:28 -0600 Message-Id: <1500926429-31822-21-git-send-email-jgunthorpe@obsidianresearch.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1500926429-31822-1-git-send-email-jgunthorpe@obsidianresearch.com> References: <1500926429-31822-1-git-send-email-jgunthorpe@obsidianresearch.com> X-Broken-Reverse-DNS: no host name found for IP address 10.0.0.156 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- debian/ibverbs-providers.install | 4 ---- debian/rdma-core.install | 4 ++++ redhat/rdma-core.spec | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/ibverbs-providers.install b/debian/ibverbs-providers.install index 93144527be04ef..73088d82f6e0e8 100644 --- a/debian/ibverbs-providers.install +++ b/debian/ibverbs-providers.install @@ -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 diff --git a/debian/rdma-core.install b/debian/rdma-core.install index 4bab264208b691..3d8cddab9297a5 100644 --- a/debian/rdma-core.install +++ b/debian/rdma-core.install @@ -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/ibverbs-providers/ +usr/share/man/man7/rxe.7 usr/share/man/man8/rdma-ndd.8 +usr/share/man/man8/rxe_cfg.8 diff --git a/redhat/rdma-core.spec b/redhat/rdma-core.spec index fb6d7ffc4f29fa..40797f268e3d18 100644 --- a/redhat/rdma-core.spec +++ b/redhat/rdma-core.spec @@ -319,6 +319,7 @@ rm -rf %{buildroot}/%{_initrddir}/ %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 @@ -339,9 +340,12 @@ rm -rf %{buildroot}/%{_initrddir}/ %{_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 @@ -370,10 +374,6 @@ rm -rf %{buildroot}/%{_initrddir}/ %{_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_*