From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6DCBD8D99 for ; Fri, 2 Oct 2015 18:26:39 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 02 Oct 2015 09:26:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,624,1437462000"; d="scan'208";a="802287160" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 02 Oct 2015 09:26:37 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 2 Oct 2015 09:26:37 -0700 Received: from fmsmsx107.amr.corp.intel.com ([169.254.6.45]) by fmsmsx121.amr.corp.intel.com ([169.254.5.164]) with mapi id 14.03.0248.002; Fri, 2 Oct 2015 09:26:37 -0700 From: "Arevalo, Mario Alfredo C" To: Panu Matilainen , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 4/8] mk: Add rule for installing modules Thread-Index: AQHQ+93GQ+X3Cx0ey02E/ctiOwqolZ5YenGA///r3fo= Date: Fri, 2 Oct 2015 16:26:36 +0000 Message-ID: <6594B51DBE477C48AAE23675314E6C460F0DBD2C@fmsmsx107.amr.corp.intel.com> References: <1442608390-12537-1-git-send-email-mario.alfredo.c.arevalo@intel.com> <1443658313-11045-1-git-send-email-mario.alfredo.c.arevalo@intel.com> <1443658313-11045-5-git-send-email-mario.alfredo.c.arevalo@intel.com>, <560E5E8B.2060805@redhat.com> In-Reply-To: <560E5E8B.2060805@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.3.86.137] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 4/8] mk: Add rule for installing modules X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 16:26:39 -0000 Hi, Panu, perfect thank you for your feedback, I going to change that= =0A= path by /lib/modules/$(uname -r)/extra/ in my patch.=0A= =0A= Thanks.=0A= Mario.=0A= ________________________________________=0A= From: Panu Matilainen [pmatilai@redhat.com]=0A= Sent: Friday, October 02, 2015 3:38 AM=0A= To: Arevalo, Mario Alfredo C; dev@dpdk.org=0A= Subject: Re: [dpdk-dev] [PATCH v3 4/8] mk: Add rule for installing modules= =0A= =0A= On 10/01/2015 03:11 AM, Mario Carrillo wrote:=0A= > Add hierarchy-file support to the DPDK modules,=0A= > when invoking "make install-mod" modules will be=0A= > installed in: $(DESTDIR)/$(KERNEL_DIR)=0A= > if RTE_EXEC_ENV=3Dlinuxapp then=0A= > KERNEL_DIR=3D/lib/modules/$(uname -r)/build=0A= =0A= /lib/modules/$(uname -r)/build is the path you need when *building*=0A= external kernel modules, you dont want to install anything there.=0A= =0A= The default install path for the kernel modules should be somewhere=0A= within /lib/modules/$(uname -r)/extra/, but dunno what the recommended=0A= naming/placing within that is.=0A= =0A= Sorry for not catching this earlier,=0A= =0A= - Panu -=0A= =0A= =0A=