From: Peter Mikus Date: Tue, 28 Jan 2025 12:42:20 +0000 (+0100) Subject: fix(aws): c6in, c7gn X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F58%2F42258%2F3;p=csit.git fix(aws): c6in, c7gn Signed-off-by: Peter Mikus Change-Id: Ib08ee0ef0f83af9d63b372b9a027759879cceadc --- diff --git a/resources/libraries/robot/shared/interfaces.robot b/resources/libraries/robot/shared/interfaces.robot index e994628ee6..dfb6482859 100644 --- a/resources/libraries/robot/shared/interfaces.robot +++ b/resources/libraries/robot/shared/interfaces.robot @@ -145,11 +145,9 @@ | | | Run Keyword | ${dut}.Add DPDK Uio Driver | vfio-pci | | | Run Keyword | ${dut}.Add DPDK Dev Default RXQ | ${rxq_count_int} | | | Run Keyword If | '${nic_name}' == 'Amazon-Nitro-100G' -| | | ... | ${dut}.Add DPDK Dev Default Devargs | -| | | ... | "normal_llq_hdr=1,enable_llq=1,control_path_poll_interval=0" +| | | ... | ${dut}.Add DPDK Dev Default Devargs | "llq_policy=2" | | | Run Keyword If | '${nic_name}' == 'Amazon-Nitro-200G' -| | | ... | ${dut}.Add DPDK Dev Default Devargs | -| | | ... | "normal_llq_hdr=1,enable_llq=1,control_path_poll_interval=0" +| | | ... | ${dut}.Add DPDK Dev Default Devargs | "llq_policy=2" | | | Run Keyword If | not ${jumbo} | | | ... | ${dut}.Add DPDK No Multi Seg | | | Run Keyword If | ${nic_rxq_size} > 0