From mboxrd@z Thu Jan 1 00:00:00 1970 From: Panu Matilainen Subject: Re: [PATCH v3 4/8] mk: Add rule for installing modules Date: Mon, 5 Oct 2015 10:13:27 +0300 Message-ID: <56122317.8060409@redhat.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> <6594B51DBE477C48AAE23675314E6C460F0DBD2C@fmsmsx107.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: "Arevalo, Mario Alfredo C" , "dev@dpdk.org" Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id E62E0532D for ; Mon, 5 Oct 2015 09:13:29 +0200 (CEST) In-Reply-To: <6594B51DBE477C48AAE23675314E6C460F0DBD2C@fmsmsx107.amr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/02/2015 07:26 PM, Arevalo, Mario Alfredo C wrote: > Hi, Panu, perfect thank you for your feedback, I going to change that > path by /lib/modules/$(uname -r)/extra/ in my patch. Hi, That's not quite what I suggested: > The default install path for the kernel modules should be somewhere > within /lib/modules/$(uname -r)/extra/, but dunno what the recommended > naming/placing within that is. I didn't recommend any particular directory since like said, I'm not aware of the recommended practise there, but almost certainly you dont want to litter the extra/ "root" with arbitrary modules. Something like /lib/modules/$(uname -r)/extra/drivers/dpdk/ should be closer to the mark at least. - Panu -