From patchwork Mon Sep 19 15:56:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 9339829 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 9125A60B16 for ; Mon, 19 Sep 2016 15:57:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 83313294D5 for ; Mon, 19 Sep 2016 15:57:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7820729501; Mon, 19 Sep 2016 15:57:23 +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.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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 18DCD294D6 for ; Mon, 19 Sep 2016 15:57:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752388AbcISP5V (ORCPT ); Mon, 19 Sep 2016 11:57:21 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:54327 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752103AbcISP5U (ORCPT ); Mon, 19 Sep 2016 11:57:20 -0400 Received: from [4.28.11.153] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.85_2 #1 (Red Hat Linux)) id 1bm0wZ-0005PP-Lx; Mon, 19 Sep 2016 15:57:19 +0000 From: Christoph Hellwig To: jgunthorpe@obsidianresearch.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH 9/9] remove iwpmd/README Date: Mon, 19 Sep 2016 08:56:33 -0700 Message-Id: <1474300593-31922-10-git-send-email-hch@lst.de> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1474300593-31922-1-git-send-email-hch@lst.de> References: <1474300593-31922-1-git-send-email-hch@lst.de> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html 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 No useful information left in it for the modern-day package. Signed-off-by: Christoph Hellwig --- iwpmd/README | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 iwpmd/README diff --git a/iwpmd/README b/iwpmd/README deleted file mode 100644 index 49a2890..0000000 --- a/iwpmd/README +++ /dev/null @@ -1,36 +0,0 @@ -iWarp Port Mapper Daemon - iwpmd - -DESCRIPTION - -iwpmd provides a user space service (iwpmd) for the iWarp drivers -to claim tcp ports through the standard socket interface. -The drivers currently using the service are Intel nes and Chelsio cxgb4. - -PREREQUISITES - -iwpmd requires libnl-1 or higher version and the corresponding libnl-devel -to be installed. - -The kernel space support for the port mapper is part of the iw_cm module. -The ib_core module includes netlink support, which is used by the port mapper -clients to exchange messages with iwpmd. Both modules iw_cm and ib_core need to -be loaded in order for the iwpmd service to start successfully. - -If the iwpmd is installed, but the required modules aren't loaded, you need to -load the modules and then restart the iwpmd service. - -STARTING THE SERVICE - -After installing an OFED package which includes iwpmd, the service should start -automatically after reboot. - -To check if the service is running: -ps aux | grep iwpmd - -To start/stop the iwpmd service use: -service iwpmd start -service iwpmd stop - -With systemd, to start/stop the iwpmd service use: -systemctl start iwpmd -systemctl stop iwpmd