From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/fips_validate: add power on self test Date: Wed, 19 Dec 2018 14:01:51 +0100 Message-ID: <4341436.IpExSnlRGX@xps> References: <20181115172403.67493-1-roy.fan.zhang@intel.com> <8df168c8-23ec-c895-3053-81b9a41466dc@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Akhil Goyal To: Fan Zhang Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id ECDAE7CCA for ; Wed, 19 Dec 2018 14:01:54 +0100 (CET) In-Reply-To: <8df168c8-23ec-c895-3053-81b9a41466dc@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/12/2018 11:18, Akhil Goyal: > > On 11/15/2018 10:54 PM, Fan Zhang wrote: > > This patch adds a sample power on self-test to fips_validate > > sample application. > > > > Signed-off-by: Fan Zhang > > --- > > > Applied to dpdk-next-crypto Dropped from master because it does not compile with clang: examples/fips_validation/fips_dev_self_test.c:1144:34: error: implicit conversion from enumeration type 'enum rte_crypto_aead_algorithm' to different enumeration type 'enum rte_crypto_auth_algorithm'