From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Duszynski Subject: Re: [PATCH 6/7] devtools/test-build: add MRVL NET PMD to test-build Date: Tue, 5 Dec 2017 09:38:10 +0100 Message-ID: <20171205083810.GA23865@tdu> References: <1512048743-23749-1-git-send-email-tdu@semihalf.com> <1512141592-16695-1-git-send-email-tdu@semihalf.com> <1512141592-16695-7-git-send-email-tdu@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Tomasz Duszynski , dev@dpdk.org, mw@semihalf.com, jck@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jianbo.liu@arm.com To: Ferruh Yigit Return-path: Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by dpdk.org (Postfix) with ESMTP id D3DA3397D for ; Tue, 5 Dec 2017 09:38:12 +0100 (CET) Received: by mail-lf0-f67.google.com with SMTP id t197so22269463lfe.7 for ; Tue, 05 Dec 2017 00:38:12 -0800 (PST) Content-Disposition: inline In-Reply-To: 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 Mon, Dec 04, 2017 at 04:48:51PM -0800, Ferruh Yigit wrote: > On 12/1/2017 7:19 AM, Tomasz Duszynski wrote: > > Add MRVL NET PMD to test build tool. > > > > Signed-off-by: Tomasz Duszynski > > --- > > devtools/test-build.sh | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/devtools/test-build.sh b/devtools/test-build.sh > > index 092d3a7..78609c9 100755 > > --- a/devtools/test-build.sh > > +++ b/devtools/test-build.sh > > @@ -197,6 +197,7 @@ config () # > > sed -ri 's,(SCHED_.*=3D)n,\1y,' $1/.config > > test -z "$LIBMUSDK_PATH" || \ > > sed -ri 's,(PMD_MRVL_CRYPTO=3D)n,\1y,' $1/.config > > + sed -ri 's,(MRVL_PMD=3D)n,\1y,' $1/.config > > Won't MRVL_PMD also require LIBMUSDK_PATH? > For this case check doesn't cover it and will be enabled always. > Good catch. Will be fixed in v3. > > build_config_hook $1 $2 $3 > > > > # Explicit enabler/disabler (uppercase) > > > -- - Tomasz Duszy=C5=84ski