aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/performance.robot
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-09-10 08:36:10 +0100
committerPeter Mikus <pmikus@cisco.com>2016-09-22 04:22:48 +0000
commitb9b3fa07a5a53784f5c0235743ab3aeaa40c9959 (patch)
treeca9f82177a463b816b1cab793d961f756a7fa396 /resources/libraries/robot/performance.robot
parentc114f1e5606f34c27a365ddf123708b001adee3c (diff)
CSIT-404 Adjust DPDK testpmd startup parameters
Change-Id: If0f58e725e15aa01b61bc43b222c6254af9cd07e Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance.robot')
-rw-r--r--resources/libraries/robot/performance.robot16
1 files changed, 8 insertions, 8 deletions
diff --git a/resources/libraries/robot/performance.robot b/resources/libraries/robot/performance.robot
index 579d666c82..f29551ee43 100644
--- a/resources/libraries/robot/performance.robot
+++ b/resources/libraries/robot/performance.robot
@@ -1333,9 +1333,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
@@ -1361,9 +1361,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
@@ -1371,9 +1371,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
@@ -1404,11 +1404,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