From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6ED4B58CF for ; Fri, 30 Sep 2016 12:15:27 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 30 Sep 2016 03:15:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,271,1473145200"; d="scan'208";a="1038579687" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.71]) by orsmga001.jf.intel.com with SMTP; 30 Sep 2016 03:15:23 -0700 Received: by (sSMTP sendmail emulation); Fri, 30 Sep 2016 11:15:22 +0025 Date: Fri, 30 Sep 2016 11:15:22 +0100 From: Bruce Richardson To: Christian Ehrhardt Cc: Panu Matilainen , Daniele Di Proietto , James Page , dev , Luca Boccassi Message-ID: <20160930101522.GB67296@bricha3-MOBL3> References: <45bb513b-660d-ba74-44cc-0761c7068df6@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] Did we reduce unnecessary linkage too well? 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, 30 Sep 2016 10:15:27 -0000 On Thu, Sep 29, 2016 at 09:26:48AM +0200, Christian Ehrhardt wrote: > On Thu, Sep 29, 2016 at 9:20 AM, Panu Matilainen > wrote: > > > > > Yup. Set CONFIG_RTE_EAL_PMD_PATH to the path where your PMDs are > > installed. Note that since the plugin autoloader in DPDK doesn't make > > assumptions about names, it'll try to load *everything* in that path, so > > you don't want it pointing to eg /usr/lib directly. Is this something we should look to change? To me having some sort of naming convention might not be a bad thing, so that we can point it at generic folders. /Bruce