From ef0822bf5781981fc5ddd8afbc007b5d7d272427 Mon Sep 17 00:00:00 2001 From: Yulong Pei Date: Wed, 14 Jun 2023 02:20:25 +0000 Subject: Add cryptodev device 4xxx QAT_4xxx is integrated QAT device on SPR platform. Signed-off-by: xinfeng zhao Signed-off-by: Yulong Pei Change-Id: If1d4b3d72a2c66855ac8c1c42516f0cb78bdfab2 --- resources/libraries/robot/shared/default.robot | 4 ++-- resources/libraries/robot/shared/suite_setup.robot | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'resources/libraries/robot') diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot index ad1cabb6c1..fabb44067b 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -101,8 +101,8 @@ | | ... | try to initialize/disable. | | | | ... | *Arguments:* -| | ... | - crypto_type - Crypto device type - HW_DH895xcc or HW_C3xxx; default -| | ... | value: HW_DH895xcc. Type: string +| | ... | - crypto_type - Crypto device type - HW_DH895xcc, HW_C3xxx, HW_C4xxx +| | ... | or HW_4xxx; default value: HW_DH895xcc. Type: string | | ... | - numvfs - Number of VFs to initialize, 0 - disable the VFs; default | | ... | value: ${32} Type: integer | | ... | - force_init - Force to initialize. Type: boolean diff --git a/resources/libraries/robot/shared/suite_setup.robot b/resources/libraries/robot/shared/suite_setup.robot index 201470fff0..66efa34e69 100644 --- a/resources/libraries/robot/shared/suite_setup.robot +++ b/resources/libraries/robot/shared/suite_setup.robot @@ -279,6 +279,7 @@ | | ... | '${crypto_type}' == 'HW_DH895xcc' | ${32} | | ... | '${crypto_type}' == 'HW_C3xxx' | ${16} | | ... | '${crypto_type}' == 'HW_C4xxx' | ${128} +| | ... | '${crypto_type}' == 'HW_4xxx' | ${16} | | Configure crypto device on all DUTs | ${crypto_type} | numvfs=${numvfs} | | ... | force_init=${True} | | Configure kernel module on all DUTs | vfio_pci | force_load=${True} -- cgit 1.2.3-korg