From patchwork Thu Jan 24 16:16:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fan Zhang X-Patchwork-Id: 50032 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4764F4D27; Thu, 24 Jan 2019 17:16:12 +0100 (CET) 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jan 2019 08:16:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,517,1539673200"; d="scan'208";a="128583099" Received: from silpixa00398673.ir.intel.com (HELO silpixa00398673.ger.corp.intel.com) ([10.237.223.54]) by orsmga002.jf.intel.com with ESMTP; 24 Jan 2019 08:16:08 -0800 From: Fan Zhang To: dev@dpdk.org Cc: marko.kovacevic@intel.com Date: Thu, 24 Jan 2019 16:16:07 +0000 Message-Id: <20190124161607.41009-1-roy.fan.zhang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH] doc: add FIPs self test description 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: , 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 -------------