From 70068307d35abcd40abbcd9275bcb836d2cdbae6 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Mon, 19 Mar 2018 08:48:41 +0100 Subject: [PATCH] CSIT-998: MRR tests - CSIT-1001: MRR tests: IP4 - ip4 - 10ge2p1x520-ethip4-ip4base-copwhtlistbase-mrr.robot - 10ge2p1x520-ethip4-ip4base-iacldstbase-mrr.robot - 10ge2p1x520-ethip4-ip4base-ipolicemarkbase-mrr.robot - 10ge2p1x520-ethip4-ip4scale200k-mrr.robot - 10ge2p1x520-ethip4-ip4scale20k-mrr.robot - 10ge2p1x520-ethip4-ip4scale2m-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-iacl1sf-10kflows-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-iacl1sl-10kflows-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-iacl50sf-10kflows-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-iacl50sl-10kflows-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-nat44-mrr.robot - 10ge2p1x520-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr.robot - 40ge2p1xl710-ethip4-ip4base-mrr.robot - ip4_tunnels - 10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-mrr.robot - 10ge2p1x520-ethip4vxlan-l2xcbase-mrr.robot - 10ge2p1x520-ethip4lispip4-ip4base-mrr.robot Change-Id: Ibfd03aea9b97d29a8fa05e2956f6df54603a2208 Signed-off-by: Jan Gelety --- .../robot/performance/performance_utils.robot | 3 +- ...2p1x520-ethip4-ip4base-copwhtlistbase-mrr.robot | 232 +++++++++++++++++++ ...0ge2p1x520-ethip4-ip4base-iacldstbase-mrr.robot | 237 ++++++++++++++++++++ ...p1x520-ethip4-ip4base-ipolicemarkbase-mrr.robot | 233 +++++++++++++++++++ .../perf/ip4/10ge2p1x520-ethip4-ip4base-mrr.robot | 87 ++++++-- .../ip4/10ge2p1x520-ethip4-ip4scale200k-mrr.robot | 224 +++++++++++++++++++ .../ip4/10ge2p1x520-ethip4-ip4scale20k-mrr.robot | 224 +++++++++++++++++++ .../ip4/10ge2p1x520-ethip4-ip4scale2m-mrr.robot | 224 +++++++++++++++++++ ...20-ethip4udp-ip4base-iacl1sf-10kflows-mrr.robot | 243 ++++++++++++++++++++ ...20-ethip4udp-ip4base-iacl1sl-10kflows-mrr.robot | 243 ++++++++++++++++++++ ...0-ethip4udp-ip4base-iacl50sf-10kflows-mrr.robot | 243 ++++++++++++++++++++ ...0-ethip4udp-ip4base-iacl50sl-10kflows-mrr.robot | 243 ++++++++++++++++++++ .../10ge2p1x520-ethip4udp-ip4base-nat44-mrr.robot | 237 ++++++++++++++++++++ ...4udp-ip4scale1000-udpsrcscale15-nat44-mrr.robot | 237 ++++++++++++++++++++ .../perf/ip4/40ge2p1xl710-ethip4-ip4base-mrr.robot | 225 +++++++++++++++++++ .../10ge2p1x520-ethip4lispip4-ip4base-mrr.robot | 247 +++++++++++++++++++++ ...0ge2p1x520-ethip4vxlan-l2bdbasemaclrn-mrr.robot | 225 +++++++++++++++++++ .../10ge2p1x520-ethip4vxlan-l2xcbase-mrr.robot | 225 +++++++++++++++++++ 18 files changed, 3811 insertions(+), 21 deletions(-) create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-copwhtlistbase-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-iacldstbase-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale200k-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale20k-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale2m-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl1sf-10kflows-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl1sl-10kflows-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl50sf-10kflows-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl50sl-10kflows-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-nat44-mrr.robot create mode 100644 tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr.robot create mode 100644 tests/vpp/perf/ip4/40ge2p1xl710-ethip4-ip4base-mrr.robot create mode 100644 tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4lispip4-ip4base-mrr.robot create mode 100644 tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-mrr.robot create mode 100644 tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4vxlan-l2xcbase-mrr.robot diff --git a/resources/libraries/robot/performance/performance_utils.robot b/resources/libraries/robot/performance/performance_utils.robot index b61c0ca2ac..b4f70170d9 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -74,8 +74,7 @@ | | ... | | [Arguments] | ${framesize} | | ... -| | Run Keyword If | '${framesize}' == 'IMIX_v4_1' -| | ... | Return From Keyword | 353.83333 +| | Return From Keyword If | '${framesize}' == 'IMIX_v4_1' | ${353.83333} | | Return From Keyword | ${framesize} | Is DPDK performance test diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-copwhtlistbase-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-copwhtlistbase-mrr.robot new file mode 100644 index 0000000000..b53da6becf --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-copwhtlistbase-mrr.robot @@ -0,0 +1,232 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| Library | resources.libraries.python.Cop +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | FEATURE | COPWHLIST +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L3 | Intel-X520-DA2 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 whitelist test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4 +| ... | routing, two static IPv4 /24 routes and IPv4 COP security whitelist +| ... | ingress /24 filter entries applied on links TG - DUT1 and DUT2 - TG. +| ... | DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4src253 + +*** Keywords *** +| Check RR for ethip4-ip4base-copwhtlistbase +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${get_framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize IPv4 forwarding in 3-node circular topology +| | And Add Fib Table | ${dut1} | 1 +| | And Vpp Route Add | ${dut1} | 10.10.10.0 | 24 | vrf=1 | local=${TRUE} +| | And Add Fib Table | ${dut2} | 1 +| | And Vpp Route Add | ${dut2} | 20.20.20.0 | 24 | vrf=1 | local=${TRUE} +| | And COP Add whitelist Entry | ${dut1} | ${dut1_if1} | ip4 | 1 +| | And COP Add whitelist Entry | ${dut2} | ${dut2_if2} | ip4 | 1 +| | And COP interface enable or disable | ${dut1} | ${dut1_if1} | enable +| | And COP interface enable or disable | ${dut2} | ${dut2_if2} | enable +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4-ip4base-copwhtlistbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-copwhtlistbase +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-iacldstbase-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-iacldstbase-mrr.robot new file mode 100644 index 0000000000..89cff60939 --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-iacldstbase-mrr.robot @@ -0,0 +1,237 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | FEATURE | IACLDST +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L3 | Intel-X520-DA2 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 iAcl whitelist test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4 +| ... | routing, two static IPv4 /24 routes and IPv4 iAcl security whitelist +| ... | ingress /24 filter entries applied on links TG - DUT1 and DUT2 - TG. +| ... | DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate tests TG sends traffic\ +| ... | at line rate and reports total received/sent packets over trial period.\ +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv6 header +| ... | and generated payload. MAC addresses are matching MAC addresses +| ... | of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4src253 + +*** Keywords *** +| Check RR for ethip4-ip4base-iacldstbase +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${get_framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize IPv4 forwarding in 3-node circular topology +| | ${table_idx} | ${skip_n} | ${match_n}= | And Vpp Creates Classify Table L3 +| | ... | ${dut1} | ip4 | dst +| | And Vpp Configures Classify Session L3 +| | ... | ${dut1} | permit | ${table_idx} | ${skip_n} | ${match_n} +| | ... | ip4 | dst | 20.20.20.2 +| | And Vpp Enable Input Acl Interface +| | ... | ${dut1} | ${dut1_if1} | ip4 | ${table_idx} +| | ${table_idx} | ${skip_n} | ${match_n}= | And Vpp Creates Classify Table L3 +| | ... | ${dut2} | ip4 | dst +| | And Vpp Configures Classify Session L3 +| | ... | ${dut2} | permit | ${table_idx} | ${skip_n} | ${match_n} +| | ... | ip4 | dst | 10.10.10.2 +| | And Vpp Enable Input Acl Interface +| | ... | ${dut2} | ${dut2_if2} | ip4 | ${table_idx} +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREADC +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4-ip4base-iacldstbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and whitelist filters config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-iacldstbase +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-mrr.robot new file mode 100644 index 0000000000..72ba46726a --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-ipolicemarkbase-mrr.robot @@ -0,0 +1,233 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| Library | resources.libraries.python.Policer +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | IP4FWD | BASE | DOT1Q +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L3 | Intel-X520-DA2 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 policer test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4 +| ... | routing and two static IPv4 /24 route entries and policer with 2R3C +| ... | color-aware configuration. Policer is applied on links TG - DUT1 and +| ... | DUT2 - TG. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate tests TG sends traffic\ +| ... | at line rate and reports total received/sent packets over trial period.\ +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv6 header +| ... | and generated payload. MAC addresses are matching MAC addresses +| ... | of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544, RFC2698. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +| ${cir}= | ${100} +| ${eir}= | ${150} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4src253 + +*** Keywords *** +| Check RR for ethip4-ip4base-ipolicemarkbase +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Find NDR or PDR for ${framesize} frames using binary search\ +| | ... | start at 10GE linerate. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${cb}= | Set Variable If +| | ... | '${framesize}' == 'IMIX_v4_1' | ${1518} | ${framesize} +| | Set Test Variable | ${cb} +| | ${eb}= | Set Variable If +| | ... | '${framesize}' == 'IMIX_v4_1' | ${1518} | ${framesize} +| | Set Test Variable | ${eb} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${get_framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize IPv4 forwarding in 3-node circular topology +| | And Initialize IPv4 policer 2r3c-'ca' in 3-node circular topology +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 \ +| | ... | phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ +| | ... | phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ +| | ... | phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 \ +| | ... | phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 2 threada, 2 \ +| | ... | phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ +| | ... | phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ +| | ... | phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 \ +| | ... | phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4-ip4base-ipolicemarkbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing and policer config with 4 threada, 4 \ +| | ... | phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base-ipolicemarkbase +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-mrr.robot index 59216416eb..7a1a6cdac8 100644 --- a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-mrr.robot +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4base-mrr.robot @@ -45,19 +45,20 @@ # X520-DA2 bandwidth limit | ${s_limit}= | ${10000000000} # Traffic profile: -| ${traffic_profile} | trex-sl-3n-ethip4-ip4src253 +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4src253 *** Keywords *** | Check RR for ethip4-ip4base +| | ... | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ | | ... | phy core(s), ${rxq} receive queue(s) per NIC port. | | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ | | ... | trial throughput test. | | ... -| | [Arguments] | ${framesize} | ${wt} | ${rxq} +| | [Arguments] | ${wt} | ${rxq} | ${framesize} | | ... -| | # Test Variables required for test teardown +| | # Test Variables required for test execution and test teardown | | Set Test Variable | ${framesize} | | ${get_framesize}= | Get Frame Size | ${framesize} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -67,7 +68,7 @@ | | And Run Keyword If | ${get_framesize} < ${1522} | | ... | Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs -| | And Initialize IPv4 forwarding in 3-node circular topology +| | When Initialize IPv4 forwarding in 3-node circular topology | | Then Traffic should pass with maximum rate | ${perf_trial_duration} | | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} @@ -78,10 +79,11 @@ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ | | ... | throughput test. +| | ... | | [Tags] | 64B | 1T1C | STHREAD | | ... | | [Template] | Check RR for ethip4-ip4base -| | framesize=${64} | wt=1 | rxq=1 +| | wt=1 | rxq=1 | framesize=${64} | tc02-1518B-1t1c-ethip4-ip4base-mrr | | [Documentation] @@ -89,10 +91,11 @@ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ | | ... | trial throughput test. +| | ... | | [Tags] | 1518B | 1T1C | STHREAD | | ... | | [Template] | Check RR for ethip4-ip4base -| | framesize=${1518} | wt=1 | rxq=1 +| | wt=1 | rxq=1 | framesize=${1518} | tc03-9000B-1t1c-ethip4-ip4base-mrr | | [Documentation] @@ -100,73 +103,119 @@ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ | | ... | trial throughput test. +| | ... | | [Tags] | 9000B | 1T1C | STHREAD | | ... | | [Template] | Check RR for ethip4-ip4base -| | framesize=${9000} | wt=1 | rxq=1 +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 -| tc04-64B-2t2c-ethip4-ip4base-mrr +| tc05-64B-2t2c-ethip4-ip4base-mrr | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ | | ... | throughput test. +| | ... | | [Tags] | 64B | 2T2C | MTHREAD | | ... | | [Template] | Check RR for ethip4-ip4base -| | framesize=${64} | wt=2 | rxq=1 +| | wt=2 | rxq=1 | framesize=${64} -| tc05-1518B-2t2c-ethip4-ip4base-mrr +| tc06-1518B-2t2c-ethip4-ip4base-mrr | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ | | ... | trial throughput test. +| | ... | | [Tags] | 1518B | 2T2C | MTHREAD | | ... | | [Template] | Check RR for ethip4-ip4base -| | framesize=${1518} | wt=2 | rxq=1 +| | wt=2 | rxq=1 | framesize=${1518} -| tc06-9000B-2t2c-ethip4-ip4base-mrr +| tc07-9000B-2t2c-ethip4-ip4base-mrr | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ | | ... | trial throughput test. +| | ... | | [Tags] | 9000B | 2T2C | MTHREAD | | ... | | [Template] | Check RR for ethip4-ip4base -| | framesize=${9000} | wt=2 | rxq=1 +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 -| tc07-64B-4t4c-ethip4-ip4base-mrr +| tc09-64B-4t4c-ethip4-ip4base-mrr | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ | | ... | 2 receive queues per NIC port. | | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ | | ... | throughput test. +| | ... | | [Tags] | 64B | 4T4C | MTHREAD | | ... | | [Template] | Check RR for ethip4-ip4base -| | framesize=${64} | wt=4 | rxq=2 +| | wt=4 | rxq=2 | framesize=${64} -| tc08-1518B-4t4c-ethip4-ip4base-mrr +| tc10-1518B-4t4c-ethip4-ip4base-mrr | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ | | ... | 2 receive queues per NIC port. | | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ | | ... | trial throughput test. +| | ... | | [Tags] | 1518B | 4T4C | MTHREAD | | ... | | [Template] | Check RR for ethip4-ip4base -| | framesize=${1518} | wt=4 | rxq=2 +| | wt=4 | rxq=2 | framesize=${1518} -| tc09-9000B-4t4c-ethip4-ip4base-mrr +| tc11-9000B-4t4c-ethip4-ip4base-mrr | | [Documentation] | | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ | | ... | 2 receive queues per NIC port. | | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ | | ... | trial throughput test. +| | ... | | [Tags] | 9000B | 4T4C | MTHREAD | | ... | | [Template] | Check RR for ethip4-ip4base -| | framesize=${9000} | wt=4 | rxq=2 +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale200k-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale200k-mrr.robot new file mode 100644 index 0000000000..c9c60f71ad --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale200k-mrr.robot @@ -0,0 +1,224 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | SCALE | FIB_200K +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L3 | Intel-X520-DA2 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 routing test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4 +| ... | routing and 2x100k static IPv4 /32 route entries. DUT1 and DUT2 tested +| ... | with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +| ${rts_per_flow}= | ${100000} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4dst${rts_per_flow} + +*** Keywords *** +| Check RR for ethip4-ip4scale200k +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize IPv4 forwarding with scaling in 3-node circular topology +| | ... | ${rts_per_flow} +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4-ip4scale200k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale200k +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale20k-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale20k-mrr.robot new file mode 100644 index 0000000000..3baec768b4 --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale20k-mrr.robot @@ -0,0 +1,224 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | SCALE | FIB_20K +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L3 | Intel-X520-DA2 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 routing test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4 +| ... | routing and 2x100k static IPv4 /32 route entries. DUT1 and DUT2 tested +| ... | with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +| ${rts_per_flow}= | ${10000} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4dst${rts_per_flow} + +*** Keywords *** +| Check RR for ethip4-ip4scale20k +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize IPv4 forwarding with scaling in 3-node circular topology +| | ... | ${rts_per_flow} +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4-ip4scale20k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale20k +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale2m-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale2m-mrr.robot new file mode 100644 index 0000000000..b452bb05f8 --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4-ip4scale2m-mrr.robot @@ -0,0 +1,224 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | SCALE | FIB_2M +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L3 | Intel-X520-DA2 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 routing test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4 +| ... | routing and 2x100k static IPv4 /32 route entries. DUT1 and DUT2 tested +| ... | with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +| ${rts_per_flow}= | ${1000000} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4dst${rts_per_flow} + +*** Keywords *** +| Check RR for ethip4-ip4scale2m +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize IPv4 forwarding with scaling in 3-node circular topology +| | ... | ${rts_per_flow} +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4-ip4scale2m-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4scale2m +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl1sf-10kflows-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl1sf-10kflows-mrr.robot new file mode 100644 index 0000000000..8342bd2163 --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl1sf-10kflows-mrr.robot @@ -0,0 +1,243 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | FEATURE | ACL | ACL_STATEFUL +| ... | IACL | ACL1 | 10k_FLOWS +| ... +| Suite Setup | Run Keywords +| ... | Set up 3-node performance topology with DUT's NIC model | L3 +| ... | Intel-X520-DA2 +| ... | AND | Set up performance test suite with ACL +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 test cases with ACL* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology\ +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-UDP for L2 switching of IPv4. +| ... | *[Cfg] DUT configuration:* DUT1 is configured with L2 bridge domain\ +| ... | and MAC learning enabled. DUT2 is configured with L2 cross-connects.\ +| ... | Required ACL rules are applied to input paths of both DUT1 intefaces.\ +| ... | DUT1 and DUT2 are tested with 2p10GE NIC X520 Niantic by Intel.\ +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} + +# ACL test setup +| ${acl_action}= | permit+reflect +| ${acl_apply_type}= | input +| ${no_hit_aces_number}= | 1 +| ${flows_per_dir}= | 10k + +# starting points for non-hitting ACLs +| ${src_ip_start}= | 30.30.30.1 +| ${dst_ip_start}= | 40.40.40.1 +| ${ip_step}= | ${1} +| ${sport_start}= | ${1000} +| ${dport_start}= | ${1000} +| ${port_step}= | ${1} +| ${trex_stream1_subnet}= | 10.10.10.0/24 +| ${trex_stream2_subnet}= | 20.20.20.0/24 + +*** Keywords *** +| Check RR for IPv4 routing with ACLs +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with ${wt} thread(s),\ +| | ... | ${wt} phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | ${ip_nr}= | Set Variable | 10 +| | When Initialize IPv4 routing for '${ip_nr}' addresses with IPv4 ACLs on DUT1 in 3-node circular topology +| | ${traffic_profile}= | Set Variable | trex-sl-3n-ethip4udp-10u1000p-conc +| | Set Test Variable | ${traffic_profile} +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4udp-ip4base-iacl1-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl1sl-10kflows-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl1sl-10kflows-mrr.robot new file mode 100644 index 0000000000..32f9fac4d2 --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl1sl-10kflows-mrr.robot @@ -0,0 +1,243 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | FEATURE | ACL | ACL_STATELESS +| ... | IACL | ACL1 | 10k_FLOWS +| ... +| Suite Setup | Run Keywords +| ... | Set up 3-node performance topology with DUT's NIC model | L3 +| ... | Intel-X520-DA2 +| ... | AND | Set up performance test suite with ACL +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 test cases with ACL* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology\ +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-UDP for L2 switching of IPv4. +| ... | *[Cfg] DUT configuration:* DUT1 is configured with L2 bridge domain\ +| ... | and MAC learning enabled. DUT2 is configured with L2 cross-connects.\ +| ... | Required ACL rules are applied to input paths of both DUT1 intefaces.\ +| ... | DUT1 and DUT2 are tested with 2p10GE NIC X520 Niantic by Intel.\ +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} + +# ACL test setup +| ${acl_action}= | permit +| ${acl_apply_type}= | input +| ${no_hit_aces_number}= | 1 +| ${flows_per_dir}= | 10k + +# starting points for non-hitting ACLs +| ${src_ip_start}= | 30.30.30.1 +| ${dst_ip_start}= | 40.40.40.1 +| ${ip_step}= | ${1} +| ${sport_start}= | ${1000} +| ${dport_start}= | ${1000} +| ${port_step}= | ${1} +| ${trex_stream1_subnet}= | 10.10.10.0/24 +| ${trex_stream2_subnet}= | 20.20.20.0/24 + +*** Keywords *** +| Check RR for IPv4 routing with ACLs +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with ${wt} thread(s),\ +| | ... | ${wt} phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | ${ip_nr}= | Set Variable | 10 +| | When Initialize IPv4 routing for '${ip_nr}' addresses with IPv4 ACLs on DUT1 in 3-node circular topology +| | ${traffic_profile}= | Set Variable | trex-sl-3n-ethip4udp-10u1000p-conc +| | Set Test Variable | ${traffic_profile} +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4udp-ip4base-iacl1-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl50sf-10kflows-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl50sf-10kflows-mrr.robot new file mode 100644 index 0000000000..937447e4ba --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl50sf-10kflows-mrr.robot @@ -0,0 +1,243 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | FEATURE | ACL | ACL_STATEFUL +| ... | IACL | ACL50 | 10k_FLOWS +| ... +| Suite Setup | Run Keywords +| ... | Set up 3-node performance topology with DUT's NIC model | L3 +| ... | Intel-X520-DA2 +| ... | AND | Set up performance test suite with ACL +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 test cases with ACL* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology\ +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-UDP for L2 switching of IPv4. +| ... | *[Cfg] DUT configuration:* DUT1 is configured with L2 bridge domain\ +| ... | and MAC learning enabled. DUT2 is configured with L2 cross-connects.\ +| ... | Required ACL rules are applied to input paths of both DUT1 intefaces.\ +| ... | DUT1 and DUT2 are tested with 2p10GE NIC X520 Niantic by Intel.\ +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} + +# ACL test setup +| ${acl_action}= | permit+reflect +| ${acl_apply_type}= | input +| ${no_hit_aces_number}= | 50 +| ${flows_per_dir}= | 10k + +# starting points for non-hitting ACLs +| ${src_ip_start}= | 30.30.30.1 +| ${dst_ip_start}= | 40.40.40.1 +| ${ip_step}= | ${1} +| ${sport_start}= | ${1000} +| ${dport_start}= | ${1000} +| ${port_step}= | ${1} +| ${trex_stream1_subnet}= | 10.10.10.0/24 +| ${trex_stream2_subnet}= | 20.20.20.0/24 + +*** Keywords *** +| Check RR for IPv4 routing with ACLs +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with ${wt} thread(s),\ +| | ... | ${wt} phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | ${ip_nr}= | Set Variable | 10 +| | When Initialize IPv4 routing for '${ip_nr}' addresses with IPv4 ACLs on DUT1 in 3-node circular topology +| | ${traffic_profile}= | Set Variable | trex-sl-3n-ethip4udp-10u1000p-conc +| | Set Test Variable | ${traffic_profile} +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4udp-ip4base-iacl50-stateful-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl50sl-10kflows-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl50sl-10kflows-mrr.robot new file mode 100644 index 0000000000..69a3c09567 --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-iacl50sl-10kflows-mrr.robot @@ -0,0 +1,243 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | FEATURE | ACL | ACL_STATELESS +| ... | IACL | ACL50 | 10k_FLOWS +| ... +| Suite Setup | Run Keywords +| ... | Set up 3-node performance topology with DUT's NIC model | L3 +| ... | Intel-X520-DA2 +| ... | AND | Set up performance test suite with ACL +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 test cases with ACL* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology\ +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-UDP for L2 switching of IPv4. +| ... | *[Cfg] DUT configuration:* DUT1 is configured with L2 bridge domain\ +| ... | and MAC learning enabled. DUT2 is configured with L2 cross-connects.\ +| ... | Required ACL rules are applied to input paths of both DUT1 intefaces.\ +| ... | DUT1 and DUT2 are tested with 2p10GE NIC X520 Niantic by Intel.\ +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} + +# ACL test setup +| ${acl_action}= | permit +| ${acl_apply_type}= | input +| ${no_hit_aces_number}= | 50 +| ${flows_per_dir}= | 10k + +# starting points for non-hitting ACLs +| ${src_ip_start}= | 30.30.30.1 +| ${dst_ip_start}= | 40.40.40.1 +| ${ip_step}= | ${1} +| ${sport_start}= | ${1000} +| ${dport_start}= | ${1000} +| ${port_step}= | ${1} +| ${trex_stream1_subnet}= | 10.10.10.0/24 +| ${trex_stream2_subnet}= | 20.20.20.0/24 + +*** Keywords *** +| Check RR for IPv4 routing with ACLs +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with ${wt} thread(s),\ +| | ... | ${wt} phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | ${ip_nr}= | Set Variable | 10 +| | When Initialize IPv4 routing for '${ip_nr}' addresses with IPv4 ACLs on DUT1 in 3-node circular topology +| | ${traffic_profile}= | Set Variable | trex-sl-3n-ethip4udp-10u1000p-conc +| | Set Test Variable | ${traffic_profile} +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4udp-ip4base-iacl50-stateless-flows10k-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ACL with\ +| | ... | 4 threads, 4 phy cores, 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with ACLs +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-nat44-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-nat44-mrr.robot new file mode 100644 index 0000000000..bcc1529930 --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4base-nat44-mrr.robot @@ -0,0 +1,237 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| Resource | resources/libraries/robot/ip/nat.robot +| Resource | resources/libraries/robot/shared/traffic.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | FEATURE | NAT44 | BASE +| ... +| Suite Setup | Run Keywords +| ... | Set up 3-node performance topology with DUT's NIC model | L3 +| ... | Intel-X520-DA2 +| ... | AND | Set up performance test suite with NAT +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *NAT44 performance test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-UDP for IPv4 routing. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4 +| ... | routing and two static IPv4 /24 and IPv4/20 route entries. DUT1 and DUT2 +| ... | tested with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4udp-1u1p + +*** Keywords *** +| Check RR for IPv4 routing with NAT44 +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. NAT44 is\ +| | ... | configured between DUTs - 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Add NAT to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize NAT44 in 3-node circular topology +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Find NDR for IMIX frames using binary search start at 10GE\ +| | ... | linerate, step 50kpps. +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Find NDR for IMIX frames using binary search start at 10GE\ +| | ... | linerate, step 50kpps. +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4-ip4base-snat-1u-1p-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1 user and 1 port (session) per user. +| | ... | [Ver] Find NDR for IMIX frames using binary search start at 10GE\ +| | ... | linerate, step 50kpps. +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr.robot b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr.robot new file mode 100644 index 0000000000..47d21d2b23 --- /dev/null +++ b/tests/vpp/perf/ip4/10ge2p1x520-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr.robot @@ -0,0 +1,237 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| Resource | resources/libraries/robot/ip/nat.robot +| Resource | resources/libraries/robot/shared/traffic.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | FEATURE | NAT44 | SRC_USER_1000 +| ... | SCALE +| ... +| Suite Setup | Run Keywords +| ... | Set up 3-node performance topology with DUT's NIC model | L3 +| ... | Intel-X520-DA2 +| ... | AND | Set up performance test suite with NAT +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results NAT44 performance test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-UDP for IPv4 routing. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4 +| ... | routing and two static IPv4 /24 and IPv4/20 route entries. DUT1 and DUT2 +| ... | tested with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4udp-1000u15p + +*** Keywords *** +| Check RR for IPv4 routing with NAT44 +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port.NAT44 is configured\ +| | ... | between DUTs - 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | Set Test Variable | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Add NAT to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize NAT44 in 3-node circular topology +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4udp-ip4scale1000-udpsrcscale15-snat-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. NAT44 is configured between DUTs -\ +| | ... | 1000 users and 15 ports (sessions) per user. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for IPv4 routing with NAT44 +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4/40ge2p1xl710-ethip4-ip4base-mrr.robot b/tests/vpp/perf/ip4/40ge2p1xl710-ethip4-ip4base-mrr.robot new file mode 100644 index 0000000000..ee6288ec3d --- /dev/null +++ b/tests/vpp/perf/ip4/40ge2p1xl710-ethip4-ip4base-mrr.robot @@ -0,0 +1,225 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-XL710 | ETH | IP4FWD | BASE | IP4BASE +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L3 | Intel-XL710 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results IPv4 routing test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4 +| ... | routing and two static IPv4 /24 route entries. DUT1 and DUT2 tested with +| ... | 2p10GE NIC X710 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544. + +*** Variables *** +# XL710-DA2 bandwidth limit ~49Gbps/2=24.5Gbps +| ${s_24.5G} | ${24500000000} +# XL710-DA2 Mpps limit 37.5Mpps/2=18.75Mpps +| ${s_18.75Mpps} | ${18750000} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4src253 + +*** Keywords *** +| Check RR for ethip4-ip4base +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_24.5G} | ${get_framesize} +| | ${max_rate}= | Set Variable If +| | ... | ${max_rate} > ${s_18.75Mpps} | ${s_18.75Mpps} | ${max_rate} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize IPv4 forwarding in 3-node circular topology +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 routing config with \ +| | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4-ip4base +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4lispip4-ip4base-mrr.robot b/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4lispip4-ip4base-mrr.robot new file mode 100644 index 0000000000..d917e3926e --- /dev/null +++ b/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4lispip4-ip4base-mrr.robot @@ -0,0 +1,247 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| Resource | resources/libraries/robot/overlay/lisp_static_adjacency.robot +| Variables | resources/test_data/lisp/performance/lisp_static_adjacency.py +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | IP4FWD | ENCAP | LISP | IP4UNRLAY | IP4OVRLAY +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L3 | Intel-X520-DA2 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results Lisp test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology\ +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-LISP-IPv4 on DUT1-DUT2,\ +| ... | Eth-IPv4 on TG-DUTn for IPv4 routing over LISPoIPv4 tunnel. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv4\ +| ... | routing and static routes. LISPoIPv4 tunnel is configured between DUT1\ +| ... | and DUT2. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC6830. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +| ${lisp_overhead}= | ${8} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4src253 + +*** Keywords *** +| Check RR for ethip4lispip4-ip4base +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist filters\ +| | ... | config with ${wt} thread(s), ${wt} phy core(s), ${rxq} receive\ +| | ... | queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} +| | ... | ${get_framesize + ${lisp_overhead}} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize + ${lisp_overhead}} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize LISP IPv4 forwarding in 3-node circular topology +| | ... | ${dut1_to_dut2_ip4} | ${dut1_to_tg_ip4} | ${dut2_to_dut1_ip4} +| | ... | ${dut2_to_tg_ip4} | ${prefix4} +| | And Configure LISP topology in 3-node circular topology +| | ... | ${dut1} | ${dut1_if2} | ${NONE} +| | ... | ${dut2} | ${dut2_if1} | ${NONE} +| | ... | ${duts_locator_set} | ${dut1_ip4_eid} | ${dut2_ip4_eid} +| | ... | ${dut1_ip4_static_adjacency} | ${dut2_ip4_static_adjacency} +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1480B-1t1c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for 1480B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1480B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=1 | rxq=1 | framesize=${1480} + +| tc03-9000B-1t1c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1480B-2t2c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for 1480B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1480B | 2T2C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=2 | rxq=1 | framesize=${1480} + +| tc07-9000B-2t2c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1480B-4t4c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for 1480B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1480B | 4T4C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=4 | rxq=2 | framesize=${1480} + +| tc11-9000B-4t4c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4lispip4-ip4base-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ +| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | STHREAD +| | ... +| | [Template] | Check RR for ethip4lispip4-ip4base +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-mrr.robot b/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-mrr.robot new file mode 100644 index 0000000000..cce962f65c --- /dev/null +++ b/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-mrr.robot @@ -0,0 +1,225 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | L2BDMACLRN | ENCAP | VXLAN | L2OVRLAY | IP4UNRLAY +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L2 | Intel-X520-DA2 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results L2BD with VXLANoIPv4 test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 bridge domain on TG-DUTn. +| ... | Eth-IPv4-VXLAN-Eth-IPv4 is applied on link between DUT1 and DUT2. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with L2 bridge +| ... | domain. VXLAN tunnels are configured between L2BDs on DUT1 and DUT2. +| ... | DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544, RFC7348. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +| ${vxlan_overhead}= | ${50} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4src254 + +*** Keywords *** +| Check RR for ethip4vxlan-l2bdbasemaclrn +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} +| | ... | ${get_framesize + ${vxlan_overhead}} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize + ${vxlan_overhead}} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize L2 bridge domain with VXLANoIPv4 in 3-node circular topology +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE\ +| | ... | linerate, step 10kpps. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD | SKIP_PATCH +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE\ +| | ... | linerate, step 10kpps. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD | SKIP_PATCH +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single\ +| | ... | trial throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD | SKIP_PATCH +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE\ +| | ... | linerate, step 10kpps. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD | SKIP_PATCH +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2bdbasemaclrn +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 diff --git a/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4vxlan-l2xcbase-mrr.robot b/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4vxlan-l2xcbase-mrr.robot new file mode 100644 index 0000000000..962c499f93 --- /dev/null +++ b/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4vxlan-l2xcbase-mrr.robot @@ -0,0 +1,225 @@ +# Copyright (c) 2018 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +| Resource | resources/libraries/robot/performance/performance_setup.robot +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR +| ... | NIC_Intel-X520-DA2 | L2XCFWD | ENCAP | VXLAN | L2OVRLAY | IP4UNRLAY +| ... +| Suite Setup | Set up 3-node performance topology with DUT's NIC model +| ... | L2 | Intel-X520-DA2 +| Suite Teardown | Tear down 3-node performance topology +| ... +| Test Setup | Set up performance test +| ... +| Test Teardown | Tear down performance mrr test +| ... +| Documentation | *Raw results L2XC with VXLANoIPv4 test cases* +| ... +| ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology +| ... | with single links between nodes. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 cross-connect on TG-DUTn. +| ... | Eth-IPv4-VXLAN-Eth-IPv4 is applied on link between DUT1 and DUT2. +| ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with L2 cross- +| ... | connect. VXLAN tunnels are configured between L2XCs on DUT1 and DUT2. +| ... | DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel. +| ... | *[Ver] TG verification:* In MaxReceivedRate test TG sends traffic +| ... | at line rate and reports total received/sent packets over trial period. +| ... | Test packets are generated by TG on links to DUTs. TG traffic profile +| ... | contains two L3 flow-groups (flow-group per direction, 253 flows per +| ... | flow-group) with all packets containing Ethernet header, IPv4 header +| ... | with IP protocol=61 and static payload. MAC addresses are matching MAC +| ... | addresses of the TG node interfaces. +| ... | *[Ref] Applicable standard specifications:* RFC2544, RFC7348. + +*** Variables *** +# X520-DA2 bandwidth limit +| ${s_limit}= | ${10000000000} +| ${vxlan_overhead}= | ${50} +# Traffic profile: +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4src254 + +*** Keywords *** +| Check RR for ethip4vxlan-l2xcbase +| | ... +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with ${wt} thread(s), ${wt}\ +| | ... | phy core(s), ${rxq} receive queue(s) per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for ${framesize} frames using single\ +| | ... | trial throughput test. +| | ... +| | [Arguments] | ${wt} | ${rxq} | ${framesize} +| | ... +| | # Test Variables required for test execution and test teardown +| | Set Test Variable | ${framesize} +| | ${get_framesize}= | Get Frame Size | ${framesize} +| | ${max_rate}= | Calculate pps | ${s_limit} +| | ... | ${get_framesize + ${vxlan_overhead}} +| | ... +| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology +| | And Add PCI devices to DUTs in 3-node single link topology +| | And Run Keyword If | ${get_framesize + ${vxlan_overhead}} < ${1522} +| | ... | Add no multi seg to all DUTs +| | And Apply startup configuration on all VPP DUTs +| | When Initialize L2 xconnect with VXLANoIPv4 in 3-node circular topology +| | Then Traffic should pass with maximum rate | ${perf_trial_duration} +| | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} + +*** Test Cases *** +| tc01-64B-1t1c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=1 | rxq=1 | framesize=${64} + +| tc02-1518B-1t1c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=1 | rxq=1 | framesize=${1518} + +| tc03-9000B-1t1c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=1 | rxq=1 | framesize=${9000} + +| tc04-IMIX-1t1c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 1T1C | STHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=1 | rxq=1 | framesize=IMIX_v4_1 + +| tc05-64B-2t2c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=2 | rxq=1 | framesize=${64} + +| tc06-1518B-2t2c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=2 | rxq=1 | framesize=${1518} + +| tc07-9000B-2t2c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, \ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=2 | rxq=1 | framesize=${9000} + +| tc08-IMIX-2t2c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores,\ +| | ... | 1 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 2T2C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=2 | rxq=1 | framesize=IMIX_v4_1 + +| tc09-64B-4t4c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 64B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=4 | rxq=2 | framesize=${64} + +| tc10-1518B-4t4c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 1518B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=4 | rxq=2 | framesize=${1518} + +| tc11-9000B-4t4c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, \ +| | ... | 2 receive queues per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for 9000B frames using single trial\ +| | ... | throughput test. +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=4 | rxq=2 | framesize=${9000} + +| tc12-IMIX-4t4c-ethip4vxlan-l2xcbase-mrr +| | [Documentation] +| | ... | [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores,\ +| | ... | 2 receive queue per NIC port. +| | ... | [Ver] Measure MaxReceivedRate for IMIX_v4_1 frames using single trial\ +| | ... | throughput test. +| | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B) +| | ... +| | [Tags] | IMIX | 4T4C | MTHREAD +| | ... +| | [Template] | Check RR for ethip4vxlan-l2xcbase +| | wt=4 | rxq=2 | framesize=IMIX_v4_1 -- 2.16.6