From patchwork Thu Oct 22 19:59:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mccormick, Patrick M" X-Patchwork-Id: 7467441 Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8A4839F1C3 for ; Thu, 22 Oct 2015 20:00:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F05EF2092A for ; Thu, 22 Oct 2015 20:00:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E198620921 for ; Thu, 22 Oct 2015 20:00:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757893AbbJVUAC (ORCPT ); Thu, 22 Oct 2015 16:00:02 -0400 Received: from mga14.intel.com ([192.55.52.115]:39362 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757777AbbJVUAC convert rfc822-to-8bit (ORCPT ); Thu, 22 Oct 2015 16:00:02 -0400 Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 22 Oct 2015 13:00:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,184,1444719600"; d="scan'208";a="669784349" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by orsmga003.jf.intel.com with ESMTP; 22 Oct 2015 13:00:01 -0700 Received: from orsmsx113.amr.corp.intel.com (10.22.240.9) by ORSMSX108.amr.corp.intel.com (10.22.240.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Oct 2015 13:00:00 -0700 Received: from orsmsx109.amr.corp.intel.com ([169.254.2.19]) by ORSMSX113.amr.corp.intel.com ([169.254.7.138]) with mapi id 14.03.0248.002; Thu, 22 Oct 2015 13:00:00 -0700 From: "Mccormick, Patrick M" To: "linux-rdma@vger.kernel.org" CC: "vlad@dev.mellanox.co.il" Subject: RE: [PATCH] openibd Thread-Topic: [PATCH] openibd Thread-Index: AdENAyot6TOa7jsqTXaoezsygm+jvgAAGGFg Date: Thu, 22 Oct 2015 19:59:59 +0000 Message-ID: <856EA97E2D31FB4CB11D0FAEE9481E4BA71B5C5C@ORSMSX109.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This fixes BZ issue: http://bugs.openfabrics.org/bugzilla/show_bug.cgi?id=2574 "QIB makes SCIF does not work with xeon-phi" See the bug entry for more details. This is a low-risk, low-impact change intended for 3.18-1. # --- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/openibd b/openibd index 5b5077a..9d849f4 100755 --- a/openibd +++ b/openibd @@ -3,11 +3,16 @@ # Bring up/down openib # # chkconfig: 2345 05 95 -# description: Activates/Deactivates InfiniBand Driver to \ -# start at boot time. +# description: Activates/Deactivates InfiniBand Driver to start at boot time. # ### BEGIN INIT INFO # Provides: openibd +# Required-Start: mpss +# Required-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Activates/Deactivates InfiniBand Driver to start at boot time. +# Description: Loads kernel modules for Infiniband devices. ### END INIT INFO