diff options
author | Peter Mikus <pmikus@cisco.com> | 2020-04-22 16:10:58 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-04-23 14:16:57 +0000 |
commit | 01015c9025452966b23182c90fc6a5410a4ab31c (patch) | |
tree | 9381e85d65963053e303724bc87c3a958a039ac3 /resources/libraries/robot/shared/interfaces.robot | |
parent | 5ff0bea21003b3cae863c5c48a8922bd0c448019 (diff) |
FIX: Mellanox jumbo frames
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I84b3c07e22a313e96ac59fc7818960c502507651
Diffstat (limited to 'resources/libraries/robot/shared/interfaces.robot')
-rw-r--r-- | resources/libraries/robot/shared/interfaces.robot | 20 |
1 files changed, 20 insertions, 0 deletions
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. |