From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 429D45587; Wed, 13 Feb 2019 19:22:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2019 10:22:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,366,1544515200"; d="scan'208";a="143170827" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga002.fm.intel.com with ESMTP; 13 Feb 2019 10:22:25 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 13 Feb 2019 18:22:24 +0000 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.185]) by irsmsx111.ger.corp.intel.com ([169.254.2.149]) with mapi id 14.03.0415.000; Wed, 13 Feb 2019 18:22:24 +0000 From: "Trahe, Fiona" To: Thomas Monjalon CC: "dev@dpdk.org" , "Daly, Lee" , "stable@dpdk.org" Thread-Topic: [PATCH 4/4] devtools: fix test of some build options Thread-Index: AQHUwyd658H1U0Pjm0qrp1+7QWWm2aXeC2sg Date: Wed, 13 Feb 2019 18:22:23 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435896EECD5@IRSMSX101.ger.corp.intel.com> References: <20190212230507.11793-1-thomas@monjalon.net> <20190212230507.11793-5-thomas@monjalon.net> In-Reply-To: <20190212230507.11793-5-thomas@monjalon.net> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzIyMjQwMjEtYWE5OS00ZTdkLTlhYTUtMmIwYmFiYmNkYTJiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZmFnU0xUSmVScytZaUdhcmZVc1pvNXAxN1wvVVJpSWtTUUZMcEJzbE93Mm52N2RyK0ljRU52dklKNSt6Z01GcVYifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 4/4] devtools: fix test of some build options 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: Wed, 13 Feb 2019 18:22:27 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Tuesday, February 12, 2019 11:05 PM > Cc: dev@dpdk.org; Daly, Lee ; Trahe, Fiona ; > stable@dpdk.org > Subject: [PATCH 4/4] devtools: fix test of some build options >=20 > CONFIG_RTE_LIBRTE_PMD_ISAL was not tested because of a typo. >=20 > CONFIG_RTE_LIBRTE_PMD_QAT_SYM was not tested since it has been > introduced and made CONFIG_RTE_LIBRTE_PMD_QAT enabled by default. >=20 > While at it, DPDK_DEP_JSON is now checked for "y", > as other DPDK_DEP_* variables, instead of non-empty. >=20 > Fixes: 3c32e89f68e1 ("compress/isal: add skeleton ISA-L compression PMD") > Cc: lee.daly@intel.com > Fixes: 7a34c2155716 ("compress/qat: add empty driver") > Cc: fiona.trahe@intel.com > Cc: stable@dpdk.org >=20 > Signed-off-by: Thomas Monjalon Acked-by: Fiona Trahe