From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app: don't try to build test-crypto-perf if cryptodev disabled Date: Mon, 10 Apr 2017 12:01:11 +0200 Message-ID: <1933473.7yBfSvBNY5@xps13> References: <1491812059-2028-1-git-send-email-i.maximets@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "De Lara Guarch, Pablo" , dev@dpdk.org, "Doherty, Declan" , Heetae Ahn To: Ilya Maximets Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 82D172BB0 for ; Mon, 10 Apr 2017 12:01:14 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id u2so33021497wmu.0 for ; Mon, 10 Apr 2017 03:01:14 -0700 (PDT) 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" 2017-04-10 09:51, De Lara Guarch, Pablo: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilya Maximets > > > > This fixes build in following configuration: > > > > CONFIG_RTE_LIBRTE_CRYPTODEV=n > > CONFIG_RTE_APP_CRYPTO_PERF=y > > > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > > application") Cc: stable@dpdk.org > > Signed-off-by: Ilya Maximets > > Acked-by: Pablo de Lara Applied, thanks