diff options
author | xinfeng zhao <xinfengx.zhao@intel.com> | 2021-05-20 10:59:02 +0800 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2021-05-26 14:22:59 +0000 |
commit | 82863d5b8422b1b817d86bd6b1829a06a49feb02 (patch) | |
tree | bbbe9c4a6bbcdf11301272ed95cb265268f44f69 /resources/libraries/robot/shared/interfaces.robot | |
parent | 95ecd38186baeb88b7803315549956a0b1a32374 (diff) |
Add dpdk max-simd-bitwidth configuration.
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
Reviewed-by: Yulong Pei <yulong.pei@intel.com>
Change-Id: Ie7b9912eacdb60689012936580d3d774f7e470ae
Diffstat (limited to 'resources/libraries/robot/shared/interfaces.robot')
-rw-r--r-- | resources/libraries/robot/shared/interfaces.robot | 1 |
1 files changed, 1 insertions, 0 deletions
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} |