From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add FIPs self test description Date: Mon, 28 Jan 2019 01:27:59 +0100 Message-ID: <2651981.lpnT6yVvuJ@xps> References: <20190124161607.41009-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, marko.kovacevic@intel.com To: Fan Zhang Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id C2D6620BD for ; Mon, 28 Jan 2019 01:28:01 +0100 (CET) In-Reply-To: <20190124161607.41009-1-roy.fan.zhang@intel.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" 24/01/2019 17:16, Fan Zhang: > This patch updates the release note for the newly added self > test feature of FIPS validation sample application. > > Signed-off-by: Fan Zhang > --- > +* **Added self test support to FIPS validation sample application.** > + > + The FIPS validation sample application has been added the KATS self test > + functionality. The self test is meant for validating the PMD during the > + system initialization. During the test a series of security operations > + (cipher, hash, aead, etc.) are performed and checked the known answers. > + Once any result does not match the answer the PMD is uninitialized and > + removed from the system. Not sure it is significant enough to appear in the new features of DPDK.