From 01015c9025452966b23182c90fc6a5410a4ab31c Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 22 Apr 2020 16:10:58 +0000 Subject: FIX: Mellanox jumbo frames Signed-off-by: Peter Mikus Change-Id: I84b3c07e22a313e96ac59fc7818960c502507651 --- resources/libraries/robot/shared/interfaces.robot | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'resources/libraries/robot') diff --git a/resources/libraries/robot/shared/interfaces.robot b/resources/libraries/robot/shared/interfaces.robot index 5f743e6f18..195ba10472 100644 --- a/resources/libraries/robot/shared/interfaces.robot +++ b/resources/libraries/robot/shared/interfaces.robot @@ -114,6 +114,8 @@ | | ... | Pre-initialize vfio-pci driver by adding related sections to startup | | ... | config on all DUTs. | | +| | ${index}= | Get Index From List | ${TEST TAGS} | DPDK +| | Run Keyword If | ${index} >= 0 | Return From Keyword | | FOR | ${dut} | IN | @{duts} | | | Run keyword | ${dut}.Add DPDK Dev | @{${dut}_pf_pci} | | | Run Keyword If | ${dpdk_no_tx_checksum_offload} @@ -147,6 +149,17 @@ | | | | No operation +| Pre-initialize layer mlx5_core on all DUTs +| | [Documentation] +| | ... | Pre-initialize mlx5_core driver. +| | +| | FOR | ${dut} | IN | @{duts} +| | | Run Keyword If | ${jumbo} +| | | ... | Set Interface MTU | ${nodes['${dut}']} | ${${dut}_pf_pci} | mtu=9200 +| | | ... | ELSE +| | | ... | Set Interface MTU | ${nodes['${dut}']} | ${${dut}_pf_pci} | mtu=1500 +| | END + | Initialize layer driver | | [Documentation] | | ... | Initialize driver based interfaces on all DUT. Interfaces are @@ -286,6 +299,13 @@ | | ... | rxq_size=${nic_rxq_size} | txq_size=${nic_txq_size} | | Set List Value | ${${dut}_vf${pf}} | 0 | ${_rdma} +| Initialize layer mlx5_core on node +| | [Documentation] +| | ... | Initialize mlx5_core interfaces on DUT on NIC PF. +| | ... | Currently no operation. +| | +| | No operation + | Initialize layer interface | | [Documentation] | | ... | Physical interfaces variables to be created on all DUTs. -- cgit 1.2.3-korg