From 82863d5b8422b1b817d86bd6b1829a06a49feb02 Mon Sep 17 00:00:00 2001 From: xinfeng zhao Date: Thu, 20 May 2021 10:59:02 +0800 Subject: Add dpdk max-simd-bitwidth configuration. Signed-off-by: xinfeng zhao Reviewed-by: Yulong Pei Change-Id: Ie7b9912eacdb60689012936580d3d774f7e470ae --- resources/libraries/robot/shared/interfaces.robot | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/libraries/robot') diff --git a/resources/libraries/robot/shared/interfaces.robot b/resources/libraries/robot/shared/interfaces.robot index a9b6440173..30c09408cf 100644 --- a/resources/libraries/robot/shared/interfaces.robot +++ b/resources/libraries/robot/shared/interfaces.robot @@ -152,6 +152,7 @@ | | | ... | ${dut}.Add DPDK Dev Default TXD | ${nic_txq_size} | | | Run Keyword If | '${crypto_type}' != '${None}' | | | ... | ${dut}.Add DPDK Cryptodev | ${thr_count_int} +| | | Run Keyword | ${dut}.Add DPDK Max Simd Bitwidth | ${GRAPH_NODE_VARIANT} | | END | | ${_vlan_strip} | ${value}= | Run Keyword And Ignore Error | | ... | Variable Should Exist | ${vlan_strip_off} -- cgit 1.2.3-korg