From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7ABD4221F0; Wed, 19 Dec 2018 08:01:54 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 19 Dec 2018 08:01:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=ZL6QDpVwN7pugBtsTvX8rpfz4N4A7Kp4joKpitvuqh8=; b=FvFyvNw4HN6S TaZkHLKWz7Y73UK+uBg/7fqntGou6pzzCJAQunJaM0jUwGJpW0x3sMOQq6TeEoso aPv1WwwmyMW4P7KJ3FkqyLcElVL4aHrzNrJjXSfO3gtcdv7MpyuE66xOsPb6sW6e LrN58qEniPWnej3frVyoPAcNkeNGTLs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=ZL6QDpVwN7pugBtsTvX8rpfz4N4A7Kp4joKpitvuq h8=; b=bycIf8fBO339XrAEe9fbzRgNEQkD8xDP42uQzasTKJG4HSkNotqoLoXfJ ghRq3ZmIPNfAlM/mh3JHlLWuUIN1Hcb8ybpsICWo36514Cr5aUYR6nolQi/29NLq v9nw9ZK7uHcPRX2vXWw9C+og+p/U3XnK5O38McP6X4+U4dYVrbQ0jbzpG0Y9omLH WsRzcPH8NbGed0HD2jwthRPQmihvZVIn+xLr+jDdEjub5fxeFDwh1H0l+r7bweqi UduChga9tdjw6hQkAnEdGRUWcuqUasRpHoG8YktkoAPbj9c3J+NADdg5NPL/jQhI GxhwgSVZXw8Y0IpSRxESTuBO/svkQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejtddggeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5F11B10087; Wed, 19 Dec 2018 08:01:52 -0500 (EST) From: Thomas Monjalon To: Fan Zhang Cc: dev@dpdk.org, Akhil Goyal Date: Wed, 19 Dec 2018 14:01:51 +0100 Message-ID: <4341436.IpExSnlRGX@xps> In-Reply-To: <8df168c8-23ec-c895-3053-81b9a41466dc@nxp.com> References: <20181115172403.67493-1-roy.fan.zhang@intel.com> <8df168c8-23ec-c895-3053-81b9a41466dc@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/fips_validate: add power on self test 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, 19 Dec 2018 13:01:55 -0000 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'