[PATCH v1] test_plans/fips: modified prerequisites

Samina Arshad samina.arshad at intel.com
Thu Jun 15 14:32:48 CEST 2023


Added in up-to-date installation steps for aesni_mb and
QAT by adding in up-to-date DPDK documentation links, in
order to allow the user to use correct version of tools
needed.

Signed-off-by: Samina Arshad <samina.arshad at intel.com>
---
 test_plans/fips_cryptodev_test_plan.rst | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/test_plans/fips_cryptodev_test_plan.rst b/test_plans/fips_cryptodev_test_plan.rst
index fcbb8286..f43dd4f8 100644
--- a/test_plans/fips_cryptodev_test_plan.rst
+++ b/test_plans/fips_cryptodev_test_plan.rst
@@ -21,17 +21,13 @@ Limitations and Supported test vectors, please see http://doc.dpdk.org/guides/sa
 Prerequisites
 =============
 
-Get the latest IPSec Multi-buffer library (nasm package is required, for Ubuntu "apt install nasm", for Fedora/RHEL "dnf install nasm")::
+For AESNI_MB SW PMD tests, find the latest dependency installation steps (such as IPSec Multi-buffer library) in the DPDK documentation::
 
-  git clone https://github.com/intel/intel-ipsec-mb.git
+  https://doc.dpdk.org/guides/cryptodevs/aesni_mb.html
 
-  cd intel-ipsec-mb
+For the tests requiring QAT, find the installation steps in the DPDK documentation::
 
-  git checkout d3e25eed9d010b2c24b9970828eb9b45f4795c06    (latest working commit)
-
-  make -j 4
-
-  make install
+  https://doc.dpdk.org/guides/cryptodevs/qat.html
 
 
 Get/install FIPS Object Module::
-- 
2.25.1



More information about the dts mailing list