From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH v2] build: add meson.build for kni kernel module Date: Fri, 12 Oct 2018 18:06:41 +0100 Message-ID: <1539364001.8721.45.camel@debian.org> References: <20181011194629.4699-1-bluca@debian.org> <20181012151221.11295-1-bluca@debian.org> <20181012162938.GA11676@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, ferruh.yigit@intel.com To: Bruce Richardson Return-path: Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id B6EDA1BAFD for ; Fri, 12 Oct 2018 19:06:43 +0200 (CEST) Received: by mail-wm1-f68.google.com with SMTP id 185-v6so13660202wmt.2 for ; Fri, 12 Oct 2018 10:06:43 -0700 (PDT) In-Reply-To: <20181012162938.GA11676@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 Fri, 2018-10-12 at 17:29 +0100, Bruce Richardson wrote: > On Fri, Oct 12, 2018 at 04:12:21PM +0100, Luca Boccassi wrote: > > A Kbuild is also included to allow users to use DKMS natively > > without > > additional code. > >=20 > > Signed-off-by: Luca Boccassi > > --- > > v2: add local directory to -I and build sources list recursively to > > =C2=A0=C2=A0=C2=A0=C2=A0fix build on Fedora > >=20 >=20 > Yep, now seems to build for me on Fedora. One minor suggestion is to > look > to use the "console" keyword on the custom_target if possible. It > should > help prevent noticable stalls as make runs in the background. > [Unfortunately, it's meson 0.48 onward only, so if conditionals are > needed, > just ignore this suggestion] Good idea, I just with 0.48, 0.47 and 0.41 and in all cases there are no complaints or errors, it's simply ignored in the older versions. > Also, do we want to use "make -j" for this, given the number of > files? > [Maybe -j4 just?] Yeah makes sense, added j4. Sent v3 with both changes and the ack, thanks. --=20 Kind regards, Luca Boccassi