doc: add FIPs self test description

Message ID 20190124161607.41009-1-roy.fan.zhang@intel.com (mailing list archive)
State Rejected, archived
Delegated to: Thomas Monjalon
Headers
Series doc: add FIPs self test description |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Fan Zhang Jan. 24, 2019, 4:16 p.m. UTC
  This patch updates the release note for the newly added self
test feature of FIPS validation sample application.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
---
 doc/guides/rel_notes/release_19_02.rst | 9 +++++++++
 1 file changed, 9 insertions(+)
  

Comments

Thomas Monjalon Jan. 28, 2019, 12:27 a.m. UTC | #1
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 <roy.fan.zhang@intel.com>
> ---
> +* **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.
  

Patch

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
 -------------