From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH 07/15] net/liquidio: rename version map after library file name Date: Tue, 11 Sep 2018 14:09:30 +0100 Message-ID: <1536671370.10952.18.camel@debian.org> References: <20180910200415.8340-1-bluca@debian.org> <20180910200415.8340-8-bluca@debian.org> <20180911130615.GA11744@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, keith.wiles@intel.com, roy.fan.zhang@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com, rasesh.mody@cavium.com, harish.patil@cavium.com, shahed.shaikh@cavium.com, amr.mokhtar@intel.com, shijith.thotton@cavium.com, ssrinivasan@cavium.com, liang.j.ma@intel.com, peter.mccarthy@intel.com, jerin.jacob@caviumnetworks.com, maciej.czekaj@caviumnetworks.com, arybchenko@solarflare.com, ashish.gupta@cavium.com, yongwang@vmware.com, thomas@monjalon.net To: Bruce Richardson , t@bricha3-MOBL.ger.corp.intel.com Return-path: Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by dpdk.org (Postfix) with ESMTP id 0E2641B19 for ; Tue, 11 Sep 2018 15:09:32 +0200 (CEST) Received: by mail-wm0-f65.google.com with SMTP id 207-v6so909748wme.5 for ; Tue, 11 Sep 2018 06:09:32 -0700 (PDT) In-Reply-To: <20180911130615.GA11744@bricha3-MOBL.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 2018-09-11 at 14:06 +0100, Bruce Richardson wrote: > On Mon, Sep 10, 2018 at 09:04:07PM +0100, Luca Boccassi wrote: > > The library is called librte_pmd_lio, so rename the map file and > > set > > the name in the meson file so that the built library names with > > meson > > and legacy makefiles are the same > >=20 > > Fixes: bad475c03fee ("net/liquidio: add to meson build") > > Cc: stable@dpdk.org > >=20 > > Signed-off-by: Luca Boccassi >=20 > Rather than doing this renaming, can we instead add a symlink in the > install phase to map the old name to the new one? I'd like to see the > consistency of directory name, map filename and driver name enforced > strictly in the build system. Having exceptions is a pain. >=20 > /Bruce We could, but the pain gets shifted on packagers then - what about renaming the directory entirely to net/lio? --=20 Kind regards, Luca Boccassi