From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1BBE02BB0 for ; Mon, 10 Apr 2017 11:51:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491817897; x=1523353897; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=JoCaOZt8OzVpDoBztvwr+tO03sTTUGdFkiNp2NWZn2k=; b=bHd1AyW4hA06WZDyWi882usebBx/r9FwC9B7w69qNAyG0IgzdWdshWGD gJ0TbwFI1yxOXvD/VfuGwbQ+J4/SEQ==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2017 02:51:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,182,1488873600"; d="scan'208";a="86853066" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga005.fm.intel.com with ESMTP; 10 Apr 2017 02:51:34 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 10 Apr 2017 10:51:30 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx112.ger.corp.intel.com ([169.254.1.61]) with mapi id 14.03.0319.002; Mon, 10 Apr 2017 10:51:30 +0100 From: "De Lara Guarch, Pablo" To: Ilya Maximets , "dev@dpdk.org" , "Doherty, Declan" CC: Heetae Ahn , Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] app: don't try to build test-crypto-perf if cryptodev disabled Thread-Index: AQHSsdKEGEg54IQICkiakurhy0onsKG+XEMw Date: Mon, 10 Apr 2017 09:51:29 +0000 Message-ID: References: <1491812059-2028-1-git-send-email-i.maximets@samsung.com> In-Reply-To: <1491812059-2028-1-git-send-email-i.maximets@samsung.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmJkMmQ3NWYtZDU1ZS00ODA2LTk3OTgtYzg5ZWU4M2U4MzQ4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Imh4S01NOGNpWXRCa1hVT21sQjFpM01JekFBK3R4N1Z6NW5SNkloOHRRSjA9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app: don't try to build test-crypto-perf if cryptodev disabled 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, 10 Apr 2017 09:51:37 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilya Maximets > Sent: Monday, April 10, 2017 9:14 AM > To: dev@dpdk.org; Doherty, Declan > Cc: Heetae Ahn; Thomas Monjalon; Ilya Maximets > Subject: [dpdk-dev] [PATCH] app: don't try to build test-crypto-perf if > cryptodev disabled >=20 > This fixes build in following configuration: >=20 > CONFIG_RTE_LIBRTE_CRYPTODEV=3Dn > CONFIG_RTE_APP_CRYPTO_PERF=3Dy >=20 > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") >=20 > Signed-off-by: Ilya Maximets Acked-by: Pablo de Lara