From patchwork Thu Jun 15 12:32:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samina Arshad X-Patchwork-Id: 128743 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3E79442CC6; Thu, 15 Jun 2023 14:32:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3919A40EE3; Thu, 15 Jun 2023 14:32:56 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 14C5D40E0F for ; Thu, 15 Jun 2023 14:32:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686832374; x=1718368374; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=64CBZDrkKNF1ZbblJTqwsS17u9xgWvSTiNkM+UmhVco=; b=DZfdeFUzny3omFKVuXdPH5rKieauoMBv5ypr6M/EQK6VVyoZdyBItkpt bnAHuHS5E7KzmBuWM3gnwUVL4z7+3UYFvk3a5hXozRqk18sd2xu4pSdMd smoJfX8NGL6PyTyMZb48vhojj4pJdG0e4pwg6pKgI4Tc+a+DkpTSXLunx yKIU41WGB9riYOF8iMFYQCtKQGvsD630wthnFGHUcxZt+bKBwllpYg9kR g/KPVYyOP5YpLrysFroD5J6Be2OmX3UxBhoXmyj/Z/oNwgikVQ2PHmnko D1YZLpLKa10YEc+uqTYwQIcL5qEP3kwf9zDpI5for4MbAbnld9qDvOiGh Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10741"; a="362281970" X-IronPort-AV: E=Sophos;i="6.00,244,1681196400"; d="scan'208";a="362281970" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2023 05:32:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10741"; a="802322415" X-IronPort-AV: E=Sophos;i="6.00,244,1681196400"; d="scan'208";a="802322415" Received: from silpixa00400868.ir.intel.com ([10.243.23.113]) by FMSMGA003.fm.intel.com with ESMTP; 15 Jun 2023 05:32:51 -0700 From: Samina Arshad To: dts@dpdk.org Cc: ciara.power@intel.com, Samina Arshad Subject: [PATCH v1] test_plans/fips: modified prerequisites Date: Thu, 15 Jun 2023 12:32:48 +0000 Message-Id: <20230615123248.40551-1-samina.arshad@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org 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 Acked-by: Ciara Power --- 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::