From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E6CF023C for ; Mon, 16 Jul 2018 19:34:02 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2018 10:34:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,362,1526367600"; d="scan'208";a="73226455" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga001.jf.intel.com with ESMTP; 16 Jul 2018 10:33:55 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX109.ger.corp.intel.com ([169.254.13.124]) with mapi id 14.03.0319.002; Mon, 16 Jul 2018 18:33:27 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [PATCH] devtools: add compressdev tests to test-build Thread-Index: AQHUGSsqVTOgZEtNhUe53FYeZm5hgKSKGoUAgAgJKzA= Date: Mon, 16 Jul 2018 17:33:27 +0000 Message-ID: References: <20180711071750.9872-1-pablo.de.lara.guarch@intel.com> <1571428.5RkRqaR3OR@xps> In-Reply-To: <1571428.5RkRqaR3OR@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDBlMDAzZDQtODJmNy00NzlkLThiMzktYjlhODczZmZjYTAyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZllvVFFscDVsNWV4NGx3dkNVSnNIOVNKcjhrZzByd3BmOHhyc1J6emVkbkVPUDZqYnFnTm5TUXNmMU1wdnpyMyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] devtools: add compressdev tests to test-build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2018 17:34:03 -0000 HI Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, July 11, 2018 4:50 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: Re: [PATCH] devtools: add compressdev tests to test-build >=20 > 11/07/2018 09:17, Pablo de Lara: > > Compressdev tests depend on Zlib library, so they can only be enabled > > if this is available. > > > > Signed-off-by: Pablo de Lara > > --- > > --- a/devtools/test-build.sh > > +++ b/devtools/test-build.sh > > @@ -154,6 +154,7 @@ config () # > > test "$DPDK_DEP_ZLIB" !=3D y || \ > > sed -ri 's,(BNX2X_PMD=3D)n,\1y,' $1/.config > > sed -ri 's,(NFP_PMD=3D)n,\1y,' $1/.config > > + sed -ri 's,(COMPRESSDEV_TEST=3D)n,\1y,' $1/.config >=20 > It is always enabled here. > You need to repeat the ZLIB condition for NFP and COMPRESSDEV_TEST. >=20 I see. So, does this mean that NFP PMD is always enabled? Do we need a fix = for that? Thanks, Pablo >=20 >=20