X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Flibraries%2Frobot%2Fperformance.robot;h=c33905bc9abcc81679fc1f1cca98fee01a46e414;hb=e9ce3e7fe123c7ed6847e7d615b0e963429b0298;hp=5619d003a15d64f1257c0c400f3fa81261e5a094;hpb=cff5ea63c1a32c3e396e4aa47d54cb9e56748d7d;p=csit.git diff --git a/resources/libraries/robot/performance.robot b/resources/libraries/robot/performance.robot index 5619d003a1..c33905bc9a 100644 --- a/resources/libraries/robot/performance.robot +++ b/resources/libraries/robot/performance.robot @@ -208,6 +208,7 @@ | | ... | | ... | \| Calculate pps \| 10000000000 | 64 | | [Arguments] | ${bps} | ${framesize} +| | ${framesize}= | Get Frame Size | ${framesize} | | ${ret}= | Evaluate | (${bps}/((${framesize}+20)*8)).__trunc__() | | Return From Keyword | ${ret} @@ -1276,9 +1277,9 @@ | | ... | Start QEMU guest with two vhost-user interfaces and interconnecting | | ... | DPDK testpmd. Qemu Guest is using 3 cores pinned to physical cores 5, | | ... | 6, 7 and 2048M. Testpmd is using 3 cores (1 main core and 2 cores -| | ... | dedicated to io) socket-mem=1024, mem-channel=4, txq/rxq=2048, -| | ... | burst=64, disable-hw-vlan, total-num-mbufs, driver -| | ... | usr/lib/librte_pmd_virtio.so. +| | ... | dedicated to io) mem-channel=4, txq/rxq=256, burst=64, +| | ... | disable-hw-vlan, disable-rss, driver usr/lib/librte_pmd_virtio.so +| | ... | and fwd mode is io. | | ... | | ... | *Arguments:* | | ... | - dut_node - DUT node to start guest VM on. Type: dictionary @@ -1304,9 +1305,9 @@ | | Run keyword | ${vm_name}.Qemu Set Affinity | 5 | 6 | 7 | | Dpdk Testpmd Start | ${vm} | eal_coremask=0x7 | | ... | eal_mem_channels=4 -| | ... | eal_socket_mem=1024 | | ... | pmd_fwd_mode=io | | ... | pmd_disable_hw_vlan=${True} +| | ... | pmd_disable_rss=${True} | | Return From Keyword | ${vm} | Guest VM with dpdk-testpmd-mac connected via vhost-user is setup @@ -1314,9 +1315,9 @@ | | ... | Start QEMU guest with two vhost-user interfaces and interconnecting | | ... | DPDK testpmd. Qemu Guest is using 3 cores pinned to physical cores 5, | | ... | 6, 7 and 2048M. Testpmd is using 3 cores (1 main core and 2 cores -| | ... | dedicated to io) socket-mem=1024, mem-channel=4, txq/rxq=2048, -| | ... | burst=64, disable-hw-vlan, total-num-mbufs=65K, driver -| | ... | usr/lib/librte_pmd_virtio.so and fwd mode is mac rewrite. +| | ... | dedicated to io) mem-channel=4, txq/rxq=256, burst=64, +| | ... | disable-hw-vlan, disable-rss, driver usr/lib/librte_pmd_virtio.so +| | ... | and fwd mode is mac rewrite. | | ... | | ... | *Arguments:* | | ... | - dut_node - DUT node to start guest VM on. Type: dictionary @@ -1347,11 +1348,11 @@ | | Run keyword | ${vm_name}.Qemu Set Affinity | 5 | 6 | 7 | | Dpdk Testpmd Start | ${vm} | eal_coremask=0x7 | | ... | eal_mem_channels=4 -| | ... | eal_socket_mem=1024 | | ... | pmd_fwd_mode=mac | | ... | pmd_eth_peer_0=0,${eth0_mac} | | ... | pmd_eth_peer_1=1,${eth1_mac} | | ... | pmd_disable_hw_vlan=${True} +| | ... | pmd_disable_rss=${True} | | Return From Keyword | ${vm} | Guest VM with Linux Bridge connected via vhost-user is setup