From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [PATCH] doc: add FIPs self test description Date: Thu, 24 Jan 2019 16:16:07 +0000 Message-ID: <20190124161607.41009-1-roy.fan.zhang@intel.com> Cc: marko.kovacevic@intel.com To: dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 50E174CA6 for ; Thu, 24 Jan 2019 17:16:10 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch updates the release note for the newly added self test feature of FIPS validation sample application. Signed-off-by: Fan Zhang --- doc/guides/rel_notes/release_19_02.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides/rel_notes/release_19_02.rst index 57c595bba..ceb945d1d 100644 --- a/doc/guides/rel_notes/release_19_02.rst +++ b/doc/guides/rel_notes/release_19_02.rst @@ -155,6 +155,15 @@ New Features the intel_pstate kernel driver is now supported, and automatically detected by the library. +* **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. + Removed Items ------------- -- 2.13.6