From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH v4 9/9] build: add Meson file for vmxnet3_uio PMD Date: Tue, 18 Sep 2018 16:00:12 +0100 Message-ID: <1537282812.10481.10.camel@debian.org> References: <20180910200415.8340-1-bluca@debian.org> <20180913161607.21919-1-bluca@debian.org> <20180913161607.21919-9-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: 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, santosh.shukla@caviumnetworks.com, ashish.gupta@cavium.com, yongwang@vmware.com, bruce.richardson@intel.com, thomas@monjalon.net To: dev@dpdk.org Return-path: Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id C0C575A6A for ; Tue, 18 Sep 2018 17:00:14 +0200 (CEST) Received: by mail-wr1-f65.google.com with SMTP id w11-v6so2480700wrc.5 for ; Tue, 18 Sep 2018 08:00:14 -0700 (PDT) In-Reply-To: <20180913161607.21919-9-bluca@debian.org> 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 Thu, 2018-09-13 at 17:16 +0100, Luca Boccassi wrote: > Signed-off-by: Luca Boccassi > --- > =C2=A0drivers/net/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0|=C2=A0=C2=A04 +++- > =C2=A0drivers/net/vmxnet3/meson.build | 18 ++++++++++++++++++ > =C2=A02 files changed, 21 insertions(+), 1 deletion(-) > =C2=A0create mode 100644 drivers/net/vmxnet3/meson.build >=20 > diff --git a/drivers/net/meson.build b/drivers/net/meson.build > index 74f4109161..5906283c2f 100644 On request I've sent a v5 adding a note in the commit message that the filename of the library will be different from the one generated by the makefiles, as it doesn't have the _uio suffix, following the suggestion to avoid renames. The following PMDs already have meson files which build a library file with a different name from the makefiles: net/liquidio net/thurnderx net/sfc event/octeontx compress/octeontx --=20 Kind regards, Luca Boccassi