CSIT/VPP-16.09 Test Report Draft

From fd.io
Jump to: navigation, search

DRAFT CONTENT - WORK IN PROGRESS

Contents

Introduction

This report aims to provide a comprehensive and self-explanatory summary of all CSIT test cases that have been executed against FD.io VPP-16.09 code release, driven by the automated test infrastructure developed within the FD.io CSIT project (FD.io Continuous System and Integration Testing).

CSIT source code for the executed test suites is available in CSIT branch rls1609 in the directory ./tests/<name_of_the_test_suite>. A local copy of CSIT source code can be obtained by cloning CSIT git repository ("git clone https://gerrit.fd.io/r/csit"). The CSIT testing virtual environment can be run on a local workstation/laptop/server using Vagrant by following the instructions in CSIT tutorials.

Followings sections provide brief description of CSIT performance and functional test suites executed against VPP-16.09 release (vpp branch stable/1609). Description of LF FD.io virtual and physical test environments is provided to aid anyone interested in reproducing the complete LF FD.io CSIT testing environment, in either virtual or physical test beds. The last two sections cover complete list of CSIT test suites and test cases executed against VPP-16.09 release (vpp branch stable/1609), with description and results per test case.

Functional Tests

Overview

Functional tests run on virtual testbeds which are created in VIRL running on a Cisco UCS C240 servers hosted in Linux Foundation labs. There is currently only one testbed topology being used for functional testing - a three node topology with two links between each pair of nodes as shown in this diagram:

    +--------+                      +--------+
    |        |                      |        |
    |  SUT1  <---------------------->  SUT2  |
    |        |                      |        |
    +---^----+                      +----^---+
        |                                |
        |                                |
        |           +-------+            |
        |           |       |            |
        +----------->   TG  <------------+
                    |       |
                    +-------+

Virtual testbeds are created dynamically whenever a patch is submitted to gerrit and destroyed upon completion of all functional tests. During test execution, all nodes are reachable thru the MGMT network connected to every node via dedicated NICs and links (not shown above for clarity). Each node is a Virtual Machine and each connection that is drawn on the diagram is available for use in any test case.

For test cases that require DUT (VPP) to communicate with VM over vhost-user interfaces, a nested VM is created on SUT1 and/or SUT2 for the duration of that particular test case only. DUT (VPP) test topology with VM is shown in the diagram below including the packet flow (marked with ***):

    +------------------------+           +------------------------+
    |      +----------+      |           |      +----------+      |
    |      |    VM    |      |           |      |    VM    |      |
    |      |  ******  |      |           |      |  ******  |      |
    |      +--^----^--+      |           |      +--^----^--+      |
    |        *|    |*        |           |        *|    |*        |
    |  +------v----v------+  |           |  +------v----v------+  |
    |  |      *    *      |**|***********|**|      *    *      |  |
    |  |  *****    *******<----------------->*******    *****  |  |
    |  |  *    DUT1       |  |           |  |       DUT2    *  |  |
    |  +--^---------------+  |           |  +---------------^--+  |
    |    *|                  |           |                  |*    |
    |    *|            SUT1  |           |  SUT2            |*    |
    +------------------------+           +------------------^-----+
         *|                                                 |*
         *|                                                 |*
         *|                  +-----------+                  |*
         *|                  |           |                  |*
         *+------------------>    TG     <------------------+*
         ******************* |           |********************
                             +-----------+

The following functional test suites are included in the CSIT-16.09 Release and this report - test areas added since CSIT-16.06 got marked with [&], extended areas marked with [%]:

  1. L2XC [%] - L2 Cross-Connect switching of Ethernet frames (untagged, VLAN single-tag 802.1q, double-tag 802.1ad).
  2. L2BD [%] - L2 Bridge-Domain switching of Ethernet frames (untagged, 802.1q, 802.1ad).
  3. IPv4 [%] - IPv4 routed-forwarding, RPF, ARP, Proxy ARP, ICMPv4.
  4. IPv6 [%] - IPv6 routed-forwarding, NS/ND, RA, ICMPv6.
  5. DHCP [%] - DHCP Client and Proxy (IPv4, IPv6).
  6. VXLAN - VXLAN tunnelling dataplane with L2BD, L2XC (untagged, 802.1q).
  7. COP - COP address security, white-listing and black-listing (IPv4, IPv6).
  8. GRE [%] - GRE tunnelling dataplane with IP routed-forwarding (IPv4).
  9. LISP [%] - LISP tunneling dataplane with IP routed-forwarding (IPv4) and API functionality.
  10. iACL [%] - Ingress Access Control List security (IPv4, IPv6, L2).
  11. VRF [&] - IP VPN routed-forwarding (IPv4, IPv6).
  12. QoS Policer [&] - ingress packet rate measuring, marking and limiting (IPv4, IPv6).
  13. IPFIX [&] - IPFIX Netflow (IPv4, IPv6).
  14. IPSec [&] - IPSec transport and tunnel mode (IPv4, IPv6).
  15. Softwire [&] - IPv4-over-IPv6 Softwire Concentration including LightWeight4over6, MAP-E, MAP-T.
  16. VLAN rewrites [&] - L2 VLAN rewrite tests 2-2, 2-1, 1-2 with L2XC and L2BD.
  17. Tap Interface [&] - baseline Linux tap interface tests.
  18. HoneyComb [&] - HoneyComb control plane interface into VPP.

Total 199 functional tests in the CSIT-16.09 Release (up from 76 functional tests in the CSIT-16.06 Release).

Test Execution Environment

CSIT functional tests are currently executed in VIRL, as mentioned above. The physical VIRL testbed infrastructure consists of three identical VIRL hosts, each host being a Cisco UCS C240-M4 (2x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz, 18c, 512GB RAM) running Ubuntu 14.04.3 and the following VIRL software versions:

 STD server version 0.10.24.7
 UWM server version 0.10.24.7

Whenever a patch is submitted to gerrit for review, one of the three VIRL hosts is selected randomly, and a three-node (TG+SUT1+SUT2), "double-ring" topology is created as a VIRL simulation on the selected host. The binary Debian VPP packages built by Jenkins for the patch under review are then installed on the two SUTs, along with their /etc/vpp/startup.conf file.

Current VPP 16.09 tests have been executed on a single VM operating system and version only, as described in the following paragraphs.

In order to enable future testing with different Operating Systems, or with different versions of the same Operating System, and simultaneously allowing others to reproduce tests in the exact same environment, CSIT has established a process where a candidate Operating System (currently only Ubuntu 14.04.4 LTS) plus all required packages are installed, and the versions of all installed packages are recorded. A separate tool then creates, and will continue to create at any point in the future, a disk image with these packages and their exact versions. Identical sets of disk images are created in QEMU/QCOW2 format for use within VIRL, and in VirtualBox format for use in the CSIT Vagrant environment.

In CSIT terminology, the VM operating system for both SUTs and TG that VPP 16.09 has been tested with, is the following:

 ubuntu-14.04.4_2016-05-25_1.0

which implies Ubuntu 14.04.4 LTS, current as of 2016/05/25 (that is, package versions are those that would have been installed by a "apt-get update", "apt-get upgrade" on May 25), produced by CSIT disk image build scripts version 1.0.

The exact list of installed packages and their versions (including the Linux kernel package version) are included in CSIT source repository:

 resources/tools/disk-image-builder/ubuntu/lists/ubuntu-14.04.4_2016-05-25_1.0

A replica of this VM image can be built by running the "build.sh" script in CSIT repository resources/tools/disk-image-builder/, or by downloading the Vagrant box from Atlas:

 https://atlas.hashicorp.com/fdio-csit/boxes/ubuntu-14.04.4_2016-05-25_1.0

In addition to this "main" VM image, tests which require VPP to communicate to a VM over a vhost-user interface, utilize a "nested" VM image.

This "nested" VM is dynamically created and destroyed as part of a test case, and therefore the "nested" VM image is optimized to be small, lightweight and have a short boot time. The "nested" VM image is not built around any established Linux distribution, but is based on BuildRoot (https://buildroot.org/), a tool for building embedded Linux systems. Just as for the "main" image, scripts to produce an identical replica of the "nested" image are included in CSIT GIT repository, and the image can be rebuilt using the "build.sh" script at:

  resources/tools/disk-image-builder/ubuntu/lists/nested

Functional tests utilize Scapy version 2.3.1 as a traffic generator.

Performance Tests

Overview

Performance tests run on physical testbeds hosted in Linux Foundation labs and consist of three Cisco UCS C240 servers each with 2x XEON CPUs (E5-2699v3 2.3GHz 18c). The logical testbed topology is fundamentally the same structure as the functional testbeds, but for any given tests, there is only a single link between each pair of nodes as shown in this diagram:

    +--------+                      +--------+
    |        |                      |        |
    |  SUT1  <---------------------->  SUT2  |
    |        |                      |        |
    +---^----+                      +----^---+
        |                                |
        |                                |
        |           +-------+            |
        |           |       |            |
        +----------->   TG  <------------+
                    |       |
                    +-------+

At a physical level there are actually five units of 10GE and 40GE NICs per SUT made by different vendors: Intel 2p10GE NICs (x520, x710), Intel 40GE NICs (xl710), Cisco 2p10GE VICs, Cisco 2p40GE VICs. During test execution, all nodes are reachable thru the MGMT network connected to every node via dedicated NICs and links (not shown above for clarity). Currently the performance tests only utilize one model of Intel NICs. Detailed test bed specification and topology is described in CSIT/CSIT_LF_testbed.

For test cases that require DUT (VPP) to communicate with VM over vhost-user interfaces, a VM is created on SUT1 and SUT2. DUT (VPP) test topology with VM is shown in the diagram below including the packet flow (marked with ***):

    +------------------------+           +------------------------+
    |      +----------+      |           |      +----------+      |
    |      |    VM    |      |           |      |    VM    |      |
    |      |  ******  |      |           |      |  ******  |      |
    |      +--^----^--+      |           |      +--^----^--+      |
    |        *|    |*        |           |        *|    |*        |
    |  +------v----v------+  |           |  +------v----v------+  |
    |  |      *    *      |**|***********|**|      *    *      |  |
    |  |  *****    *******<----------------->*******    *****  |  |
    |  |  *    DUT1       |  |           |  |       DUT2    *  |  |
    |  +--^---------------+  |           |  +---------------^--+  |
    |    *|                  |           |                  |*    |
    |    *|            SUT1  |           |  SUT2            |*    |
    +------------------------+           +------------------^-----+
         *|                                                 |*
         *|                                                 |*
         *|                  +-----------+                  |*
         *|                  |           |                  |*
         *+------------------>    TG     <------------------+*
         ******************* |           |********************
                             +-----------+

Note that for VM tests, packets are switched by DUT (VPP) twice, hence the throughput rates measured by TG must be multiplied by two to represent the actual DUT packet forwarding rate.

Because performance testing is run on physical test beds and some tests require a long time to complete, the performance test jobs have been split into short duration and long duration variants. The long performance jobs are run on a periodic basis and run all of the long performance test suites discovering throughput rates - NDR (Non-Drop Rate) and PDR (Partial Drop Rate) - and measuring packet latency. The short performance jobs are run on demand and run the short performance test suites verifying packet throughput against the reference NDR rates. There are also separate test suites for each NIC type.

The following performance test suites are included in the CSIT-16.09 Release and measurements listed in this report - test areas added since CSIT-16.06 got marked with "[&]", extended areas marked with "[%]":

  • Long performance test suites with Intel X520-DA2 NIC (2 port 10GbE) - total of 469 tests:
    1. L2XC - NDR & PDR for L2 Cross-Connect switched-forwarding of untagged and QinQ, 801.2Q Vlan, VXLAN tagged packets.
    2. L2BD - NDR & PDR for L2 Bridge Domain switched-forwarding.
    3. IPv4 - NDR & PDR for IPv4 routed-forwarding.
    4. IPv6 - NDR & PDR for IPv6 routed-forwarding.
    5. COP - NDR & PDR for IPv4 and IPv6 routed-forwarding with COP address security.
    6. iACL - NDR & PDR for IPv4 and IPv6 routed-forwarding with iACL address security.
    7. LISP [&] - NDR & PDR for LISP tunneling dataplane with IP routed-forwarding (IPv4).
    8. VXLAN [&] - NDR & PDR for VXLAN tunnelling integration with L2XC.
    9. QoS Policer [&] - NDR & PDR for ingress packet rate measuring, marking and limiting (IPv4).
    10. IPv4 Scale [&] - NDR & PDR for IPv4 routed-forwarding with 20K, 200K, 2M FIB entries.
    11. IPv6 Scale [&] - NDR & PDR for IPv6 routed-forwarding with 20K, 200K, 2M FIB entries.
    12. vhost-user [&] - NDR & PDR for L2 Cross-Connect, L2 Bridge-Domain, IPv4 routed-forwarding with VM over vhost-user interface.
  • Long performance test suites with Intel XL-710 NIC (2 ports 40GbE) - total of 9 tests:
    1. L2 Cross-Connect [&] - NDR & PDR for L2 Cross-Connect switched-forwarding of untagged and QinQ, 801.2Q Vlan, VXLAN tagged packets.
    2. L2 Bridge-Domain [&] - NDR & PDR for L2 Bridge Domain switched-forwarding. (results to be added)
    3. IPv4 [&] - NDR & PDR for IPv4 routed-forwarding. (results to be added)
    4. IPv6 [&] - NDR & PDR for IPv6 routed-forwarding. (results to be added)
  • Short performance test suites with Intel X520-DA2 NIC (2 port 10GbE) - total of 198 tests:
    1. L2XC - L2 Cross-Connect switched-forwarding of untagged and QinQ, 801.2Q Vlan, VXLAN tagged packets.
    2. L2BD - L2 Bridge Domain switched-forwarding.
    3. IPv4 - IPv4 routed-forwarding.
    4. IPv6 - IPv6 routed-forwarding.
    5. COP - IPv4 and IPv6 routed-forwarding with COP address security.
    6. iACL - IPv4 and IPv6 routed-forwarding with iACL address security.
    7. LISP [&] - LISP tunneling dataplane with IP routed-forwarding (IPv4).
    8. VXLAN [&] - VXLAN tunnelling integration with L2XC.
    9. QoS Policer [&] - ingress packet rate measuring, marking and limiting (IPv4).
    10. IPv4 Scale [&] - IPv4 routed-forwarding with 20K, 200K, 2M FIB entries.
    11. IPv6 Scale [&] - IPv6 routed-forwarding with 20K, 200K, 2M FIB entries.
    12. vhost-user [&] - L2 Cross-Connect, L2 Bridge-Domain, IPv4 routed-forwarding with VM over vhost-user interface.

Measurements - Notes and Caveats

Packet Throughput Measurements

Following values are measured and reported for packet throughput tests:

  • NDR binary search per RFC2544:
    1. Packet rate: "RATE: <aggregate packet rate in packets-per-second> pps (2x <per direction packets-per-second>)"
    2. Aggregate bandwidth: "BANDWIDTH: <aggregate bandwidth in Gigabits per second> Gbps (untagged)"
  • PDR binary search per RFC2544:
    1. Packet rate: "RATE: <aggregate packet rate in packets-per-second> pps (2x <per direction packets-per-second>)"
    2. Aggregate bandwidth: "BANDWIDTH: <aggregate bandwidth in Gigabits per second> Gbps (untagged)"
    3. Packet loss tolerance: "LOSS_ACCEPTANCE <accepted percentage of packets lost at PDR rate>""
  • NDR and PDR are measured for the following L2 frame sizes:
    1. IPv4: 64B, IMIX_v4_1 (28x64B,16x570B,4x1518B), 1518B, 9000B.
    2. IPv6: 78B, 1518B, 9000B.

Packet Latency Measurements

TRex traffic generator (TG) new (experimental) functionality is used for measuring latency of VPP SUTs. Reported latency values are measured using following methodology:

  • Latency tests are performed at 10%, 50% of discovered NDR rate (non drop rate) for each NDR throughput test and packet size (except IMIX).
  • TG sends dedicated latency streams, one per direction, each at the rate of 10kpps at the prescribed packet size; these are sent in addition to the main load streams.
  • TG reports min/avg/max latency values per stream, hence two sets of latency values are reported per test case; future release of TRex is expected to report latency percentiles.
  • Reported latency values are aggregate across two SUTs due to three node topology used for all performance tests; for per SUT latency, reported value should be divided by two.
  • 1usec is measurements accuracy advertised by TRex TG for the setup used in FD.io labs.
  • TRex setup introduces an always-on error of about 2*2usec per latency flow - additonal Tx/Rx interface latency induced by TRex SW writing and reading packet timestamps on CPU cores without HW acceleration on NICs closer to the interface line.

VM vhost-user Throughput Measurements

Current setup of CSIT FD.io performance lab is using default Ubuntu 14.04.02 KVM Qemu settings:

  • Default Qemu virtio queue size of 256 descriptors.
  • Default Linux CFS scheduler settings.

These default settings make the NDR performance of VPP+VM system very sensitive to any OS system tasks (i.e. Linux kernel) interference on CPU cores that are designated for critical software tasks under test, namely VPP worker threads in host and Testpmd threads in guest. CSIT committers decided against tweaking listed default settings. Instead we decided to report the NDR and PDR performance numbers with default settings. The impact of CPU jitter on SUTs performance is clearly visible if one compares NDR and PDR results across multiple test runs as presented in trending graphs in sections "VPP Trend Graphs RFC2544:NDR" and "VPP Trend Graphs RFC2544:PDR". To bring NDR rate for SUTs closer to PDR rates, both Qemu virtio queue size and Linux CFS scheduler settings need to be adjusted.

Going forward, once integrated into CSIT system, we want to add a separate set of tests with adjusted default parameters namely i) increased Qemu virtio queue size to 1024 descriptors, ii) consider adjusting CFS scheduler settings for tasks under test. Both are subject to ongoing improvements in Qemu code (see added vhost functionality in Qemu 2.7) and VPP vhost-user driver (see vhost indirect descriptors patch).

Test Execution Environment

To execute performance tests, there are three identical testbeds, each testbed consists of two SUTs and one TG.

Hardware details (CPU, memory, NIC layout) are described in CSIT/CSIT_LF_testbed; in summary:

  • All hosts are Cisco UCS C240-M4 (2x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz, 18c, 512GB RAM),
  • BIOS settings are default except for the following:
    • Hyperthreading disabled,
    • SpeedStep disabled
    • TurboBoost disabled
    • Power Technology: Performance
  • Hosts run Ubuntu 14.04.3, kernel 4.2.0-36-generic
  • Linux kernel boot command line option "intel_pstate=disable" is applied to both SUTs and TG. In addition, on SUTs, only cores 0 and 18 (the first core on each socket) are available to the Linux operating system and generic tasks, all other CPU cores are isolated and reserved for VPP.
  • In addition to CIMC and Management, each TG has 4x Intel X710 10GB NIC (=8 ports) and 2x Intel XL710 40GB NIC (=4 ports), whereas each SUT has:
    • 1x Intel X520 NIC (10GB, 2 ports),
    • 1x Cisco VIC 1385 (40GB, 2 ports),
    • 1x Intel XL710 NIC (40GB, 2 ports),
    • 1x Intel X710 NIC (10GB, 2 ports),
    • 1x Cisco VIC 1227 (10GB, 2 ports). This allows for a total of five "double-ring" topologies, each using a different NIC.

Config: VPP (DUT)

NIC types

0a:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
        Subsystem: Intel Corporation Ethernet Server Adapter X520-2
0a:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
        Subsystem: Intel Corporation Ethernet Server Adapter X520-2
85:00.0 Ethernet controller: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ (rev 01)
        Subsystem: Intel Corporation Ethernet Converged Network Adapter XL710-Q2
85:00.1 Ethernet controller: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ (rev 01)
        Subsystem: Intel Corporation Ethernet Converged Network Adapter XL710-Q2

VPP Version

vpp-16.09_amd64

VPP Compile Parameters

VPP Compile Job: https://jenkins.fd.io/view/vpp/job/vpp-merge-1609-ubuntu1404/

VPP Install Parameters

$ dpkg -i --force-all

VPP Startup Configuration

VPP startup configuration changes per test case with different settings for CPU cores, rx-queues and no-multi-seg parameter. Startup config is aligned with applied test case tag:

Tagged by: 1_THREAD_NOHTT_RXQUEUES_1

$ cat /etc/vpp/startup.conf
unix {
  nodaemon
  log /tmp/vpe.log
  cli-listen localhost:5002
  full-coredump
}
api-trace {
  on
}
cpu {
  main-core 0 corelist-workers 1
}
dpdk {
  socket-mem 1024,1024
  dev default {
    num-rx-queues 1
  }
  dev 0000:0a:00.1
  dev 0000:0a:00.0
  no-multi-seg
}
ip6 {
  hash-buckets 2000000
  heap-size 500m
}

Tagged by: 2_THREAD_NOHTT_RXQUEUES_1

$ cat /etc/vpp/startup.conf
unix {
  nodaemon
  log /tmp/vpe.log
  cli-listen localhost:5002
  full-coredump
}
api-trace {
  on
}
cpu {
  main-core 0 corelist-workers 1-2
}
dpdk {
  socket-mem 1024,1024
  dev default {
    num-rx-queues 1
  }
  dev 0000:0a:00.1
  dev 0000:0a:00.0
  no-multi-seg
}
ip6 {
  hash-buckets 2000000
  heap-size 500m
}

Tagged by: 4_THREAD_NOHTT_RXQUEUES_2

$ cat /etc/vpp/startup.conf
unix {
  nodaemon
  log /tmp/vpe.log
  cli-listen localhost:5002
  full-coredump
}
api-trace {
  on
}
cpu {
  main-core 0 corelist-workers 1-4
}
dpdk {
  socket-mem 1024,1024
  dev default {
    num-rx-queues 2
  }
  dev 0000:0a:00.1
  dev 0000:0a:00.0
  no-multi-seg
}
ip6 {
  hash-buckets 2000000
  heap-size 500m
}

Config: Traffic Generator - TRex

TG Version

TRex v2.07

DPDK version

DPDK v16.07 (20e2b6eba13d9eb61b23ea75f09f2aa966fa6325 - in DPDK repo)

TG Build Script used

https://gerrit.fd.io/r/gitweb?p=csit.git;a=blob;f=resources/tools/t-rex/t-rex-installer.sh;h=d015015c9275c706d47788cf308aee2a0477231f;hb=refs/heads/rls1609

TG Startup Configuration

$ cat /etc/trex_cfg.yaml
- port_limit      : 2
  version         : 2
  interfaces      : ["0000:0d:00.0","0000:0d:00.1"]
  port_info       :
          - dest_mac        :   [0x3c,0xfd,0xfe,0x9c,0xee,0xf5]
            src_mac         :   [0x3c,0xfd,0xfe,0x9c,0xee,0xf4]
          - dest_mac        :   [0x3c,0xfd,0xfe,0x9c,0xee,0xf4]
            src_mac         :   [0x3c,0xfd,0xfe,0x9c,0xee,0xf5]

TG common API - pointer to driver

https://gerrit.fd.io/r/gitweb?p=csit.git;a=blob;f=resources/tools/t-rex/t-rex-stateless.py;h=8a7f34b27aaf86d81540d72f05959b409e2134a5;hb=refs/heads/rls1609

Performance Tests - Plots

VPP Trend Plots RFC2544:NDR

VPP performance trend plots from the following CSIT LF Jenkins Jobs csit-vpp-perf-1609-long (11, 13, 14, 15) and csit-vpp-perf-1609-all (10, 11). Distilled plot source NDR Data.

L2XC, L2BD - RFC2544 NDR at 64B, 1 worker-thread, 1 rxq IPv4 - RFC2544 NDR at 64B, 1 worker-thread, 1 rxq IPv6 - RFC2544 NDR at 78B, 1 worker-thread, 1 rxq LISP + VXLAN - RFC2544 NDR at 64B, 1 worker-thread, 1 rxq LISP + IPv6 - RFC2544 NDR at 78B, 1 worker-thread, 1 rxq vhost-to-VM - RFC2544 NDR at 64B, 1 worker-thread, 1 rxq

L2XC, L2BD - RFC2544 NDR at 64B, 2 worker-thread, 1 rxq IPv4 - RFC2544 NDR at 64B, 2 worker-thread, 1 rxq IPv6 - RFC2544 NDR at 78B, 2 worker-thread, 1 rxq LISP + VXLAN - RFC2544 NDR at 64B, 2 worker-thread, 1 rxq LISP + IPv6 - RFC2544 NDR at 78B, 2 worker-thread, 1 rxq vhost-to-VM - RFC2544 NDR at 64B, 2 worker-thread, 1 rxq

L2XC, L2BD - RFC2544 NDR at 64B, 4 worker-thread, 2 rxq IPv4 - RFC2544 NDR at 64B, 4 worker-thread, 2 rxq IPv6 - RFC2544 NDR at 78B, 4 worker-thread, 2 rxq LISP + VXLAN - RFC2544 NDR at 64B, 4 worker-thread, 2 rxq LISP + IPv6 - RFC2544 NDR at 78B, 4 worker-thread, 2 rxq vhost-to-VM - RFC2544 NDR at 64B, 4 worker-thread, 2 rxq

VPP Trend Plots RFC2544:PDR

VPP performance trend plots from the following CSIT LF Jenkins Jobs: csit-vpp-perf-1609-all (10, 11).

Distilled plot source PDR Data.

L2XC, L2BD - RFC2544 PDR at 64B, 1 worker-thread, 1 rxq IPv4 - RFC2544 PDR at 64B, 1 worker-thread, 1 rxq IPv6 - RFC2544 PDR at 78B, 1 worker-thread, 1 rxq LISP + VXLAN - RFC2544 PDR at 64B, 1 worker-thread, 1 rxq LISP + IPv6 - RFC2544 PDR at 78B, 1 worker-thread, 1 rxq vhost-to-VM - RFC2544 PDR at 64B, 1 worker-thread, 1 rxq

L2XC, L2BD - RFC2544 PDR at 64B, 2 worker-thread, 1 rxq IPv4 - RFC2544 PDR at 64B, 2 worker-thread, 1 rxq IPv6 - RFC2544 PDR at 78B, 2 worker-thread, 1 rxq LISP + VXLAN - RFC2544 PDR at 64B, 2 worker-thread, 1 rxq LISP + IPv6 - RFC2544 NDR at 78B, 2 worker-thread, 1 rxq vhost-to-VM - RFC2544 PDR at 64B, 2 worker-thread, 1 rxq

L2XC, L2BD - RFC2544 PDR at 64B, 4 worker-thread, 2 rxq IPv4 - RFC2544 PDR at 64B, 4 worker-thread, 2 rxq IPv6 - RFC2544 PDR at 78B, 4 worker-thread, 2 rxq LISP + VXLAN - RFC2544 PDR at 64B, 4 worker-thread, 2 rxq LISP + IPv6 - RFC2544 PDR at 78B, 4 worker-thread, 2 rxq vhost-to-VM - RFC2544 PDR at 64B, 4 worker-thread, 2 rxq

Functional Tests - Results

Bridge Domain

Bridge Domain Untagged

  • L2 bridge-domain test cases
  • [Top] Network Topologies: TG=DUT1 2-node topology with two links between nodes; TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes; TG=DUT1=DUT2=TG 3-node circular topology with double parallel links and TG=DUT=VM 3-node topology with VM and double parallel links.
  • [Enc] Packet Encapsulations: Eth-IPv4-ICMPv4 for L2 switching of IPv4; Eth-IPv6-ICMPv6 for L2 switching of IPv6 use. Both apply to all links.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 bridge-domain (L2BD) switching combined with static MACs; MAC learning enabled and Split Horizon Groups (SHG) depending on test case.
  • [Ver] TG verification: Test ICMPv4 (or ICMPv6) Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2; on receive TG verifies packets for correctness and their IPv4 (IPv6) src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications:
Name Documentation Status
TC01: DUT reports active interfaces [Top] TG=DUT1; TG-DUT1-DUT2-TG. [Enc] None. [Cfg] Discovered active interfaces. [Ver] Report active interfaces on DUT. [Ref] PASS
TC02: DUT with L2BD (MAC learning) switch ICMPv4 between two TG links [Top] TG=DUT1. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure two i/fs into L2BD with MAC learning. [Ver] Make TG verify ICMPv4 Echo Req pkts are switched thru DUT1 in both directions and are correct on receive. [Ref] PASS
TC03: DUT1 and DUT2 with L2BD (MAC learning) switch between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 and DUT2 configure two i/fs into L2BD with MAC learning. [Ver] Make TG verify ICMPv4 Echo Req pkts are switched thru DUT1 and DUT2 in both directions and are correct on receive. [Ref] PASS
TC04: DUT1 and DUT2 with L2BD (static MACs) switch between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 and DUT2 configure two i/fs into L2BD with static MACs. [Ver] Make TG verify ICMPv4 Echo Req pkts are switched thru DUT1 and DUT2 in both directions and are correct on receive. [Ref] PASS
TC05: DUT1 and DUT2 with L2BD (MAC learn) and SHG switch between four TG links [Top] TG=DUT1=DUT2=TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 and DUT2 configure four i/fs into L2BD with MAC learning and the same SHG on i/fs towards TG. [Ver] Make TG verify ICMPv4 Echo Req pkts are switched thru DUT1 and DUT2 in both directions and are correct on receive; verify no pkts are switched thru SHG isolated interfaces. [Ref] PASS
TC06: DUT with two L2BDs (MAC learn) switches ICMPv4 between TG and VM links [Top] TG=DUT=VM. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure two L2BDs with MAC learning, each with vhost-user i/f to local VM and i/f to TG; configure VM to loop pkts back betwen its two virtio i/fs. [Ver] Make TG verify ICMPv4 Echo Req pkts are switched thru DUT1 and VM in both directions and are correct on receive. [Ref] PASS
TC07: DUT with two L2BDs (MAC learn) switches ICMPv6 between TG and VM links [Top] TG=DUT=VM. [Enc] Eth-IPv6-ICMPv6. [Cfg] On DUT1 configure two L2BDs with MAC learning, each with vhost-user i/f to local VM and i/f to TG; configure VM to loop pkts back betwen its two virtio i/fs. [Ver] Make TG verify ICMPv6 Echo Req pkts are switched thru DUT1 and VM in both directions and are correct on receive. [Ref] PASS
TC08: DUT with two L2BDs (static MACs) switches ICMPv4 between TG and VM links [Top] TG=DUT=VM. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure two L2BDs with static MACs, each with vhost-user i/f to local VM and i/f to TG; configure VM to loop pkts back betwen its two virtio i/fs. [Ver] Make TG verify ICMPv4 Echo Req pkts are switched thru DUT1 and VM in both directions and are correct on receive. [Ref] PASS
TC09: DUT with two L2BDs (static MACs) switches ICMPv6 between TG and VM links [Top] TG=DUT=VM. [Enc] Eth-IPv6-ICMPv6. [Cfg] On DUT1 configure two L2BDs with static MACs, each with vhost-user i/f to local VM and i/f to TG; configure VM to loop pkts back betwen its two virtio i/fs. [Ver] Make TG verify ICMPv6 Echo Req pkts are switched thru DUT1 and VM in both directions and are correct on receive. [Ref] PASS

Cop

Cop Whitelist Blacklist

  • COP Security IPv4 Blacklist and Whitelist Tests
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-ICMPv4 on all links.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing and static routes. COP security white-lists are applied on DUT1 ingress interface from TG. DUT2 is configured with L2XC.
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent in one direction by TG on link to DUT1; on receive TG verifies packets for correctness and drops as applicable.
  • [Ref] Applicable standard specifications:
Name Documentation Status
TC01: DUT permits IPv4 pkts with COP whitelist set with IPv4 src-addr [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure interface IPv4 addresses and routes in the main routing domain, add COP whitelist on interface to TG with IPv4 src-addr matching packets generated by TG; on DUT2 configure L2 xconnect. [Ver] Make TG send ICMPv4 Echo Req on its interface to DUT1; verify received ICMPv4 Echo Req pkts are correct. [Ref] PASS
TC02: DUT drops IPv4 pkts with COP blacklist set with IPv4 src-addr [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure interface IPv4 addresses and routes in the main routing domain, add COP blacklist on interface to TG with IPv4 src-addr matching packets generated by TG; on DUT2 configure L2 xconnect. [Ver] Make TG send ICMPv4 Echo Req on its interface to DUT1; verify no ICMPv4 Echo Req pkts are received. [Ref] PASS

cop whitelist blacklist IPv6

  • COP Security IPv6 Blacklist and Whitelist Tests
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6-ICMPv6 on all links.
  • [Cfg] DUT configuration: DUT1 is configured with IPv6 routing and static routes. COP security white-lists are applied on DUT1 ingress interface from TG. DUT2 is configured with L2XC.
  • [Ver] TG verification: Test ICMPv6 Echo Request packets are sent in one direction by TG on link to DUT1; on receive TG verifies packets for correctness and drops as applicable.
  • [Ref] Applicable standard specifications:
Name Documentation Status
TC01: DUT permits IPv6 pkts with COP whitelist set with IPv6 src-addr [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv6-ICMPv6. [Cfg] On DUT1 configure interface IPv6 addresses and routes in the main routing domain, add COP whitelist on interface to TG with IPv6 src-addr matching packets generated by TG; on DUT2 configure L2 xconnect. [Ver] Make TG send ICMPv6 Echo Req on its interface to DUT1; verify received ICMPv6 Echo Req pkts are correct. [Ref] PASS
TC02: DUT drops IPv6 pkts with COP blacklist set with IPv6 src-addr [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv6-ICMPv6. [Cfg] On DUT1 configure interface IPv6 addresses and routes in the main routing domain, add COP blacklist on interface to TG with IPv6 src-addr matching packets generated by TG; on DUT2 configure L2 xconnect. [Ver] Make TG send ICMPv6 Echo Req on its interface to DUT1; verify no ICMPv6 Echo Req pkts are received. [Ref] PASS

Dhcp

Dhcp Client

  • DHCP Client related test cases
Name Documentation Status
VPP sends a DHCP DISCOVER Configure DHCP client on interface to TG without hostname and check if DHCP DISCOVER message contains all required fields with expected values. PASS
VPP sends a DHCP DISCOVER with hostname Configure DHCP client on interface to TG with hostname and check if DHCP DISCOVER message contains all required fields with expected values. PASS
VPP sends DHCP REQUEST after OFFER Configure DHCP client on interface to TG and check if DHCP REQUEST message contains all required fields. PASS
VPP honors DHCPv4 lease time Send IP configuration to the VPP client via DHCP. Address is checked with ICMP echo request and there should be no reply for echo request when lease has expired. PASS

Dhcp V4 Proxy

  • DHCP proxy test cases
  • [Top] Network Topologies: TG = DUT with two links between the nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-UDP-BOOTP-DHCP
  • [Cfg] DUT configuration: DUT is configured with DHCP proxy.
  • [Ver] TG verification: Test DHCP packets are sent on TG on first link to DUT and received on TG on second link. On receive TG verifies if DHCP packets are valid.
Name Documentation Status
TC01: VPP proxies valid DHCPv4 request to DHCPv4 server [Top] TG=DUT [Enc] Eth-IPv4-UDP-BOOTP-DHCP [Cfg] On DUT setup DHCP proxy. [Ver] Make TG verify matching DHCP packets between client and DHCP server through DHCP proxy. PASS
TC02: VPP proxy ignores invalid DHCPv4 request [Top] TG=DUT [Enc] Eth-IPv4-UDP-BOOTP-DHCP [Cfg] On DUT setup DHCP proxy. [Ver] Make TG verify matching invalid DHCP packets are dropped. PASS

Dhcp V6 Proxy

  • DHCPv6 proxy test cases
  • [Top] Network Topologies: TG = DUT with two links between the nodes.
  • [Cfg] DUT configuration: DUT is configured with DHCP proxy.
  • [Ver] TG verification:Test DHCP packets are sent on TG on first link to DUT and received on TG on second link. On receive TG verifies if DHCP packets are valid
  • [Ref] Applicable standard specifications: RFC 3315
Name Documentation Status
TC01: VPP proxies valid DHCPv6 request to DHCPv6 server [Top] TG=DUT [Cfg] On DUT setup DHCP proxy. [Ver] Make TG verify matching DHCPv6 packets between client and DHCP server through DHCP proxy. [Ref] RFC 3315 PASS

Gre

Gre Encapsulation

  • GREoIPv4 test cases
  • [Top] Network Topologies: TG=DUT1 2-node topology with two links between nodes; TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-GRE-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn for routing over GRE tunnel; Eth-IPv4-ICMPv4 on TG_if1-DUT, Eth-IPv4-GRE-IPv4-ICMPv4 on TG_if2_DUT for GREoIPv4 encapsulation and decapsulation verification.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with IPv4 routing and static routes. GREoIPv4 tunnel is configured between DUT1 and DUT2.
  • [Ver] TG verification: Test ICMPv4 (or ICMPv6) Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2; GREoIPv4 encapsulation and decapsulation are verified separately by TG; on receive TG verifies packets for correctness and their IPv4 (IPv6) src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: RFC2784.
Name Documentation Status
TC01: DUT1 and DUT2 route over GREoIPv4 tunnel between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-GRE-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure GREoIPv4 tunnel with IPv4 routes towards each other. [Ver] Make TG send ICMPv4 Echo Req between its interfaces across both DUTs and GRE tunnel between them; verify IPv4 headers on received packets are correct. [Ref] RFC2784. PASS
TC02: DUT encapsulates IPv4 into GREoIPv4 tunnel - GRE header verification [Top] TG=DUT1. [Enc] Eth-IPv4-ICMPv4 on TG_if1-DUT, Eth-IPv4-GRE-IPv4-ICMPv4 on TG_if2_DUT. [Cfg] On DUT1 configure GREoIPv4 tunnel with IPv4 route towards TG. [Ver] Make TG send non-encapsulated ICMPv4 Echo Req to DUT; verify TG received GREoIPv4 encapsulated packet is correct. [Ref] RFC2784. PASS
TC03: DUT decapsulates IPv4 from GREoIPv4 tunnel - IPv4 header verification [Top] TG=DUT1. [Enc] Eth-IPv4-ICMPv4 on TG_if1-DUT, Eth-IPv4-GRE-IPv4-ICMPv4 on TG_if2_DUT. [Cfg] On DUT1 configure GREoIPv4 tunnel towards TG. [Ver] Make TG send ICMPv4 Echo Req encapsulated into GREoIPv4 towards VPP; verify TG received IPv4 de-encapsulated packet is correct. [Ref] RFC2784. PASS
TC04: DUT encapsulates IPv4 into GREoIPv4 different tunnels - GRE header verification [Top] TG=DUT1. [Enc] Eth-IPv4-ICMPv4 on TG_if1-DUT, Eth-IPv4-GRE-IPv4-ICMPv4 on TG_if2_DUT. [Cfg] On DUT1 configure two GRE tunnels with loopback's source address. Destination address of tunnels are routed via next hop address of DUT's to TG if2, where should be only GRE encapsulated packets. Each tunnel has IPv4 address and configured prefix routed through the tunnel. [Ver] Make TG send non-encapsulated ICMPv4 Echo Req to DUT; verify TG received GREoIPv4 encapsulated packet is correct for each tunnel. [Ref] RFC2784. PASS
TC05: DUT re-encapsulates IPv4 GRE into other GRE tunnel - GRE header verification [Top] TG=DUT1. [Enc] Eth-IPv4-ICMPv4 on TG_if1-DUT, Eth-IPv4-GRE-IPv4-ICMPv4 on TG_if2_DUT. [Cfg] On DUT1 configure two GRE tunnels with loopback's source address. Destination address of tunnels are routed via next hop address of DUT's to TG if2, where should be only GRE encapsulated packets. Each tunnel has IPv4 address and configured prefix routed through the tunnel. [Ver] Make TG send encapsulated IPv4 UDP to DUT; Encapsulated IP source is behind configured tunnel same as destination; verify TG received GREoIPv4 encapsulated packet is correct. [Ref] RFC2784. PASS
TC06: DUT do not process GRE with wrong tunnel destination IP [Top] TG=DUT1. [Enc] Eth-IPv4-ICMPv4 on TG_if1-DUT, Eth-IPv4-GRE-IPv4-ICMPv4 on TG_if2_DUT. [Cfg] On DUT1 configure two GRE tunnels with loopback's source address. Destination address of tunnels are routed via next hop address of DUT's to TG if2, where should be only GRE encapsulated packets. On DUT's to TG if1 interface is configured test destination host MAC address. [Ver] Make TG send GRE encapsulated ICMPv4 Echo Req to DUT; verify TG received de-capsulated packet is correct, then send packet with wrong tunnel destination address. [Ref] RFC2784. PASS

Iacl

Ipv4 Iacl Untagged

  • IPv4 routing with ingress ACL test cases Encapsulations: Eth-IPv4 on links TG-DUT1, TG-DUT2, DUT1-DUT2. IPv4 ingress ACL (iACL) tests use 3-node topology TG - DUT1 - DUT2 - TG with one link between the nodes. DUT1 and DUT2 are configured with IPv4 routing and static routes. DUT1 is configured with iACL on link to TG, iACL classification and permit/deny action are configured on a per test case basis. Test ICMPv4 Echo Request packets are sent in one direction by TG on link to DUT1 and received on TG link to DUT2. On receive TG verifies if packets are dropped, or if received verifies packet IPv4 src-addr, dst-addr and MAC addresses.
Name Documentation Status
TC01: DUT with iACL IPv4 src-addr drops matching pkts On DUT1 add source IPv4 address to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC02: DUT with iACL IPv4 dst-addr drops matching pkts On DUT1 add destination IPv4 address to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC03: DUT with iACL IPv4 src-addr and dst-addr drops matching pkts On DUT1 add source and destination IPv4 addresses to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC04: DUT with iACL IPv4 protocol set to TCP drops matching pkts On DUT1 add protocol mask and TCP protocol (0x06) to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC05: DUT with iACL IPv4 protocol set to UDP drops matching pkts On DUT1 add protocol mask and UDP protocol (0x11) to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC06: DUT with iACL IPv4 TCP src-ports drops matching pkts On DUT1 add TCP source ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC07: DUT with iACL IPv4 TCP dst-ports drops matching pkts On DUT1 add TCP destination ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC08: DUT with iACL IPv4 TCP src-ports and dst-ports drops matching pkts On DUT1 add TCP source and destination ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC09: DUT with iACL IPv4 UDP src-ports drops matching pkts On DUT1 add UDP source ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC10: DUT with iACL IPv4 UDP dst-ports drops matching pkts On DUT1 add TCP destination ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC11: DUT with iACL IPv4 UDP src-ports and dst-ports drops matching pkts On DUT1 add UDP source and destination ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS

Ipv6 Iacl Untagged

  • IPv6 routing with ingress ACL test cases Encapsulations: Eth-IPv6 on links TG-DUT1, TG-DUT2, DUT1-DUT2. IPv6 ingress ACL (iACL) tests use 3-node topology TG - DUT1 - DUT2 - TG with one link between the nodes. DUT1 and DUT2 are configured with IPv6 routing and static routes. DUT1 is configured with iACL on link to TG, iACL classification and permit/deny action are configured on a per test case basis. Test ICMPv6 Echo Request packets are sent in one direction by TG on link to DUT1 and received on TG link to DUT2. On receive TG verifies if packets are dropped, or if received verifies packet IPv6 src-addr, dst-addr and MAC addresses.
Name Documentation Status
TC01: DUT with iACL IPv6 src-addr drops matching pkts On DUT1 add source IPv6 address to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC02: DUT with iACL IPv6 dst-addr drops matching pkts On DUT1 add destination IPv6 address to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC03: DUT with iACL IPv6 src-addr and dst-addr drops matching pkts On DUT1 add source and destination IPv6 addresses to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC04: DUT with iACL IPv6 protocol set to TCP drops matching pkts On DUT1 add protocol mask and TCP protocol (0x06) to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC05: DUT with iACL IPv6 protocol set to UDP drops matching pkts On DUT1 add protocol mask and UDP protocol (0x11) to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC06: DUT with iACL IPv6 TCP src-ports drops matching pkts On DUT1 add TCP source ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC07: DUT with iACL IPv6 TCP dst-ports drops matching pkts On DUT1 add TCP destination ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC08: DUT with iACL IPv6 TCP src-ports and dst-ports drops matching pkts On DUT1 add TCP source and destination ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC09: DUT with iACL IPv6 UDP src-ports drops matching pkts On DUT1 add UDP source ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC10: DUT with iACL IPv6 UDP dst-ports drops matching pkts On DUT1 add TCP destination ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC11: DUT with iACL IPv6 UDP src-ports and dst-ports drops matching pkts On DUT1 add UDP source and destination ports to classify table with 'deny'. Make TG verify matching packets are dropped. PASS
TC12: DUT with iACL MAC src-addr and iACL IPv6 UDP src-ports and dst-ports drops matching pkts On DUT1 add source MAC address to classify (L2) table and add UDP source and destination ports to classify (hex) table with 'deny'. Make TG verify matching packets are dropped. PASS

L2 Iacl Untagged

  • Ingress ACL test cases
  • [Top] Network Topologies: TG - DUT1 - DUT2 - TG with one link between the nodes.
  • [Cfg] DUT configuration: DUT2 is configured with L2 Cross connect. DUT1 is configured with iACL classification on link to TG,
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent in one direction by TG on link to DUT1 and received on TG link to DUT2. On receive TG verifies if packets are dropped.
Name Documentation Status
TC01: DUT with iACL MAC src-addr drops matching pkts [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 add source MAC address to classify table with 'deny'. [Ver] Make TG verify matching packets are dropped. PASS
TC02: DUT with iACL MAC dst-addr drops matching pkts [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 add destination MAC address to classify table with 'deny'. [Ver] Make TG verify matching packets are dropped. PASS
TC03: DUT with iACL MAC src-addr and dst-addr drops matching pkts [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 add source and destination MAC address to classify table with 'deny'. [Ver] Make TG verify matching packets are dropped. PASS
TC04: DUT with iACL EtherType drops matching pkts [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 add EtherType IPv4(0x0800) to classify table with 'deny'. [Ver] Make TG verify matching packets are dropped. PASS

Ipsec

Ipsec Transport Mode Ipv4

  • IPv4 IPsec transport mode test suite.
  • [Top] Network topologies: TG-DUT1 2-node topology with one link between nodes.
  • [Cfg] DUT configuration: On DUT1 create loopback interface, configure loopback an physical interface IPv4 addresses, static ARP record, route and IPsec manual keyed connection in transport mode.
  • [Ver] TG verification: ESP packet is sent from TG to DUT1. ESP packet is received on TG from DUT1.
  • [Ref] Applicable standard specifications: RFC4303.
Name Documentation Status
TC01: VPP process ESP packet in Transport Mode with AES-CBC-128 encryption and SHA1-96 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in transport mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC05: VPP process ESP packet in Transport Mode with AES-CBC-192 encryption and SHA-256-128 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-192 and integrity algorithm SHA-256-128 in transport mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC09: VPP process ESP packet in Transport Mode with AES-CBC-256 encryption and SHA-384-192 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-256 and integrity algorithm SHA-384-192 in transport mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC12: VPP process ESP packet in Transport Mode with AES-CBC-256 encryption and SHA-512-256 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-256 and integrity algorithm SHA-512-256 in transport mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC13: VPP process ESP packet in Transport Mode with AES-CBC-128 encryption and SHA1-96 integrity - different encryption alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in transport mode. [Ver] Send an ESP packet encrypted by encryption key different from encryption key stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS
TC14: VPP process ESP packet in Transport Mode with AES-CBC-128 encryption and SHA1-96 integrity - different integrity alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in transport mode. [Ver] Send an ESP packet authenticated by integrity key different from integrity key stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS
TC15: VPP process ESP packet in Transport Mode with AES-CBC-128 encryption and SHA1-96 integrity - different encryption and integrity alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in transport mode. [Ver] Send an ESP packet authenticated by integrity key and encrypted by encryption key different from integrity and encryption keys stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS

Ipsec Transport Mode Ipv6

  • IPv6 IPsec transport mode test suite.
  • [Top] Network topologies: TG-DUT1 2-node topology with one link between nodes.
  • [Cfg] DUT configuration: On DUT1 create loopback interface, configure loopback an physical interface IPv6 addresses, static ARP record, route and IPsec manual keyed connection in transport mode.
  • [Ver] TG verification: ESP packet is sent from TG to DUT1. ESP packet is received on TG from DUT1.
  • [Ref] Applicable standard specifications: RFC4303.
Name Documentation Status
TC01: VPP process ESP packet in Transport Mode with AES-CBC-128 encryption and SHA1-96 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in transport mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC05: VPP process ESP packet in Transport Mode with AES-CBC-192 encryption and SHA-256-128 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-192 and integrity algorithm SHA-256-128 in transport mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC09: VPP process ESP packet in Transport Mode with AES-CBC-256 encryption and SHA-384-192 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-256 and integrity algorithm SHA-384-192 in transport mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC12: VPP process ESP packet in Transport Mode with AES-CBC-256 encryption and SHA-512-256 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-256 and integrity algorithm SHA-512-256 in transport mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC13: VPP process ESP packet in Transport Mode with AES-CBC-128 encryption and SHA1-96 integrity - different encryption alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in transport mode. [Ver] Send an ESP packet encrypted by encryption key different from encryption key stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS
TC14: VPP process ESP packet in Transport Mode with AES-CBC-128 encryption and SHA1-96 integrity - different integrity alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in transport mode. [Ver] Send an ESP packet authenticated by integrity key different from integrity key stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS
TC15: VPP process ESP packet in Transport Mode with AES-CBC-128 encryption and SHA1-96 integrity - different encryption and integrity alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in transport mode. [Ver] Send an ESP packet authenticated by integrity key and encrypted by encryption key different from integrity and encryption keys stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS

Ipsec Tunnel Mode Ipv4

  • IPv4 IPsec tunnel mode test suite.
  • [Top] Network topologies: TG-DUT1 2-node topology with one link between nodes.
  • [Cfg] DUT configuration: On DUT1 create loopback interface, configure loopback an physical interface IPv4 addresses, static ARP record, route and IPsec manual keyed connection in tunnel mode.
  • [Ver] TG verification: ESP packet is sent from TG to DUT1. ESP packet is received on TG from DUT1.
  • [Ref] Applicable standard specifications: RFC4303.
Name Documentation Status
TC01: VPP process ESP packet in Tunnel Mode with AES-CBC-128 encryption and SHA1-96 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in tunnel mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC05: VPP process ESP packet in Tunnel Mode with AES-CBC-192 encryption and SHA-256-128 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-192 and integrity algorithm SHA-256-128 in tunnel mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC09: VPP process ESP packet in Tunnel Mode with AES-CBC-256 encryption and SHA-384-192 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-256 and integrity algorithm SHA-384-192 in tunnel mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC12: VPP process ESP packet in Tunnel Mode with AES-CBC-256 encryption and SHA-512-256 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-256 and integrity algorithm SHA-512-256 in tunnel mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC13: VPP process ESP packet in Tunnel Mode with AES-CBC-128 encryption and SHA1-96 integrity - different encryption alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in tunnel mode. [Ver] Send an ESP packet encrypted by encryption key different from encryption key stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS
TC14: VPP process ESP packet in Tunnel Mode with AES-CBC-128 encryption and SHA1-96 integrity - different integrity alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in tunnel mode. [Ver] Send an ESP packet authenticated by integrity key different from integrity key stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS
TC15: VPP process ESP packet in Tunnel Mode with AES-CBC-128 encryption and SHA1-96 integrity - different encryption and integrity alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in tunnel mode. [Ver] Send an ESP packet authenticated by integrity key and encrypted by encryption key different from integrity and encryption keys stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS

Ipsec Tunnel Mode Ipv6

  • IPv6 IPsec tunnel mode test suite.
  • [Top] Network topologies: TG-DUT1 2-node topology with one link between nodes.
  • [Cfg] DUT configuration: On DUT1 create loopback interface, configure loopback an physical interface IPv6 addresses, static ARP record, route and IPsec manual keyed connection in tunnel mode.
  • [Ver] TG verification: ESP packet is sent from TG to DUT1. ESP packet is received on TG from DUT1.
  • [Ref] Applicable standard specifications: RFC4303.
Name Documentation Status
TC01: VPP process ESP packet in Tunnel Mode with AES-CBC-128 encryption and SHA1-96 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in tunnel mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC05: VPP process ESP packet in Tunnel Mode with AES-CBC-192 encryption and SHA-256-128 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-192 and integrity algorithm SHA-256-128 in tunnel mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC09: VPP process ESP packet in Tunnel Mode with AES-CBC-256 encryption and SHA-384-192 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-256 and integrity algorithm SHA-384-192 in tunnel mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC12: VPP process ESP packet in Tunnel Mode with AES-CBC-256 encryption and SHA-512-256 integrity [Top] TG-DUT1. [Ref] RFC4303. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-256 and integrity algorithm SHA-512-256 in tunnel mode. [Ver] Send and receive ESP packet between TG and VPP node. PASS
TC13: VPP process ESP packet in Tunnel Mode with AES-CBC-128 encryption and SHA1-96 integrity - different encryption alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in tunnel mode. [Ver] Send an ESP packet encrypted by encryption key different from encryption key stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS
TC14: VPP process ESP packet in Tunnel Mode with AES-CBC-128 encryption and SHA1-96 integrity - different integrity alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in tunnel mode. [Ver] Send an ESP packet authenticated by integrity key different from integrity key stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS
TC15: VPP process ESP packet in Tunnel Mode with AES-CBC-128 encryption and SHA1-96 integrity - different encryption and integrity alogrithms used [Top] TG-DUT1. [Cfg] On DUT1 configure IPsec manual keyed connection with encryption algorithm AES-CBC-128 and integrity algorithm SHA1-96 in tunnel mode. [Ver] Send an ESP packet authenticated by integrity key and encrypted by encryption key different from integrity and encryption keys stored on VPP node from TG to VPP node and expect no response to be received on TG. [Ref] RFC4303. PASS

Ipv4

Ipv4 Arp Untagged

  • IPv4 ARP test cases RFC826 ARP: Eth-IPv4 and Eth-ARP on links TG-DUT1, TG-DUT2, DUT1-DUT2: IPv4 ARP tests use 3-node topology TG - DUT1 - DUT2 - TG with one link between the nodes. DUT1 and DUT2 are configured with IPv4 routing and static routes. DUT ARP functionality is tested by making TG send ICMPv4 Echo Requests towards its other interface via DUT1 and DUT2.
Name Documentation Status
TC01: DUT sends ARP Request for unresolved locally connected IPv4 address Make TG send test packet destined to IPv4 address of its other interface connected to DUT2. Make TG verify DUT2 sends ARP Request for locally connected TG IPv4 address. PASS
TC02: DUT sends ARP Request for route next hop IPv4 address Make TG send test packet destined to IPv4 address matching static route on DUT2. Make TG verify DUT2 sends ARP Request for next hop of the static route. PASS

Ipv4 Proxy Arp Untagged

  • RFC1027 Proxy ARP test cases
  • [Top] Network topologies: TG-DUT1 2-node topology with single link between nodes.
  • [Cfg] DUT configuration: DUT1 is configured with Proxy ARP
  • [Ver] TG verification: Test ARP Request packet is sent from TG on link to DUT1; on receive TG verifies ARP reply packet for correctness and their IPv4 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: RFC1027.
Name Documentation Status
TC01: DUT sends ARP reply on behalf of another machine from the IP range [Top] TG-DUT1. [Ref] RFC1027. [Cfg] On DUT1 configure interface IPv4 address and proxy ARP for IP range. [Ver] Make TG send ARP request to DUT1 interface, verify if DUT1 sends correct ARP reply on behalf of machine which IP is in range. PASS
TC02: DUT sends ARP reply on behalf of another machine from beginning of the IP range [Top] TG-DUT1. [Ref] RFC1027. [Cfg] On DUT1 configure interface IPv4 address and proxy ARP for IP range. [Ver] Make TG send ARP request to DUT1 interface, verify if DUT1 sends correct ARP reply on behalf of machine which IP is from beginning of the IP range. PASS
TC03: DUT sends ARP reply on behalf of another machine from end of the IP range [Top] TG-DUT1. [Ref] RFC1027. [Cfg] On DUT1 configure interface IPv4 address and proxy ARP for IP range. [Ver] Make TG send ARP request to DUT1 interface, verify if DUT1 sends correct ARP reply on behalf of machine which IP is from end of the IP range. PASS
TC04: DUT does not send ARP reply on behalf of another machine from below of the IP range [Top] TG-DUT1. [Ref] RFC1027. [Cfg] On DUT1 configure interface IPv4 address and proxy ARP for IP range. [Ver] Make TG send ARP request to DUT1 interface, verify if DUT1 does not send ARP reply on behalf of machine which IP is from below of the IP range. PASS
TC05: DUT does not send ARP reply on behalf of another machine from above of the IP range [Top] TG-DUT1. [Ref] RFC1027. [Cfg] On DUT1 configure interface IPv4 address and proxy ARP for IP range. [Ver] Make TG send ARP request to DUT1 interface, verify if DUT1 does not send ARP reply on behalf of machine which IP is from above of the IP range. PASS

Ipv4 Untagged

  • IPv4 routing test cases RFC791 IPv4, RFC826 ARP, RFC792 ICMPv4. Encapsulations: Eth-IPv4-ICMPv4 on links TG-DUT1, TG-DUT2, DUT1-DUT2. IPv4 routing tests use circular 3-node topology TG - DUT1 - DUT2 - TG with one link between the nodes. DUT1 and DUT2 are configured with IPv4 routing and static routes. Test ICMPv4 Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2 and received on TG links on the other side of circular topology. On receive TG verifies packets IPv4 src-addr, dst-addr and MAC addresses.
Name Documentation Status
TC01: DUT replies to ICMPv4 Echo Req to its ingress interface Make TG send ICMPv4 Echo Req to DUT ingress interface. Make TG verify ICMP Echo Reply is correct. PASS
TC02: DUT routes IPv4 to its egress interface Make TG send ICMPv4 Echo Req towards DUT1 egress interface connected to DUT2. Make TG verify ICMPv4 Echo Reply is correct. PASS
TC03: DUT1 routes IPv4 to DUT2 ingress interface Make TG send ICMPv4 Echo Req towards DUT2 ingress interface connected to DUT1. Make TG verify ICMPv4 Echo Reply is correct. PASS
TC04: DUT1 routes IPv4 to DUT2 egress interface Make TG send ICMPv4 Echo Req towards DUT2 egress interface connected to TG. Make TG verify ICMPv4 Echo Reply is correct. PASS
TC05: DUT1 and DUT2 route IPv4 between TG interfaces Make TG send ICMPv4 Echo Req between its interfaces across DUT1 and DUT2. Make TG verify ICMPv4 Echo Replies are correct. PASS
TC06: DUT replies to ICMPv4 Echo Reqs with size 64B-to-1500B-incr-1B Make TG send ICMPv4 Echo Reqs to DUT ingress interface, incrementating frame size from 64B to 1500B with increment step of 1Byte. Make TG verify ICMP Echo Replies are correct. PASS
TC08: DUT replies to ARP request Make TG send ARP Request to DUT and verify ARP Reply is correct. PASS

Ipv6

Ipv6 Ra

  • IPv6 Router Advertisement test cases RFC4861 Neighbor Discovery. Encapsulations: Eth-IPv6-RA on links TG-DUT1. IPv6 Router Advertisement tests use 3-node topology TG - DUT1 - DUT2 - TG with one link between the nodes. DUT1 and DUT2 are configured with IPv6 routing and static routes. TG verifies received RA packets.
Name Documentation Status
TC01: DUT transmits RA on IPv6 enabled interface [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPv6 interface on the link to TG. [Ver] Make TG wait for IPv6 Router Advertisement packet to be sent by DUT1 and verify the received RA packet is correct. PASS
TC02: DUT retransmits RA on IPv6 enabled interface after a set interval [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPv6 interface on the link to TG. [Ver] Make TG wait for two IPv6 Router Advertisement packets to be sent by DUT1 and verify the received RA packets are correct. PASS

Ipv6 Untagged

  • IPv6 routing test cases RFC2460 IPv6, RFC4443 ICMPv6, RFC4861 Neighbor Discovery. Encapsulations: Eth-IPv6-ICMPv6 on links TG-DUT1, TG-DUT2, DUT1-DUT2; Eth-IPv6-NS/NA on links TG-DUT. IPv6 routing tests use circular 3-node topology TG - DUT1 - DUT2 - TG with one link between the nodes. DUT1 and DUT2 are configured with IPv6 routing and static routes. Test ICMPv6 Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2 and received on TG links on the other side of circular topology. On receive TG verifies packets IPv6 src-addr, dst-addr and MAC addresses.
Name Documentation Status
TC01: DUT replies to ICMPv6 Echo Req to its ingress interface Make TG send ICMPv6 Echo Req to DUT ingress interface. Make TG verify ICMPv6 Echo Reply is correct. PASS
TC02: DUT replies to ICMPv6 Echo Req pkt with size 64B-to-1500B-incr-1B Make TG send ICMPv6 Echo Reqs to DUT ingress interface, incrementating frame size from 64B to 1500B with increment step of 1Byte. Make TG verify ICMP Echo Replies are correct. PASS
TC04: DUT routes to its egress interface Make TG send ICMPv6 Echo Req towards DUT1 egress interface connected to DUT2. Make TG verify ICMPv6 Echo Reply is correct. PASS
TC05: DUT1 routes to DUT2 ingress interface Make TG send ICMPv6 Echo Req towards DUT2 ingress interface connected to DUT1. Make TG verify ICMPv6 Echo Reply is correct. PASS
TC06: DUT1 routes to DUT2 egress interface Make TG send ICMPv6 Echo Req towards DUT2 egress interface connected to TG. Make TG verify ICMPv6 Echo Reply is correct. PASS
TC07: DUT1 and DUT2 route between TG interfaces Make TG send ICMPv6 Echo Req between its interfaces across DUT1 and DUT2. Make TG verify ICMPv6 Echo Replies are correct. PASS
TC08: DUT replies to IPv6 Neighbor Solicitation On DUT configure interface IPv6 address in the main routing domain. Make TG send Neighbor Solicitation message on the link to DUT and verify DUT Neighbor Advertisement reply is correct. PASS

L2 Xconnect

L2 Xconnect Untagged

  • L2 cross-connect test cases
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes; TG=DUT1=DUT2=TG 3-node circular topology with double parallel links and TG=DUT=VM 3-node topology with VM and double parallel links.
  • [Enc] Packet Encapsulations: Eth-IPv4-ICMPv4 for L2 switching of IPv4; Eth-IPv6-ICMPv6 for L2 switching of IPv6 use. Both apply to all links.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 cross-connect (L2XC) switching.
  • [Ver] TG verification: Test ICMPv4 (or ICMPv6) Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2; on receive TG verifies packets for correctness and their IPv4 (IPv6) src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications:
Name Documentation Status
TC01: DUT1 and DUT2 with L2XC switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 and DUT2 configure L2 cross-connect (L2XC), each with one interface to TG and one Ethernet interface towards the other DUT. [Ver] Make TG send ICMPv4 Echo Req in both directions between two of its interfaces to be switched by DUT1 and DUT2; verify all packets are received. [Ref] PASS
TC02: DUT1 and DUT2 with L2XC switch ICMPv6 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv6-ICMPv6. [Cfg] On DUT1 and DUT2 configure L2 cross-connect (L2XC), each with one interface to TG and one Ethernet interface towards the other DUT. [Ver] Make TG send ICMPv6 Echo Req in both directions between two of its interfaces to be switched by DUT1 and DUT2; verify all packets are received. [Ref] PASS
TC03: DUT with two L2XCs switches ICMPv4 between TG and local VM links [Top] TG=DUT=VM. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT configure two L2 cross-connects (L2XC), each with one untagged interface to TG and untagged i/f to local VM over vhost-user. [Ver] Make TG send ICMPv4 Echo Reqs in both directions between two of its i/fs to be switched by DUT to and from VM; verify all packets are received. [Ref] PASS
TC04: DUT with two L2XCs switches ICMPv6 between TG and local VM links [Top] TG=DUT=VM. [Enc] Eth-IPv6-ICMPv6. [Cfg] On DUT configure two L2 cross-connects (L2XC), each with one untagged i/f to TG and untagged i/f to local VM over vhost-user. [Ver] Make TG send ICMPv6 Echo Reqs in both directions between two of its i/fs to be switched by DUT to and from VM; verify all packets are received. [Ref] PASS

Lisp

Lisp Api Untagged

  • LISP API test cases
  • [Top] Network Topologies: DUT1 1-node topology.
  • [Enc] Packet Encapsulations: None.
  • [Cfg] DUT configuration: DUT1 gets configured with all LISP parameters.
  • [Ver] Verification: DUT1 operational data gets verified following configuration.
  • [Ref] Applicable standard specifications: RFC6830.
Name Documentation Status
TC01: DUT can enable and disable LISP [Top] DUT1. [Enc] None. [Cfg1] Test LISP enable/disable API; On DUT1 enable LISP. [Ver1] Check DUT1 if LISP is enabled. [Cfg2] Then disable LISP. [Ver2] Check DUT1 if LISP is disabled. [Ref] RFC6830. PASS
TC02: DUT can add and delete locator_set [Top] DUT1. [Enc] None. [Cfg1] Test LISP locator_set API; on DUT1 configure locator_set and locator. [Ver1] Check DUT1 configured locator_set and locator are correct. [Cfg2] Then remove locator_set and locator. [Ver2] check DUT1 locator_set and locator are removed. [Ref] RFC6830. PASS
TC04: DUT can add and delete eid address [Top] DUT1. [Enc] None. [Cfg1] Test LISP eid API; on DUT1 configure LISP eid IP address. [Ver1] Check DUT1 configured data is correct. [Cfg2] Remove configured data. [Ver2] Check DUT1 all eid IP addresses are removed. [Ref] RFC6830. PASS
TC05: DUT can add and delete LISP map resolver address [Top] DUT1. [Enc] None. [Cfg1] Test LISP map resolver address API; on DUT1 configure LISP map resolver address. [Ver1] Check DUT1 configured data is correct. [Cfg2] Remove configured data. [Ver2] Check DUT1 all map resolver addresses are removed. [Ref] RFC6830. PASS

Lisp Dataplane Untagged

  • LISP static adjacency 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-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn for IPv4 routing over LISPoIPv4 tunnel; Eth-IPv6-LISP-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUTn for IPv6 routing over LISPoIPv6 tunnel; Eth-IPv6-LISP-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn for IPv4 routing over LISPoIPv6 tunnel; Eth-IPv4-LISP-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUTn for IPv6 routing over LISPoIPv4 tunnel.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with IPv4 (IPv6) routing and static routes. LISPoIPv4 (oIPv6) tunnel is configured between DUT1 and DUT2.
  • [Ver] TG verification: Test ICMPv4 (or ICMPv6) Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2; on receive TG verifies packets for correctness and their IPv4 (IPv6) src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: RFC6830.
Name Documentation Status
TC01: DUT1 and DUT2 route IPv4 bidirectionally over LISPoIPv4 tunnel [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-LISP-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure IPv4 LISP static adjacencies. [Ver] Make TG send ICMPv4 Echo Req between its interfaces across both DUTs and LISP tunnel between them; verify IPv4 headers on received packets are correct. [Cfg2] Reconf LISP. [Ver2] Verify packets are received again via LISP tunnel. [Ref] RFC6830. PASS
TC02: DUT1 and DUT2 route IPv6 bidirectionally over LISPoIPv6 tunnel [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv6-LISP-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure IPv6 LISP static adjacencies. [Ver] Make TG send ICMPv6 Echo Req between its interfaces across both DUTs and LISP tunnel between them; verify IPv4 headers on received packets are correct. [Cfg2] Reconf LISP. [Ver2] Verify packets are received again via LISP tunnel. [Ref] RFC6830. PASS
TC03: DUT1 and DUT2 route IPv4 bidirectionally over LISPoIPv6 tunnel [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv6-LISP-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure IPv6 LISP static adjacencies. [Ver] Make TG send ICMPv4 Echo Req between its interfaces across both DUTs and LISP tunnel between them; verify IPv4 headers on received packets are correct. [Cfg2] Reconf LISP. [Ver2] Verify packets are received again via LISP tunnel. [Ref] RFC6830. PASS
TC04: DUT1 and DUT2 route IPv6 bidirectionally over LISPoIPv4 tunnel [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-LISP-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure IPv4 LISP static adjacencies. [Ver] Make TG send ICMPv6 Echo Req between its interfaces across both DUTs and LISP tunnel between them; verify IPv4 headers on received packets are correct. [Cfg2] Reconf LISP. [Ver2] Verify packets are received again via LISP tunnel. [Ref] RFC6830. PASS
TC05: DUT1 and DUT2 route IPv4 over LISPoIPv4 tunnel after disable-enable [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-LISP-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg1] On DUT1 and DUT2 configure IPv4 LISP static adjacencies. [Ver1] Make TG send ICMPv4 Echo Req between its interfaces across both DUTs and LISP tunnel between them; verify IPv4 headers on received packets are correct. [Cfg2] Disable LISP. [Ver2] Verify packets are not received via LISP tunnel. [Cfg3] Re-enable LISP. [Ver3] Verify packets are received again via LISP tunnel. [Ref] RFC6830. PASS

Lisp Ipv4 Lispgpe Ipv4

  • ip4-lispgpe-ip4 encapsulation 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-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 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.
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2; on receive TG verifies packets for correctness and their IPv4 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: RFC6830.
Name Documentation Status
TC01: DUT1 and DUT2 route IPv4 bidirectionally over LISP GPE tunnel using physical interfaces Case: ip4-lispgpe-ip4 - phy2lisp [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-LISPGPE-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] Configure IPv4 LISP static adjacencies on DUT1 and DUT2. [Ver] Make TG send ICMPv4 Echo Req between its interfaces across both DUTs and LISP GPE tunnel between them; verify IPv4 headers on received packets are correct. [Ref] RFC6830. PASS
TC02: DUT1 and DUT2 route IPv4 bidirectionally over LISP GPE tunnel using physical interfaces and VRF is enabled Case: ip4-lispgpe-ip4 - vrf, phy2lisp [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-LISPGPE-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] Configure IPv4 LISP static adjacencies on DUT1 and DUT2. [Ver] Make TG send ICMPv4 Echo Req between its interfaces across both DUTs and LISP GPE tunnel between them; verify IPv4 headers on received packets are correct. [Ref] RFC6830. PASS

Policer

Policer Ip4

  • IPv4 policer test cases
  • [Top] Network topologies: TG=DUT1 2-node topology with two links between nodes.
  • [Cfg] DUT configuration: On DUT1 configure interfaces IPv4 adresses, and static ARP record on the second interface.
  • [Ver] TG verification: Test packet is sent from TG on the first link to DUT1. Packet is received on TG on the second link from DUT1.
  • [Ref] Applicable standard specifications: RFC2474, RFC2697, RFC2698.
Name Documentation Status
TC01: VPP policer 2R3C Color-aware marks packet [Top] TG=DUT1. [Ref] RFC2474, RFC2698. [Cfg] On DUT1 configure 2R3C color-aware policer on the first interface. [Ver] TG sends IPv4 TCP packet on the first link to DUT1, verify if DUT1 sends correct IPv4 TCP packet with correct DSCP on the second link to TG. PASS
TC02: VPP policer 2R3C Color-blind marks packet [Top] TG=DUT1. [Ref] RFC2474, RFC2698. [Cfg] On DUT1 configure 2R3C color-blind policer on the first interface. [Ver] TG sends IPv4 TCP packet on the first link to DUT1, verify if DUT1 sends correct IPv4 TCP packet with correct DSCP on the second link to TG. PASS
TC03: VPP policer 1R3C Color-aware marks packet [Top] TG=DUT1. [Ref] RFC2474, RFC2697. [Cfg] On DUT1 configure 1R3C color-aware policer on the first interface. [Ver] TG sends IPv4 TCP packet on the first link to DUT1, verify if DUT1 sends correct IPv4 TCP packet with correct DSCP on the second link to TG. PASS
TC04: VPP policer 1R3C Color-blind marks packet [Top] TG=DUT1. [Ref] RFC2474, RFC2697. [Cfg] On DUT1 configure 1R3C color-blind policer on the first interface. [Ver] TG sends IPv4 TCP packet on the first link to DUT1, verify if DUT1 sends correct IPv4 TCP packet with correct DSCP on the second link to TG. PASS

Policer Ip6

  • IPv6 policer test cases
  • [Top] Network topologies: TG=DUT1 2-node topology with two links between nodes.
  • [Cfg] DUT configuration: On DUT1 configure interfaces IPv6 adresses, and static neighbor record on the second interface.
  • [Ver] TG verification: Test packet is sent from TG on the first link to DUT1. Packet is received on TG on the second link from DUT1.
  • [Ref] Applicable standard specifications: RFC2474, RFC2697, RFC2698.
Name Documentation Status
TC01: VPP policer 2R3C Color-aware marks packet [Top] TG=DUT1. [Ref] RFC2474, RFC2698. [Cfg] On DUT1 configure 2R3C color-aware policer on the first interface. [Ver] TG sends IPv6 TCP packet on the first link to DUT1, verify if DUT1 sends correct IPv6 TCP packet with correct DSCP on the second link to TG. PASS
TC02: VPP policer 2R3C Color-blind marks packet [Top] TG=DUT1. [Ref] RFC2474, RFC2698. [Cfg] On DUT1 configure 2R3C color-blind policer on the first interface. [Ver] TG sends IPv6 TCP packet on the first link to DUT1, verify if DUT1 sends correct IPv6 TCP packet with correct DSCP on the second link to TG. PASS
TC03: VPP policer 1R3C Color-aware marks packet [Top] TG=DUT1. [Ref] RFC2474, RFC2697. [Cfg] On DUT1 configure 1R3C color-aware policer on the first interface. [Ver] TG sends IPv6 TCP packet on the first link to DUT1, verify if DUT1 sends correct IPv6 TCP packet with correct DSCP on the second link to TG. PASS
TC04: VPP policer 1R3C Color-blind marks packet [Top] TG=DUT1. [Ref] RFC2474, RFC2697. [Cfg] On DUT1 configure 1R3C color-blind policer on the first interface. [Ver] TG sends IPv6 TCP packet on the first link to DUT1, verify if DUT1 sends correct IPv6 TCP packet with correct DSCP on the second link to TG. PASS

Rpf

Ipv4 Rpf Untagged

  • Source RPF check on IPv4 test cases
  • [Top] Network Topologies: TG - DUT1 - DUT2 - TG with one link between the nodes.
  • [Cfg] DUT configuration: DUT2 is configured with L2 Cross connect. DUT1 is configured with IP source check on link to TG,
  • [Ver] TG verification:Test ICMP Echo Request packets are sent in one direction by TG on link to DUT1 and received on TG link to DUT2. On receive TG verifies if packets which source address is not in routes are dropped.
Name Documentation Status
TC01: VPP source RPF check on IPv4 src-addr [Top] TG-DUT1-DUT2-TG [Cfg] On DUT1 setup IP source check. [Ver] Make TG verify matching packets which source address is not in routes are dropped. PASS
TC02: VPP pass traffic on non-enabled RPF interface [Top] TG-DUT1-DUT2-TG [Cfg] On DUT1 setup IP source check. [Ver] Make TG verify matching packets on non-enabled RPF interface are passed. PASS

Softwire

Lightweight 4Over6

  • Lightweight 4 over 6 test cases LW4o6 is a subset of MAP-E, with per-subscriber rules. It uses the same tunneling mechanism and configuration as MAP-E. It does not use embedded address bits.
  • [Top] Network Topologies: TG=DUT1 2-node topology with two links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-UDP on TG_if1-DUT, Eth-IPv6-IPv4-UDP on TG_if2_DUT.
  • [Cfg] DUT configuration: DUT1 is configured as lwAFTR.
  • [Ver] TG verification: Test UDP ICMP Echo Request in IPv4 are sent to lwAFTR and are verified by TG for correctness their encapsulation in IPv6 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: RFC7596 RFC7597.
Name Documentation Status
TC01: Encapsulate IPv4 into IPv6. IPv6 dst depends on IPv4 and UDP destination [Top] TG=DUT1. [Enc] Eth-IPv4-UDP on TG_if1-DUT, Eth-IPv6-IPv4-UDP on TG_if2_DUT. [Cfg] On DUT1 configure Map domain and Map rule. [Ver] Make TG send non-encapsulated UDP to DUT; verify TG received IPv4oIPv6 encapsulated packet is correct. [Ref] RFC7596 RFC7597 PASS
TC02: Encapsulate IPv4 ICMP into IPv6. IPv6 dst depends on IPv4 addr and ICMP ID [Top] TG=DUT1. [Enc] Eth-IPv4-ICMP(type 0 and 8) on TG_if1-DUT, Eth-IPv6-IPv4-ICMP on TG_if2_DUT. [Cfg] On DUT1 configure Map domain and Map rule. [Ver] Make TG send non-encapsulated ICMP to DUT; verify TG received IPv4oIPv6 encapsulated packet is correct. Checks IPv6 destination based on ICMP Identifier field. [Ref] RFC7596 section 8.1 PASS
TC03: Decapsulate IPv4 UDP from IPv6. [Top] TG=DUT1. [Enc] Eth-IPv6-IPv4-UDP on TG_if2_DUT, Eth-IPv4-UDP on TG_if1-DUT. [Cfg] On DUT1 configure Map domain and Map rule. [Ver] Make TG send encapsulated UDP to DUT; verify TG received IPv4 non-encapsulated packet is correct. [Ref] RFC7596 RFC7597 PASS
TC04: Hairpinning of traffic between two lwB4 [Top] DUT1-TG. [Enc] Eth-IPv6-IPv4-UDP on TG_if2_DUT, Eth-IPv6-IPv4-UDP on TG_if2_DUT. [Cfg] On DUT1 configure Map domain and two Map rules. [Ver] Make TG send encapsulated UDP to DUT; verify TG received encapsulated packet is correct. [Ref] RFC7596 RFC7597 PASS

Tap

Tap Interface

  • Tap Interface Traffic Tests
  • [Top] Network Topologies: TG=DUT1 2-node topology with two links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-ICMPv4 for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 bridge-domain (L2BD) MAC learning enabled; Split Horizon Groups (SHG) are set depending on test case; Namespaces (NM) are set on DUT1 with attached linux-TAP.
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent by TG on link to DUT1; On receipt TG verifies packets for correctness and their IPv4 src-addr, dst-addr, and MAC addresses.
  • [Ref] Applicable standard specifications:
Name Documentation Status
TC01: Tap Interface Simple BD [Top] TG-DUT1-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure two L2BD with two if's for each L2BD with MAC learning and one L2BD joining two linux-TAP interfaces created by VPP located in namespace. [Ver] Packet sent from TG is passed through all L2BD and received back on TG. Then src_ip, dst_ip and MAC are checked. PASS
TC02: Tap Interface IP Ping Without Namespace [Top] TG-DUT1-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure two interface addresses with IPv4 of which one is TAP interface ( dut_to_tg_if and TAP ). and one is linux-TAP. [Ver] Packet sent from TG gets to the destination and ICMP-reply is received on TG. PASS
TC03: Tap Interface IP Ping With Namespace [Top] TG-DUT1-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure two interface addresses with IPv4 of which one is TAP interface ( dut_to_tg_if and TAP ). and one is linux-TAP in namespace. [Ver] Packet sent from TG gets to the destination and ICMP-reply is received on TG. PASS
TC04: Tap Interface BD - Different Split Horizon [Top] TG-DUT1-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure one if into L2BD with MAC learning. Add two TAP interfaces into this L2BD and assign them different SHG. Setup two namespaces and assign two linux-TAP interfaces to it respectively. [Ver] Packet is sent from TG to both linux-TAP interfaces and reply is checked. Ping from First linux-TAP to another should pass. PASS
TC05: Tap Interface BD - Same Split Horizon [Top] TG-DUT1-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] On DUT1 configure one if into L2BD with MAC learning. Add two TAP interfaces into this L2BD and assign them same SHG. Setup two namespaces and assign two linux-TAP interfaces to it respectively. [Ver] Packet is sent from TG to both linux-TAP interfaces and reply is checked. Ping from First linux-TAP to another should fail. PASS
TC06: Tap Interface Modify And Delete [Top] TG-DUT1-TG. [Enc] Eth-IPv4-ICMPv4. [Cfg] Set two TAP interfaces. [Ver] Verify that TAP interface can be modified, deleted, and no other TAP interface is affected. PASS

Vlan

Qinq L2 Xconnect

  • L2 cross-connect with QinQ test cases
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet encapsulations: Eth-dot1ad-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 cross-connect (L2XC) switching with 802.1ad QinQ VLAN tag push and pop.
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2; on receive TG verifies packets for correctness and their IPv4 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: IEEE 802.1ad.
Name Documentation Status
TC01: DUT1 and DUT2 with L2XC and two VLAN push-pop switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1ad-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure L2 cross-connect (L2XC), each with one interface to TG and one Ethernet interface towards the other DUT; each DUT pushes two VLAN tags on packets received from local TG, and popping two VLAN tags on packets transmitted to local TG. [Ver] Make TG send ICMPv4 Echo Req in both directions between two of its interfaces to be switched by DUT1 and DUT2; verify all packets are received. [Ref] IEEE 802.1ad. PASS

Vlan Tag Translate L2 Bridge Domain Ipv4

  • L2 bridge domain with VLAN tag rewrite test cases - IPv4
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet encapsulations: Eth-dot1q-IPv4-ICMPv4 or Eth-dot1ad-IPv4-ICMPv4 on TG-DUT1 and DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2 for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 is configured with bridge domain (L2BD) switching combined with MAC learning enabled and added VLAN sub-interface with VLAN tag rewrite translate-1-1 method of interface towards TG and interface towards DUT2. DUT2 is configured with L2 bridge domain (L2BD) switching between VLAN sub-interface with VLAN tag rewrite pop-1 method of interface towards DUT1 and interface towards TG.
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent from TG on link to DUT1 and received in TG on link form DUT2; on receive TG verifies packets for correctness and their IPv4 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: IEEE 802.1q, IEEE 802.1ad.
Name Documentation Status
TC01: DUT1 and DUT2 with L2BD and VLAN translate-1-1 (DUT1) switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1q-IPv4-ICMPv4 on TG-DUT1 and DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2. [Cfg] On DUT1 configure L2 bridge domain with one interface to DUT2 and one VLAN sub-interface towards TG with VLAN tag rewrite translate-1-1 method; on DUT2 configure L2 bridge domain (L2BD) with one interface to TG and one VLAN sub-interface towards DUT1 with VLAN tag rewrite pop-1 method. [Ver] Make TG send ICMPv4 Echo Req tagged with one Dot1q tag from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q PASS
TC03: DUT1 and DUT2 with L2BD and VLAN translate-1-2 (DUT1) switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1q-IPv4-ICMPv4 on TG-DUT1, Eth-dot1ad-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2. [Cfg] On DUT1 configure L2 bridge domain (L2BD) with one interface to DUT2 and one VLAN sub-interface towards TG with VLAN tag rewrite translate-1-2 method; on DUT2 configure L2 bridge domain (L2BD) with one interface to TG and one Dot1ad sub-interface towards DUT1 with VLAN tag rewrite pop-2 method. [Ver] Make TG send ICMPv4 Echo Req tagged with one Dot1q tag from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q, IEEE 802.1ad PASS
TC07: DUT1 and DUT2 with L2BD and VLAN translate-2-1 (DUT1) switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1ad-IPv4-ICMPv4 on TG-DUT1, Eth-dot1q-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2. [Cfg] On DUT1 configure L2 bridge domain (L2BD) with one interface to DUT2 and one Dot1ad sub-interface towards TG with VLAN tag rewrite translate-2-1 method; on DUT2 configure L2 bridge domain (L2BD) with one interface to TG and one VLAN sub-interface towards DUT1 with VLAN tag rewrite pop-1 method. [Ver] Make TG send ICMPv4 Echo Req tagged with Dot1ad tags from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q, IEEE 802.1ad PASS
TC09: DUT1 and DUT2 with L2BD and VLAN translate-2-2 switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1ad-IPv4-ICMPv4 on TG-DUT1 and on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2. [Cfg] On DUT1 configure L2 bridge domain (L2BD) with one interface to DUT2 and one Dot1ad sub-interface towards TG with VLAN tag rewrite translate-2-2 method; on DUT2 configure L2 bridge domain (L2BD) with one interface to TG and one Dot1ad sub-interface towards DUT1 with VLAN tag rewrite pop-1 tagged with Dot1ad tags from one of its interfaces to another one method. [Ver] Make TG send ICMPv4 Echo Req via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1ad PASS

Vlan Tag Translate L2 Bridge Domain Ipv6

  • L2 bridge domain with VLAN tag rewrite test cases - IPv6
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet encapsulations: Eth-dot1q-IPv6-ICMPv6 or Eth-dot1ad-IPv6-ICMPv6 on TG-DUT1 and DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2 for L2 switching of IPv6.
  • [Cfg] DUT configuration: DUT1 is configured with bridge domain (L2BD) switching combined with MAC learning enabled and added VLAN sub-interface with VLAN tag rewrite translate-1-1 method of interface towards TG and interface towards DUT2. DUT2 is configured with L2 bridge domain (L2BD) switching between VLAN sub-interface with VLAN tag rewrite pop-1 method of interface towards DUT1 and interface towards TG.
  • [Ver] TG verification: Test ICMPv6 Echo Request packets are sent from TG on link to DUT1 and received in TG on link form DUT2; on receive TG verifies packets for correctness and their IPv6 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: IEEE 802.1q, IEEE 802.1ad.
Name Documentation Status
TC01: DUT1 and DUT2 with L2BD and VLAN translate-1-1 (DUT1) switch ICMPv6 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1q-IPv6-ICMPv6 on TG-DUT1 and DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2. [Cfg] On DUT1 configure L2 bridge domain (L2BD) with one interface to DUT2 and one VLAN sub-interface towards TG with VLAN tag rewrite translate-1-1 method; on DUT2 configure L2 bridge domain (L2BD) with one interface to TG and one VLAN sub-interface towards DUT1 with VLAN tag rewrite pop-1 method. [Ver] Make TG send ICMPv6 Echo Req tagged with one Dot1q tag from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q PASS
TC03: DUT1 and DUT2 with L2BD and VLAN translate-1-2 (DUT1) switch ICMPv6 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1q-IPv6-ICMPv6 on TG-DUT1, Eth-dot1ad-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2. [Cfg] On DUT1 configure L2 bridge domain (L2BD) with one interface to DUT2 and one VLAN sub-interface towards TG with VLAN tag rewrite translate-1-2 method; on DUT2 configure L2 bridge domain (L2BD) with one interface to TG and one Dot1ad sub-interface towards DUT1 with VLAN tag rewrite pop-2 method. [Ver] Make TG send ICMPv6 Echo Req tagged with one Dot1q tag from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q, IEEE 802.1ad PASS
TC07: DUT1 and DUT2 with L2BD and VLAN translate-2-1 (DUT1) switch ICMPv6 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1ad-IPv6-ICMPv6 on TG-DUT1, Eth-dot1q-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2. [Cfg] On DUT1 configure L2 bridge domain (L2BD) with one interface to DUT2 and one Dot1ad sub-interface towards TG with VLAN tag rewrite translate-2-1 method; on DUT2 configure L2 bridge domain (L2BD) with one interface to TG and one VLAN sub-interface towards DUT1 with VLAN tag rewrite pop-1 method. [Ver] Make TG send ICMPv6 Echo Req tagged with Dot1ad tags from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q, IEEE 802.1ad PASS
TC09: DUT1 and DUT2 with L2BD and VLAN translate-2-2 switch ICMPv6 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1ad-IPv6-ICMPv6 on TG-DUT1 and on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2. [Cfg] On DUT1 configure L2 bridge domain (L2BD) with one interface to DUT2 and one Dot1ad sub-interface towards TG with VLAN tag rewrite translate-2-2 method; on DUT2 configure L2 bridge domain (L2BD) with one interface to TG and one Dot1ad sub-interface towards DUT1 with VLAN tag rewrite pop-1 tagged with Dot1ad tags from one of its interfaces to another one method. [Ver] Make TG send ICMPv6 Echo Req via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1ad PASS

Vlan Tag Translate L2 Xconnect Ipv4

  • L2 cross-connect with VLAN tag rewrite test cases - IPv4
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet encapsulations: Eth-dot1q-IPv4-ICMPv4 or Eth-dot1ad-IPv4-ICMPv4 on TG-DUT1 and DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2 for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 is configured with L2 cross-connect (L2XC) switching between VLAN sub-interface with VLAN tag rewrite translate-1-1 method of interface towards TG and interface towards DUT2. DUT2 is configured configured with L2 cross-connect (L2XC) switching between VLAN sub-interface with VLAN tag rewrite pop-1 method of interface towards DUT1 and interface towards TG.
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent from TG on link to DUT1 and received in TG on link form DUT2; on receive TG verifies packets for correctness and their IPv4 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: IEEE 802.1q, IEEE 802.1ad.
Name Documentation Status
TC01: DUT1 and DUT2 with L2XC and VLAN translate-1-1 (DUT1) switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1q-IPv4-ICMPv4 on TG-DUT1 and DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2. [Cfg] On DUT1 configure L2 cross-connect (L2XC) with one interface to DUT2 and one VLAN sub-interface towards TG with VLAN tag rewrite translate-1-1 method; on DUT2 configure L2 cross-connect (L2XC) with one interface to TG and one VLAN sub-interface towards DUT1 with VLAN tag rewrite pop-1 method. [Ver] Make TG send ICMPv4 Echo Req tagged with one Dot1q tag from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q PASS
TC03: DUT1 and DUT2 with L2XC and VLAN translate-1-2 (DUT1) switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1q-IPv4-ICMPv4 on TG-DUT1, Eth-dot1ad-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2. [Cfg] On DUT1 configure L2 cross-connect (L2XC) with one interface to DUT2 and one VLAN sub-interface towards TG with VLAN tag rewrite translate-1-2 method; on DUT2 configure L2 cross-connect (L2XC) with one interface to TG and one Dot1ad sub-interface towards DUT1 with VLAN tag rewrite pop-2 method. [Ver] Make TG send ICMPv4 Echo Req tagged with one Dot1q tag from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q, IEEE 802.1ad PASS
TC07: DUT1 and DUT2 with L2XC and VLAN translate-2-1 (DUT1) switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1ad-IPv4-ICMPv4 on TG-DUT1, Eth-dot1q-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2. [Cfg] On DUT1 configure L2 cross-connect (L2XC) with one interface to DUT2 and one Dot1ad sub-interface towards TG with VLAN tag rewrite translate-2-1 method; on DUT2 configure L2 cross-connect (L2XC) with one interface to TG and one VLAN sub-interface towards DUT1 with VLAN tag rewrite pop-1 method. [Ver] Make TG send ICMPv4 Echo Req tagged with Dot1ad tags from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q, IEEE 802.1ad PASS
TC09: DUT1 and DUT2 with L2XC and VLAN translate-2-2 switch ICMPv4 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1ad-IPv4-ICMPv4 on TG-DUT1 and on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUT2. [Cfg] On DUT1 configure L2 cross-connect (L2XC) with one interface to DUT2 and one Dot1ad sub-interface towards TG with VLAN tag rewrite translate-2-2 method; on DUT2 configure L2 cross-connect (L2XC) with one interface to TG and one Dot1ad sub-interface towards DUT1 with VLAN tag rewrite pop-1 tagged with Dot1ad tags from one of its interfaces to another one method. [Ver] Make TG send ICMPv4 Echo Req via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1ad PASS

Vlan Tag Translate L2 Xconnect Ipv6

  • L2 cross-connect with VLAN tag rewrite test cases - IPv6
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet encapsulations: Eth-dot1q-IPv6-ICMPv6 or Eth-dot1ad-IPv6-ICMPv6 on TG-DUT1 and DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2 for L2 switching of IPv6.
  • [Cfg] DUT configuration: DUT1 is configured with L2 cross-connect (L2XC) switching between VLAN sub-interface with VLAN tag rewrite translate-1-1 method of interface towards TG and interface towards DUT2. DUT2 is configured configured with L2 cross-connect (L2XC) switching between VLAN sub-interface with VLAN tag rewrite pop-1 method of interface towards DUT1 and interface towards TG.
  • [Ver] TG verification: Test ICMPv6 Echo Request packets are sent from TG on link to DUT1 and received in TG on link form DUT2; on receive TG verifies packets for correctness and their IPv6 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: IEEE 802.1q, IEEE 802.1ad.
Name Documentation Status
TC01: DUT1 and DUT2 with L2XC and VLAN translate-1-1 (DUT1) switch ICMPv6 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1q-IPv6-ICMPv6 on TG-DUT1 and DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2. [Cfg] On DUT1 configure L2 cross-connect (L2XC) with one interface to DUT2 and one VLAN sub-interface towards TG with VLAN tag rewrite translate-1-1 method; on DUT2 configure L2 cross-connect (L2XC) with one interface to TG and one VLAN sub-interface towards DUT1 with VLAN tag rewrite pop-1 method. [Ver] Make TG send ICMPv6 Echo Req tagegd with one Dot1q tag from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q PASS
TC03: DUT1 and DUT2 with L2XC and VLAN translate-1-2 (DUT1) switch ICMPv6 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1q-IPv6-ICMPv6 on TG-DUT1, Eth-dot1ad-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2. [Cfg] On DUT1 configure L2 cross-connect (L2XC) with one interface to DUT2 and one VLAN sub-interface towards TG with VLAN tag rewrite translate-1-2 method; on DUT2 configure L2 cross-connect (L2XC) with one interface to TG and one Dot1ad sub-interface towards DUT1 with VLAN tag rewrite pop-2 method. [Ver] Make TG send ICMPv6 Echo Req tagegd with one Dot1q tag from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q, IEEE 802.1ad PASS
TC07: DUT1 and DUT2 with L2XC and VLAN translate-2-1 (DUT1) switch ICMPv6 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1ad-IPv6-ICMPv6 on TG-DUT1, Eth-dot1q-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2. [Cfg] On DUT1 configure L2 cross-connect (L2XC) with one interface to DUT2 and one Dot1ad sub-interface towards TG with VLAN tag rewrite translate-2-1 method; on DUT2 configure L2 cross-connect (L2XC) with one interface to TG and one VLAN sub-interface towards DUT1 with VLAN tag rewrite pop-1 method. [Ver] Make TG send ICMPv6 Echo Req tagegd with Dot1ad tags from one of its interfaces to another one via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1q, IEEE 802.1ad PASS
TC09: DUT1 and DUT2 with L2XC and VLAN translate-2-2 switch ICMPv6 between two TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1ad-IPv6-ICMPv6 on TG-DUT1 and on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUT2. [Cfg] On DUT1 configure L2 cross-connect (L2XC) with one interface to DUT2 and one Dot1ad sub-interface towards TG with VLAN tag rewrite translate-2-2 method; on DUT2 configure L2 cross-connect (L2XC) with one interface to TG and one Dot1ad sub-interface towards DUT1 with VLAN tag rewrite pop-1 tagegd with Dot1ad tags from one of its interfaces to another one method. [Ver] Make TG send ICMPv6 Echo Req via DUT1 and DUT2; verify that packet is received. [Ref] IEEE 802.1ad PASS

Vrf

Vrf Tests

  • Vpn routed forwarding - baseline IPv4
  • [Top] Network Topologies: TG=DUT1=DUT2=TG 3-node topology with two links in between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-ICMPv4 for L2 switching of IPv4.
  • [Cfg] DUT configuration:Each DUT is configured with two VRF tables; Separation of traffic is tested by IP packets; Basic ARP and ROUTES are set on DUT nodes; IP addresses are set on DUT interfaces.
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent by TG on link to DUT1, DUT2 or back to TG; On receipt TG verifies packets for correctness and their IPv4 src-addr, dst-addr, and MAC addresses.
  • [Ref] Applicable standard specifications:
Name Documentation Status
TC01: TG packets routed to DUT ingress interface, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv4-ICMPv4. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. On every ingress and egress port on DUT is configured ARP and each DUT is configured with one route. [Ver] Packet is send from TG->DUT1-if1 to DUT1->TG-if1 and from TG->DUT1-if2 to DUT1->TG-if2 and checked if arrived. PASS
TC02: TG packets routed to DUT egress interface, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv4-ICMPv4. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. On every ingress and egress port on DUT is configured ARP and each DUT is configured with one route. [Ver] Packet is send from TG->DUT1-if1 to DUT1->DUT2-if1 and from TG->DUT1-if2 to DUT1->DUT2-if2 and checked if arrived. PASS
TC03: TG packets routed to DUT2 ingress interface through DUT1, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv4-ICMPv4. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. On every ingress and egress port on DUT is configured ARP and each DUT is configured with one route. [Ver] Packet is send from TG->DUT1-if1 to DUT2->DUT1-if1 and from TG->DUT1-if2 to DUT2->DUT1-if2 and checked if arrived. PASS
TC04: TG packets routed to DUT2 egress interface through DUT1, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv4-ICMPv4. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. On every ingress and egress port on DUT is configured ARP and each DUT is configured with one route. [Ver] Packet is send from TG->DUT1-if1 to DUT2->TG-if1 and from TG->DUT1-if2 to DUT2->TG-if2 and checked if arrived. PASS
TC05: TG packets routed to TG through DUT1 and DUT2, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv4-ICMPv4. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. On every ingress and egress port on DUT is configured ARP and each DUT is configured with one route. [Ver] Packet is send from TG->DUT1-if1 to TG->DUT2-if1 and from TG->DUT1-if2 to TG->DUT2-if2 and checked if arrived. PASS

Vrf Tests V6

  • Vpn routed forwarding - baseline IPv6
  • [Top] Network Topologies: TG=DUT1=DUT2=TG 3-node topology with two links in between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6-ICMPv6
  • [Cfg] DUT configuration: Each DUT is configured with two VRF tables; Separation of traffic is tested by IP packets; Neighbors and Routes are set on DUT nodes; IP addresses are set on DUT interfaces.
  • [Ver] TG verification: Test ICMPv6 Echo Request packets are sent by TG on link to DUT1, DUT2 or back to TG; On receipt TG verifies packets for correctness and their IPv6 src-addr, dst-addr, and MAC addresses.
  • [Ref] Applicable standard specifications:
Name Documentation Status
TC01: TG packets routed to DUT ingress interface, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv6-ICMPv6. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. Neighbors are configured for each DUTs ingress/egress ports, and each VRF is configured with just one route. [Ver] Packet is sent from TG->DUT1-if1 to DUT1->TG-if1 and from TG->DUT1-if2 to DUT1->TG-if2 and checked if arrived. PASS
TC02: TG packets routed to DUT egress interface, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv6-ICMPv6. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. Neighbors are configured for each DUTs ingress/egress ports, and each VRF is configured with just one route. [Ver] Packet is sent from TG->DUT1-if1 to DUT1->DUT2-if1 and from TG->DUT1-if2 to DUT1->DUT2-if2 and checked if arrived. PASS
TC03: TG packets routed to DUT2 ingress interface through DUT1, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv6-ICMPv6. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. Neighbors are configured for each DUTs ingress/egress ports, and each VRF is configured with just one route. [Ver] Packet is sent from TG->DUT1-if1 to DUT2->DUT1-if1 and from TG->DUT1-if2 to DUT2->DUT1-if2 and checked if arrived. PASS
TC04: TG packets routed to DUT2 egress interface through DUT1, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv6-ICMPv6. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. Neighbors are configured for each DUTs ingress/egress ports, and each VRF is configured with just one route. [Ver] Packet is sent from TG->DUT1-if1 to DUT2->TG-if1 and from TG->DUT1-if2 to DUT2->TG-if2 and checked if arrived. PASS
TC05: TG packets routed to TG through DUT1 and DUT2, VPP configured with two VRFs [Top] TG=DUT1=DUT2=TG [Enc] Eth-IPv6-ICMPv6. [Cfg] DUT1 and DUT2 are both configured with two fib tables. Each table is assigned to 2 interfaces to separate the traffic. Interfaces are configured with IP addresses from *Variables*. Neighbors are configured for each DUTs ingress/egress ports, and each VRF is configured with just one route. [Ver] Packet is sent from TG->DUT1-if1 to TG->DUT2-if1 and from TG->DUT1-if2 to TG->DUT2-if2 and checked if arrived. PASS

Vxlan

Vxlan Bd Dot1Q

  • RFC7348 VXLAN: Bridge-domain with VXLAN over VLAN test cases
  • [Top] Network topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet encapsulations: Eth-dot1q-IPv4-VXLAN-Eth-IPv4-ICMPv4 on DUT1-DUT2, Eth-dot1q-IPv4-ICMPv4 on TG-DUTn for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 bridge-domain (L2BD) switching combined with static MACs, MAC learning enabled and Split Horizon Groups (SHG) depending on test case; VXLAN tunnels are configured between L2BDs on DUT1 and DUT2.
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2; on receive TG verifies packets for correctness and their IPv4 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: RFC7348.
Name Documentation Status
TC01: DUT1 and DUT2 with L2BD and VXLANoIPv4oVLAN tunnels switch ICMPv4 between TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-dot1q-IPv4-VXLAN-Eth-IPv4-ICMPv4 on DUT1-DUT2; Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure L2 bridge-domain (MAC learning enabled), each with one interface to TG and one VXLAN tunnel interface towards the other DUT over VLAN sub-interface. [Ver] Make TG send ICMPv4 Echo Req between two of its interfaces, verify all packets are received. [Ref] RFC7348. PASS

Vxlan Bd Untagged

  • RFC7348 VXLAN: Bridge-domain with VXLAN test cases
  • [Top] Network topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes; TG=DUT1=DUT2=TG 3-node circular topology with double parallel links.
  • [Enc] Packet encapsulations: Eth-IPv4-VXLAN-Eth-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn for L2 switching of IPv4; Eth-IPv6-VXLAN-Eth-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUTn for L2 switching of IPv6.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 bridge-domain (L2BD) switching combined with static MACs, MAC learning enabled and Split Horizon Groups (SHG) depending on test case; VXLAN tunnels are configured between L2BDs on DUT1 and DUT2.
  • [Ver] TG verification: Test ICMPv4 (or ICMPv6) Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2; on receive TG verifies packets for correctness and their IPv4 (IPv6) src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: RFC7348.
Name Documentation Status
TC01: DUT1 and DUT2 with L2BD and VXLANoIPv4 tunnels switch ICMPv4 between TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-VXLAN-Eth-IPv4-ICMPv4 on DUT1-DUT2; Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure two i/fs into L2BD with MAC learning. [Ver] Make TG verify ICMPv4 Echo Req pkts are switched thru DUT1 and DUT2 in both directions and are correct on receive. [Ref] RFC7348. PASS
TC02: DUT1 and DUT2 with L2BD and VXLANoIPv4 tunnels in SHG switch ICMPv4 between TG links [Top] TG=DUT1=DUT2=TG. [Enc] Eth-IPv4-VXLAN-Eth-IPv4-ICMPv4 on DUT1-DUT2; Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] On DUT1 configure L2 bridge-domain (MAC learning enabled) with two untagged interfaces to TG and two VXLAN interfaces towards the DUT2 and put both VXLAN interfaces into the same Split-Horizon-Group (SHG). On DUT2 configure two L2 bridge-domain (MAC learning enabled), each with one untagged interface to TG and one VXLAN interface towards the DUT1. [Ver] Make TG send ICMPv4 Echo Reqs between all four of its interfaces to be switched by DUT1 and DUT2; verify packets are not switched between TG interfaces connected to DUT2 that are isolated by SHG on DUT1. [Ref] RFC7348. PASS
TC03: DUT1 and DUT2 with L2BD and VXLANoIPv4 tunnels in different SHGs switch ICMPv4 between TG links [Top] TG=DUT1=DUT2=TG.[Enc] Eth-IPv4-VXLAN-Eth-IPv4-ICMPv4 on DUT1-DUT2; Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] On DUT1 configure L2 bridge-domain (MAC learning enabled) with two untagged interfaces to TG and two VXLAN interfaces towards the DUT2 and put both VXLAN interfaces into the different Split-Horizon-Group (SHGs). On DUT2 configure two L2 bridge-domain (MAC learning enabled), each with one untagged interface to TG and one VXLAN interface towards the DUT1. [Ver] Make TG send ICMPv4 Echo Req between all four of its interfaces to be switched by DUT1 and DUT2; verify packets are switched between all TG interfaces. [Ref] RFC7348. PASS
TC04: DUT1 and DUT2 with L2BD and VXLANoIPv6 tunnels switch ICMPv6 between TG links [Top] TG=DUT1=DUT2=TG.[Enc] Eth-IPv6-VXLAN-Eth-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure L2 bridge-domain (MAC learning enabled), each with one interface to TG and one VXLAN tunnel interface towards the other DUT. [Ver] Make TG send ICMPv6 Echo Req between two of its interfaces to be switched by DUT1 and DUT2; verify all packets are received. [Ref] RFC7348. PASS
TC05: DUT1 and DUT2 with L2BD and VXLANoIPv6 tunnels in SHG switch ICMPv6 between TG links [Top] TG=DUT1=DUT2=TG. [Enc] Eth-IPv6-VXLAN-Eth-IPv6-ICMPv6 on DUT1-DUT2; Eth-IPv6-ICMPv6 on TG-DUTn. [Cfg] On DUT1 configure L2 bridge-domain (MAC learning enabled) with two untagged interfaces to TG and two VXLAN interfaces towards the DUT2 and put both VXLAN interfaces into the same Split-Horizon-Group (SHG). On DUT2 configure two L2 bridge-domain (MAC learning enabled), each with one untagged interface to TG and one VXLAN interface towards the DUT1. [Ver] Make TG send ICMPv6 Echo Reqs between all four of its interfaces to be switched by DUT1 and DUT2; verify packets are not switched between TG interfaces connected to DUT2 that are isolated by SHG on DUT1. [Ref] RFC7348. PASS
TC06: DUT1 and DUT2 with L2BD and VXLANoIPv6 tunnels in different SHGs switch ICMPv6 between TG links [Top] TG=DUT1=DUT2=TG.[Enc] Eth-IPv6-VXLAN-Eth-IPv6-ICMPv6 on DUT1-DUT2; Eth-IPv6-ICMPv6 on TG-DUTn. [Cfg] On DUT1 configure L2 bridge-domain (MAC learning enabled) with two untagged interfaces to TG and two VXLAN interfaces towards the DUT2 and put both VXLAN interfaces into the different Split-Horizon-Group (SHGs). On DUT2 configure two L2 bridge-domain (MAC learning enabled), each with one untagged interface to TG and one VXLAN interface towards the DUT1. [Ver] Make TG send ICMPv6 Echo Req between all four of its interfaces to be switched by DUT1 and DUT2; verify packets are switched between all TG interfaces. [Ref] RFC7348. PASS

Vxlan Xconnect Untagged

  • RFC7348 VXLAN: L2 cross-connect with VXLAN test cases
  • [Top] Network topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet encapsulations: Eth-IPv4-VXLAN-Eth-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 cross-connect (L2XC) switching; VXLAN tunnels are configured between L2XCs on DUT1 and DUT2.
  • [Ver] TG verification: Test ICMPv4 Echo Request packets are sent in both directions by TG on links to DUT1 and DUT2; on receive TG verifies packets for correctness and their IPv4 src-addr, dst-addr and MAC addresses.
  • [Ref] Applicable standard specifications: RFC7348.
Name Documentation Status
TC01: DUT1 and DUT2 with L2XC and VXLANoIPv4 tunnels switch ICMPv4 between TG links [Top] TG-DUT1-DUT2-TG. [Enc] Eth-IPv4-VXLAN-Eth-IPv4-ICMPv4 on [Ref] RFC7348.DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn. [Cfg] On DUT1 and DUT2 configure L2 cross-connect (L2XC), each with one interface to TG and one VXLAN tunnel interface towards the other DUT. [Ver] Make TG send ICMPv4 Echo Req between two of its interfaces; verify all packets are received. [Ref] RFC7348. PASS

Performance Tests - Results

CSIT VPP DUT performance test results in this report have been generated from Robot Framework output log of LF Jenkins Job csit-vpp-perf-1609-all and post processed into wiki format. Original RF report source files are available at Jenkins Job csit-vpp-perf-1609-all: log.html, output.xml, report.html. In addition VPP DUT performance trending graphs have been posted from LF Jenkins Job csit-vpp-perf-1609-all.

Long Performance Tests - NDR and PDR Search

Long Bridge Domain Intel-X520-DA2
  • RFC2544: Pkt throughput L2BD 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 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 bridge- domain and MAC learning enabled. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7821428 pps (2x 3910714 pps) BANDWIDTH: 5.255 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/23/67),(10/24/87) LAT_10%NDR:(10/20/69),(10/19/43)

PASS
TC02: 64B PDR binary search - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 7821428 pps (2x 3910714 pps) BANDWIDTH: 5.255 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/124),(20/28/123) LAT_10%NDR:(20/26/78),(20/27/75)

PASS
TC04: 1518B PDR binary search - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/170),(50/64/168) LAT_10%NDR:(50/58/119),(50/61/74)

PASS
TC06: 9000B PDR binary search - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT L2BD - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 16366666 pps (2x 8183333 pps) BANDWIDTH: 10.998 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/28/78),(10/28/78) LAT_10%NDR:(10/19/77),(10/18/73)

PASS
TC08: 64B PDR binary search - DUT L2BD - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 16597618 pps (2x 8298809 pps) BANDWIDTH: 11.153 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT L2BD - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/107),(10/26/71) LAT_10%NDR:(20/27/101),(10/26/57)

PASS
TC10: 1518B PDR binary search - DUT L2BD - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT L2BD - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/102),(50/66/120) LAT_10%NDR:(50/58/114),(50/61/101)

PASS
TC12: 9000B PDR binary search - DUT L2BD - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT L2BD - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/18/43),(10/18/38) LAT_10%NDR:(10/17/75),(10/17/79)

PASS
TC14: 64B PDR binary search - DUT L2BD - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 23988094 pps (2x 11994047 pps) BANDWIDTH: 16.119 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT L2BD - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/94),(20/27/92) LAT_10%NDR:(20/25/76),(20/24/60)

PASS
TC16: 1518B PDR binary search - DUT L2BD - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT L2BD - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/134),(50/65/126) LAT_10%NDR:(50/60/95),(50/61/79)

PASS
TC18: 9000B PDR binary search - DUT L2BD - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC19: IMIX_v4_1 NDR binary search - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 100kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 6687472 pps (2x 3343736 pps) BANDWIDTH: 19.999 Gbps (untagged) PASS
TC20: IMIX_v4_1 PDR binary search - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 100kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 6687472 pps (2x 3343736 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long Bridge Domain Vhost Intel-X520-DA2
  • RFC2544: Pkt throughput L2BD test cases with vhost
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 bridge- domain and MAC learning enabled. Qemu Guest is connected to VPP via vhost-user interfaces. Guest is running DPDK testpmd interconnecting vhost-user interfaces using 3 cores pinned to cpus 5,6,7 and 2048M memory. Testpmd is using socket-mem=1024M (512x2M hugepages), 3 cores (1 main core and 2 cores dedicated for io), forwarding mode is set to io, rxq/txq=2048, burst=64. DUT1, DUT2 are tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT L2BD-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 426627 pps (2x 213313 pps) BANDWIDTH: 0.286 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/618),(10/26/593) LAT_10%NDR:(10/23/340),(10/22/350)

PASS
TC02: 64B PDR binary search - DUT L2BD-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 2082182 pps (2x 1041091 pps) BANDWIDTH: 1.399 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT L2BD-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 396285 pps (2x 198142 pps) BANDWIDTH: 4.875 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/31/360),(20/35/116) LAT_10%NDR:(20/31/319),(20/30/91)

PASS
TC04: 1518B PDR binary search - DUT L2BD-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1224114 pps (2x 612057 pps) BANDWIDTH: 15.061 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: IMIX_v4_1 NDR binary search - DUT L2BD-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 309964 pps (2x 154982 pps) BANDWIDTH: 0.927 Gbps (untagged) PASS
TC06: IMIX_v4_1 PDR binary search - DUT L2BD-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 1692409 pps (2x 846204 pps) BANDWIDTH: 5.061 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT L2BD-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 978479 pps (2x 489239 pps) BANDWIDTH: 0.657 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/27/348),(10/25/96) LAT_10%NDR:(10/22/334),(10/21/82)

PASS
TC08: 64B PDR binary search - DUT L2BD-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 3011617 pps (2x 1505808 pps) BANDWIDTH: 2.023 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT L2BD-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 772571 pps (2x 386285 pps) BANDWIDTH: 9.505 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/34/372),(20/37/145) LAT_10%NDR:(20/29/326),(20/31/91)

PASS
TC10: 1518B PDR binary search - DUT L2BD-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: IMIX_v4_1 NDR binary search - DUT L2BD-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 492551 pps (2x 246275 pps) BANDWIDTH: 1.473 Gbps (untagged) PASS
TC12: IMIX_v4_1 PDR binary search - DUT L2BD-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 3309610 pps (2x 1654805 pps) BANDWIDTH: 9.897 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT L2BD-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 397582 pps (2x 198791 pps) BANDWIDTH: 0.267 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/23/331),(10/22/86) LAT_10%NDR:(10/23/333),(10/19/67)

PASS
TC14: 64B PDR binary search - DUT L2BD-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 4667172 pps (2x 2333586 pps) BANDWIDTH: 3.136 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT L2BD-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 396285 pps (2x 198142 pps) BANDWIDTH: 4.875 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/31/77),(20/33/402) LAT_10%NDR:(20/30/89),(20/30/340)

PASS
TC16: 1518B PDR binary search - DUT L2BD-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: IMIX_v4_1 NDR binary search - DUT L2BD-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 1170732 pps (2x 585366 pps) BANDWIDTH: 3.501 Gbps (untagged) PASS
TC18: IMIX_v4_1 PDR binary search - DUT L2BD-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 3909539 pps (2x 1954769 pps) BANDWIDTH: 11.692 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC19: 64B NDR binary search - DUT L2BD-DPDK-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 368537 pps (2x 184268 pps) BANDWIDTH: 0.247 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/28/363),(10/27/358) LAT_10%NDR:(10/22/337),(10/22/358)

PASS
TC20: 64B PDR binary search - DUT L2BD-DPDK-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 2082182 pps (2x 1041091 pps) BANDWIDTH: 1.399 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv4 Cop Intel-X520-DA2
  • RFC2544: Pkt throughput 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: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT IPv4 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7128571 pps (2x 3564285 pps) BANDWIDTH: 4.790 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/28/144),(10/28/174) LAT_10%NDR:(10/20/56),(10/17/68)

PASS
TC02: 64B PDR binary search - DUT IPv4 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 7128571 pps (2x 3564285 pps) BANDWIDTH: 4.790 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv4 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/29/125),(10/28/81) LAT_10%NDR:(20/25/127),(10/24/155)

PASS
TC04: 1518B PDR binary search - DUT IPv4 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv4 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/126),(50/64/158) LAT_10%NDR:(50/61/126),(50/61/117)

PASS
TC06: 9000B PDR binary search - DUT IPv4 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT IPv4 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 13826190 pps (2x 6913095 pps) BANDWIDTH: 9.291 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/21/102),(10/22/47) LAT_10%NDR:(10/18/65),(10/16/47)

PASS
TC08: 64B PDR binary search - DUT IPv4 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 13826190 pps (2x 6913095 pps) BANDWIDTH: 9.291 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv4 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/144),(10/26/111) LAT_10%NDR:(10/26/88),(10/25/83)

PASS
TC10: 1518B PDR binary search - DUT IPv4 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv4 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/193),(50/65/151) LAT_10%NDR:(50/60/114),(50/58/109)

PASS
TC12: 9000B PDR binary search - DUT IPv4 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT IPv4 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/20/141),(10/20/94) LAT_10%NDR:(10/19/75),(10/18/41)

PASS
TC14: 64B PDR binary search - DUT IPv4 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv4 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/59),(10/26/94) LAT_10%NDR:(10/24/75),(10/26/65)

PASS
TC16: 1518B PDR binary search - DUT IPv4 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv4 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/31/112),(50/32/131) LAT_10%NDR:(50/61/111),(50/60/106)

PASS
TC18: 9000B PDR binary search - DUT IPv4 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv4 Fib 200k Intel-X520-DA2
  • RFC2544: Pkt throughput 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: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 100k 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. Incrementing of IP.dst (IPv4 destination address) field is applied to both streams.
  • [Ref] Applicable standard specifications: RFC2544.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT IPv4 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 8514285 pps (2x 4257142 pps) BANDWIDTH: 5.721 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/20/76),(10/20/83) LAT_10%NDR:(10/19/46),(10/19/64)

PASS
TC02: 64B PDR binary search - DUT IPv4 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 8514285 pps (2x 4257142 pps) BANDWIDTH: 5.721 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv4 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/27/133),(10/28/132) LAT_10%NDR:(10/25/45),(10/24/67)

PASS
TC04: 1518B PDR binary search - DUT IPv4 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv4 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/62/159),(50/63/154) LAT_10%NDR:(50/60/91),(50/60/114)

PASS
TC06: 9000B PDR binary search - DUT IPv4 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT IPv4 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 17983332 pps (2x 8991666 pps) BANDWIDTH: 12.084 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/23/50),(10/23/51) LAT_10%NDR:(10/19/65),(10/18/67)

PASS
TC08: 64B PDR binary search - DUT IPv4 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 18214285 pps (2x 9107142 pps) BANDWIDTH: 12.239 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv4 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/120),(10/27/154) LAT_10%NDR:(10/25/82),(10/26/96)

PASS
TC10: 1518B PDR binary search - DUT IPv4 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv4 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/184),(50/63/129) LAT_10%NDR:(50/60/153),(50/60/100)

PASS
TC12: 9000B PDR binary search - DUT IPv4 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT IPv4 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/18/41),(10/18/35) LAT_10%NDR:(10/18/37),(10/17/59)

PASS
TC14: 64B PDR binary search - DUT IPv4 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv4 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/27/167),(10/26/71) LAT_10%NDR:(10/25/75),(10/23/53)

PASS
TC16: 1518B PDR binary search - DUT IPv4 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv4 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/117),(50/64/116) LAT_10%NDR:(50/60/109),(50/59/105)

PASS
TC18: 9000B PDR binary search - DUT IPv4 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv4 Fib 20k Intel-X520-DA2
  • RFC2544: Pkt throughput 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 2x10k static IPv4 /32 route entries. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 10k 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. Incrementing of IP.dst (IPv4 destination address) field is applied to both streams.
  • [Ref] Applicable standard specifications: RFC2544.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT IPv4 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 8514285 pps (2x 4257142 pps) BANDWIDTH: 5.721 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/167),(10/26/167) LAT_10%NDR:(10/20/64),(10/19/46)

PASS
TC02: 64B PDR binary search - DUT IPv4 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 8514285 pps (2x 4257142 pps) BANDWIDTH: 5.721 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv4 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/27/150),(10/27/144) LAT_10%NDR:(10/25/125),(10/23/93)

PASS
TC04: 1518B PDR binary search - DUT IPv4 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv4 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/667),(50/65/631) LAT_10%NDR:(50/57/108),(50/61/98)

PASS
TC06: 9000B PDR binary search - DUT IPv4 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT IPv4 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 17983332 pps (2x 8991666 pps) BANDWIDTH: 12.084 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/20/62),(10/27/53) LAT_10%NDR:(10/18/36),(10/19/55)

PASS
TC08: 64B PDR binary search - DUT IPv4 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 18214285 pps (2x 9107142 pps) BANDWIDTH: 12.239 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv4 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/87),(10/26/52) LAT_10%NDR:(10/25/107),(10/23/78)

PASS
TC10: 1518B PDR binary search - DUT IPv4 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv4 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/130),(50/63/181) LAT_10%NDR:(50/59/77),(50/60/100)

PASS
TC12: 9000B PDR binary search - DUT IPv4 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT IPv4 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/17/35),(10/17/41) LAT_10%NDR:(10/18/86),(10/17/27)

PASS
TC14: 64B PDR binary search - DUT IPv4 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv4 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/95),(10/25/101) LAT_10%NDR:(10/25/671),(10/26/633)

PASS
TC16: 1518B PDR binary search - DUT IPv4 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv4 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/683),(50/64/652) LAT_10%NDR:(50/60/92),(50/60/90)

PASS
TC18: 9000B PDR binary search - DUT IPv4 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv4 Fib 2M Intel-X520-DA2
  • RFC2544: Pkt throughput 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 2x1M static IPv4 /32 route entries. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 1M 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. Incrementing of IP.dst (IPv4 destination address) field is applied to both streams.
  • [Ref] Applicable standard specifications: RFC2544.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT IPv4 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 8514285 pps (2x 4257142 pps) BANDWIDTH: 5.721 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/9/64),(10/10/59) LAT_10%NDR:(10/19/67),(10/18/48)

PASS
TC02: 64B PDR binary search - DUT IPv4 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 8283333 pps (2x 4141666 pps) BANDWIDTH: 5.566 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv4 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/157),(10/27/126) LAT_10%NDR:(10/25/56),(10/25/58)

PASS
TC04: 1518B PDR binary search - DUT IPv4 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv4 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/168),(50/65/183) LAT_10%NDR:(50/57/109),(50/60/112)

PASS
TC06: 9000B PDR binary search - DUT IPv4 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT IPv4 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 17983332 pps (2x 8991666 pps) BANDWIDTH: 12.084 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/17/61),(10/21/72) LAT_10%NDR:(10/19/37),(10/18/99)

PASS
TC08: 64B PDR binary search - DUT IPv4 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 18214285 pps (2x 9107142 pps) BANDWIDTH: 12.239 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv4 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/27/112),(10/26/57) LAT_10%NDR:(10/26/104),(10/26/61)

PASS
TC10: 1518B PDR binary search - DUT IPv4 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv4 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/62/120),(50/65/149) LAT_10%NDR:(50/60/113),(50/60/103)

PASS
TC12: 9000B PDR binary search - DUT IPv4 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT IPv4 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/17/48),(10/17/45) LAT_10%NDR:(10/17/123),(10/16/70)

PASS
TC14: 64B PDR binary search - DUT IPv4 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv4 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/152),(10/27/97) LAT_10%NDR:(10/25/80),(10/26/70)

PASS
TC16: 1518B PDR binary search - DUT IPv4 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv4 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/61/145),(50/65/126) LAT_10%NDR:(50/60/95),(50/60/96)

PASS
TC18: 9000B PDR binary search - DUT IPv4 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv4 iAcl Intel-X520-DA2
  • RFC2544: Pkt throughput 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: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT IPv4 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 6897618 pps (2x 3448809 pps) BANDWIDTH: 4.635 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/148),(10/27/111) LAT_10%NDR:(10/19/52),(10/18/114)

PASS
TC02: 64B PDR binary search - DUT IPv4 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 7128571 pps (2x 3564285 pps) BANDWIDTH: 4.790 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv4 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/29/141),(10/27/140) LAT_10%NDR:(20/26/81),(10/26/108)

PASS
TC04: 1518B PDR binary search - DUT IPv4 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv4 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/160),(50/64/154) LAT_10%NDR:(50/57/152),(50/61/148)

PASS
TC06: 9000B PDR binary search - DUT IPv4 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT IPv4 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 12902380 pps (2x 6451190 pps) BANDWIDTH: 8.670 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/22/99),(10/22/148) LAT_10%NDR:(10/18/74),(10/18/54)

PASS
TC08: 64B PDR binary search - DUT IPv4 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 13133333 pps (2x 6566666 pps) BANDWIDTH: 8.825 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv4 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/25/74),(10/25/164) LAT_10%NDR:(10/25/63),(10/25/83)

PASS
TC10: 1518B PDR binary search - DUT IPv4 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv4 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/191),(50/65/124) LAT_10%NDR:(50/61/175),(50/61/96)

PASS
TC12: 9000B PDR binary search - DUT IPv4 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT IPv4 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 23526189 pps (2x 11763094 pps) BANDWIDTH: 15.809 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/18/36),(10/18/36) LAT_10%NDR:(10/9/115),(10/9/55)

PASS
TC14: 64B PDR binary search - DUT IPv4 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 23526189 pps (2x 11763094 pps) BANDWIDTH: 15.809 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv4 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/25/76),(10/26/89) LAT_10%NDR:(10/13/61),(10/11/80)

PASS
TC16: 1518B PDR binary search - DUT IPv4 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv4 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/174),(50/63/140) LAT_10%NDR:(50/57/116),(50/60/92)

PASS
TC18: 9000B PDR binary search - DUT IPv4 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv4 Intel-X520-DA2
  • RFC2544: Pkt throughput 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 X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 8745237 pps (2x 4372618 pps) BANDWIDTH: 5.876 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/19/164),(10/34/144) LAT_10%NDR:(10/18/88),(10/18/72)

PASS
TC02: 64B PDR binary search - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 8745237 pps (2x 4372618 pps) BANDWIDTH: 5.876 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/27/149),(10/27/131) LAT_10%NDR:(10/25/73),(10/26/126)

PASS
TC04: 1518B PDR binary search - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/121),(50/65/126) LAT_10%NDR:(50/61/119),(50/60/73)

PASS
TC06: 9000B PDR binary search - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT IPv4 - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 18214285 pps (2x 9107142 pps) BANDWIDTH: 12.239 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/11/79),(10/15/166) LAT_10%NDR:(10/18/40),(10/19/66)

PASS
TC08: 64B PDR binary search - DUT IPv4 - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 18214285 pps (2x 9107142 pps) BANDWIDTH: 12.239 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv4 - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/96),(10/26/125) LAT_10%NDR:(10/25/91),(10/25/93)

PASS
TC10: 1518B PDR binary search - DUT IPv4 - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv4 - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/170),(50/65/189) LAT_10%NDR:(50/57/102),(50/60/85)

PASS
TC12: 9000B PDR binary search - DUT IPv4 - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT IPv4 - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/18/662),(10/17/633) LAT_10%NDR:(10/18/74),(10/17/49)

PASS
TC14: 64B PDR binary search - DUT IPv4 - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv4 - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/71),(10/26/96) LAT_10%NDR:(10/25/37),(10/24/47)

PASS
TC16: 1518B PDR binary search - DUT IPv4 - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv4 - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/101),(50/64/112) LAT_10%NDR:(50/57/110),(50/60/109)

PASS
TC18: 9000B PDR binary search - DUT IPv4 - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC19: IMIX_v4_1 NDR binary search - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 100kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 6687472 pps (2x 3343736 pps) BANDWIDTH: 19.999 Gbps (untagged) PASS
TC20: IMIX_v4_1 PDR binary search - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 100kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 6687472 pps (2x 3343736 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv4 Policer Intel-X520-DA2
  • RFC2544: Pkt throughput 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: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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 generated payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544, RFC2698.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT IPv4 2r3c-ca policer - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 6897618 pps (2x 3448809 pps) BANDWIDTH: 4.635 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/24/87),(10/25/172) LAT_10%NDR:(10/20/50),(10/17/34)

PASS
TC02: 64B PDR binary search - DUT IPv4 2r3c-ca policer - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 7128571 pps (2x 3564285 pps) BANDWIDTH: 4.790 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv4 2r3c-ca policer - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/30/164),(10/30/164) LAT_10%NDR:(20/13/112),(10/12/118)

PASS
TC04: 1518B PDR binary search - DUT IPv4 2r3c-ca policer - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv4 2r3c-ca policer - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and policer 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/157),(50/62/138) LAT_10%NDR:(50/61/142),(50/60/111)

PASS
TC06: 9000B PDR binary search - DUT IPv4 2r3c-ca policer - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing and policer config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT IPv4 2r3c-ca policer - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 12671428 pps (2x 6335714 pps) BANDWIDTH: 8.515 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/22/98),(10/22/157) LAT_10%NDR:(10/18/39),(10/18/68)

PASS
TC08: 64B PDR binary search - DUT IPv4 2r3c-ca policer - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 12671428 pps (2x 6335714 pps) BANDWIDTH: 8.515 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv4 2r3c-ca policer - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/27/76),(10/26/119) LAT_10%NDR:(10/26/65),(10/23/55)

PASS
TC10: 1518B PDR binary search - DUT IPv4 2r3c-ca policer - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv4 2r3c-ca policer - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and policer 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/62/221),(50/64/128) LAT_10%NDR:(50/57/101),(50/60/156)

PASS
TC12: 9000B PDR binary search - DUT IPv4 2r3c-ca policer - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing and policer config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT IPv4 2r3c-ca policer - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 22140475 pps (2x 11070237 pps) BANDWIDTH: 14.878 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/20/77),(10/21/101) LAT_10%NDR:(10/18/34),(10/17/82)

PASS
TC14: 64B PDR binary search - DUT IPv4 2r3c-ca policer - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 17521428 pps (2x 8760714 pps) BANDWIDTH: 11.774 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv4 2r3c-ca policer - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/12/91),(20/12/106) LAT_10%NDR:(10/25/42),(10/26/76)

PASS
TC16: 1518B PDR binary search - DUT IPv4 2r3c-ca policer - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv4 2r3c-ca policer - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/62/115),(50/65/118) LAT_10%NDR:(50/57/124),(50/57/97)

PASS
TC18: 9000B PDR binary search - DUT IPv4 2r3c-ca policer - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and policer config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv4 Vhost Intel-X520-DA2
  • RFC2544: Pkt throughput IPv4 test cases with vhost
  • [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. Qemu Guest is connected to VPP via vhost-user interfaces. Guest is running DPDK testpmd interconnecting vhost-user interfaces using 3 cores pinned to cpus 5,6,7 and 2048M memory. Testpmd is using socket-mem=1024M (512x2M hugepages), 3 cores (1 main core and 2 cores dedicated for io), forwarding mode is set to mac, rxq/txq=2048, burst=64. DUT1, DUT2 are tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT IPv4-VHOST - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 339493 pps (2x 169746 pps) BANDWIDTH: 0.228 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/23/78),(10/23/354) LAT_10%NDR:(10/23/46),(10/22/353)

PASS
TC02: 64B PDR binary search - DUT IPv4-VHOST - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1995048 pps (2x 997524 pps) BANDWIDTH: 1.340 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv4-VHOST - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 446457 pps (2x 223228 pps) BANDWIDTH: 5.493 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/36/463),(20/37/152) LAT_10%NDR:(20/30/402),(20/31/60)

PASS
TC04: 1518B PDR binary search - DUT IPv4-VHOST - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1199028 pps (2x 599514 pps) BANDWIDTH: 14.752 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: IMIX_v4_1 NDR binary search - DUT IPv4-VHOST - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 257796 pps (2x 128898 pps) BANDWIDTH: 0.770 Gbps (untagged) PASS
TC06: IMIX_v4_1 PDR binary search - DUT IPv4-VHOST - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 1248984 pps (2x 624492 pps) BANDWIDTH: 3.735 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT IPv4-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 455672 pps (2x 227836 pps) BANDWIDTH: 0.306 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/24/97),(10/25/347) LAT_10%NDR:(10/21/164),(10/23/352)

PASS
TC08: 64B PDR binary search - DUT IPv4-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 3708693 pps (2x 1854346 pps) BANDWIDTH: 2.492 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv4-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 396285 pps (2x 198142 pps) BANDWIDTH: 4.875 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/33/377),(20/34/98) LAT_10%NDR:(20/30/340),(20/31/84)

PASS
TC10: 1518B PDR binary search - DUT IPv4-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: IMIX_v4_1 NDR binary search - DUT IPv4-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 414300 pps (2x 207150 pps) BANDWIDTH: 1.239 Gbps (untagged) PASS
TC12: IMIX_v4_1 PDR binary search - DUT IPv4-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 3557407 pps (2x 1778703 pps) BANDWIDTH: 10.639 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT IPv4-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 426627 pps (2x 213313 pps) BANDWIDTH: 0.286 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/23/71),(10/22/74) LAT_10%NDR:(10/22/189),(10/19/52)

PASS
TC14: 64B PDR binary search - DUT IPv4-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 4086275 pps (2x 2043137 pps) BANDWIDTH: 2.745 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv4-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 371200 pps (2x 185600 pps) BANDWIDTH: 4.567 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/32/356),(20/32/364) LAT_10%NDR:(20/27/383),(20/31/331)

PASS
TC16: 1518B PDR binary search - DUT IPv4-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: IMIX_v4_1 NDR binary search - DUT IPv4-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 857725 pps (2x 428862 pps) BANDWIDTH: 2.565 Gbps (untagged) PASS
TC18: IMIX_v4_1 PDR binary search - DUT IPv4-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 3622616 pps (2x 1811308 pps) BANDWIDTH: 10.834 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv6 Cop Intel-X520-DA2
  • RFC2544: Pkt throughput IPv6 whitelist test cases
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with IPv6 routing, two static IPv6 /64 routes and IPv6 COP security whitelist ingress /64 filter entries applied on links TG - DUT1 and DUT2 - TG. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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 static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name Documentation Message Status
TC01: 78B NDR binary search - DUT IPv6 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 6132079 pps (2x 3066039 pps) BANDWIDTH: 4.807 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/75),(10/25/74) LAT_10%NDR:(10/20/46),(10/16/87)

PASS
TC02: 78B PDR binary search - DUT IPv6 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 6132079 pps (2x 3066039 pps) BANDWIDTH: 4.807 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv6 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1600400 pps (2x 800200 pps) BANDWIDTH: 19.691 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/27/64),(20/30/54) LAT_10%NDR:(20/26/88),(10/26/72)

PASS
TC04: 1518B PDR binary search - DUT IPv6 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv6 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/62/97),(50/64/116) LAT_10%NDR:(50/57/93),(50/61/132)

PASS
TC06: 9000B PDR binary search - DUT IPv6 whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 78B NDR binary search - DUT IPv6 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 10482270 pps (2x 5241135 pps) BANDWIDTH: 8.218 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/24/59),(10/24/88) LAT_10%NDR:(10/10/47),(10/8/46)

PASS
TC08: 78B PDR binary search - DUT IPv6 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 10877742 pps (2x 5438871 pps) BANDWIDTH: 8.528 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv6 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/25/63),(20/26/115) LAT_10%NDR:(20/25/95),(10/25/115)

PASS
TC10: 1518B PDR binary search - DUT IPv6 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv6 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/190),(50/65/138) LAT_10%NDR:(50/57/123),(50/58/105)

PASS
TC12: 9000B PDR binary search - DUT IPv6 whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 78B NDR binary search - DUT IPv6 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 21160012 pps (2x 10580006 pps) BANDWIDTH: 16.589 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/19/74),(10/19/74) LAT_10%NDR:(10/18/38),(10/17/67)

PASS
TC14: 78B PDR binary search - DUT IPv6 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 21160012 pps (2x 10580006 pps) BANDWIDTH: 16.589 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv6 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/25/86),(20/26/80) LAT_10%NDR:(20/25/75),(10/26/92)

PASS
TC16: 1518B PDR binary search - DUT IPv6 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv6 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/186),(50/64/121) LAT_10%NDR:(50/57/85),(50/58/111)

PASS
TC18: 9000B PDR binary search - DUT IPv6 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv6 Fib 200k Intel-X520-DA2
  • RFC2544: Pkt throughput IPv6 routing test cases
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with IPv6 routing and 2x100k static IPv6 /64 route entries. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 100k flows per flow-group) with all packets containing Ethernet header, IPv6 header withq IP and static payload. MAC addresses are matching MAC addresses of the TG node interfaces. Incrementing of IP.dst (IPv6 destination address) field is applied to both streams.
  • [Ref] Applicable standard specifications: RFC2544.
Name Documentation Message Status
TC01: 78B NDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 6527551 pps (2x 3263775 pps) BANDWIDTH: 5.117 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/12/237),(10/12/230) LAT_10%NDR:(10/20/69),(10/19/58)

PASS
TC02: 78B PDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 6923022 pps (2x 3461511 pps) BANDWIDTH: 5.427 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/28/190),(10/28/190) LAT_10%NDR:(10/25/117),(10/24/132)

PASS
TC04: 1518B PDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/201),(50/64/181) LAT_10%NDR:(50/57/145),(50/57/118)

PASS
TC06: 9000B PDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 78B NDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 13646045 pps (2x 6823022 pps) BANDWIDTH: 10.698 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/23/127),(10/26/114) LAT_10%NDR:(10/19/110),(10/19/71)

PASS
TC08: 78B PDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 14041517 pps (2x 7020758 pps) BANDWIDTH: 11.008 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/181),(10/26/89) LAT_10%NDR:(10/25/75),(10/24/78)

PASS
TC10: 1518B PDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/179),(50/65/220) LAT_10%NDR:(50/57/69),(50/60/188)

PASS
TC12: 9000B PDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 78B NDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 21160012 pps (2x 10580006 pps) BANDWIDTH: 16.589 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/10/141),(10/9/86) LAT_10%NDR:(10/18/62),(10/15/42)

PASS
TC14: 78B PDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 21555484 pps (2x 10777742 pps) BANDWIDTH: 16.899 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/81),(20/26/147) LAT_10%NDR:(10/25/106),(10/26/130)

PASS
TC16: 1518B PDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/119),(50/63/96) LAT_10%NDR:(50/59/88),(50/60/77)

PASS
TC18: 9000B PDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv6 Fib 20k Intel-X520-DA2
  • RFC2544: Pkt throughput IPv6 routing test cases
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with IPv6 routing and 2x10k static IPv6 /64 route entries. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 10k flows per flow-group) with all packets containing Ethernet header, IPv6 header withq IP and static payload. MAC addresses are matching MAC addresses of the TG node interfaces. Incrementing of IP.dst (IPv6 destination address) field is applied to both streams.
  • [Ref] Applicable standard specifications: RFC2544.
Name Documentation Message Status
TC01: 78B NDR binary search - DUT IPv6 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 6923022 pps (2x 3461511 pps) BANDWIDTH: 5.427 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/24/609),(10/24/592) LAT_10%NDR:(10/20/419),(10/17/399)

PASS
TC02: 78B PDR binary search - DUT IPv6 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 6923022 pps (2x 3461511 pps) BANDWIDTH: 5.427 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv6 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/27/109),(10/27/112) LAT_10%NDR:(10/26/105),(10/25/83)

PASS
TC04: 1518B PDR binary search - DUT IPv6 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv6 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/506),(50/63/481) LAT_10%NDR:(50/61/87),(50/61/135)

PASS
TC06: 9000B PDR binary search - DUT IPv6 Fib 2x10k - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 78B NDR binary search - DUT IPv6 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 14436989 pps (2x 7218494 pps) BANDWIDTH: 11.318 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/23/112),(10/24/127) LAT_10%NDR:(10/20/45),(10/18/68)

PASS
TC08: 78B PDR binary search - DUT IPv6 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 14436989 pps (2x 7218494 pps) BANDWIDTH: 11.318 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv6 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/27/126),(10/27/95) LAT_10%NDR:(10/26/618),(10/26/683)

PASS
TC10: 1518B PDR binary search - DUT IPv6 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv6 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/397),(50/65/479) LAT_10%NDR:(50/28/143),(50/28/100)

PASS
TC12: 9000B PDR binary search - DUT IPv6 Fib 2x10k - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 78B NDR binary search - DUT IPv6 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 21160012 pps (2x 10580006 pps) BANDWIDTH: 16.589 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/18/55),(10/18/140) LAT_10%NDR:(10/18/57),(10/16/122)

PASS
TC14: 78B PDR binary search - DUT IPv6 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 21160012 pps (2x 10580006 pps) BANDWIDTH: 16.589 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv6 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/87),(10/27/70) LAT_10%NDR:(20/25/93),(10/26/50)

PASS
TC16: 1518B PDR binary search - DUT IPv6 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv6 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/60/110),(50/65/121) LAT_10%NDR:(50/57/106),(50/60/83)

PASS
TC18: 9000B PDR binary search - DUT IPv6 Fib 2x10k - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv6 Fib 2M Intel-X520-DA2
  • RFC2544: Pkt throughput IPv6 routing test cases
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with IPv6 routing and 2x1M static IPv6 /64 route entries. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 1M flows per flow-group) with all packets containing Ethernet header, IPv6 header withq IP and static payload. MAC addresses are matching MAC addresses of the TG node interfaces. Incrementing of IP.dst (IPv6 destination address) field is applied to both streams.
  • [Ref] Applicable standard specifications: RFC2544.
Name Documentation Message Status
TC01: 78B NDR binary search - DUT IPv6 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 5341135 pps (2x 2670567 pps) BANDWIDTH: 4.187 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/592),(10/27/683) LAT_10%NDR:(10/19/45),(10/18/54)

PASS
TC02: 78B PDR binary search - DUT IPv6 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 5341135 pps (2x 2670567 pps) BANDWIDTH: 4.187 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv6 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/30/669),(10/29/667) LAT_10%NDR:(10/26/164),(10/25/139)

PASS
TC04: 1518B PDR binary search - DUT IPv6 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv6 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/194),(50/64/257) LAT_10%NDR:(50/57/107),(50/60/101)

PASS
TC06: 9000B PDR binary search - DUT IPv6 Fib 2x1M - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 78B NDR binary search - DUT IPv6 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 10877742 pps (2x 5438871 pps) BANDWIDTH: 8.528 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/28/660),(10/27/643) LAT_10%NDR:(10/20/162),(10/18/74)

PASS
TC08: 78B PDR binary search - DUT IPv6 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 10877742 pps (2x 5438871 pps) BANDWIDTH: 8.528 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv6 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/27/180),(10/27/80) LAT_10%NDR:(10/26/159),(10/24/74)

PASS
TC10: 1518B PDR binary search - DUT IPv6 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv6 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/240),(50/63/659) LAT_10%NDR:(50/57/102),(50/60/160)

PASS
TC12: 9000B PDR binary search - DUT IPv6 Fib 2x1M - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 78B NDR binary search - DUT IPv6 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 20764540 pps (2x 10382270 pps) BANDWIDTH: 16.279 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/21/48),(10/21/45) LAT_10%NDR:(10/18/70),(2/17/49)

PASS
TC14: 78B PDR binary search - DUT IPv6 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 20764540 pps (2x 10382270 pps) BANDWIDTH: 16.279 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv6 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/59),(10/26/200) LAT_10%NDR:(10/25/50),(10/25/77)

PASS
TC16: 1518B PDR binary search - DUT IPv6 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv6 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/101),(50/66/156) LAT_10%NDR:(50/60/78),(50/61/110)

PASS
TC18: 9000B PDR binary search - DUT IPv6 Fib 2x1M - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv6 iAcl Intel-X520-DA2
  • RFC2544: Pkt throughput IPv6 iAcl whitelist test cases
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with IPv6 routing, two static IPv6 /64 routes and IPv6 iAcl security whitelist ingress /64 filter entries applied on links TG - DUT1 and DUT2 - TG. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 78B NDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 6527551 pps (2x 3263775 pps) BANDWIDTH: 5.117 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/71),(10/25/81) LAT_10%NDR:(10/20/558),(10/17/537)

PASS
TC02: 78B PDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 6527551 pps (2x 3263775 pps) BANDWIDTH: 5.117 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/28/97),(20/28/95) LAT_10%NDR:(20/25/101),(10/24/128)

PASS
TC04: 1518B PDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/129),(50/63/123) LAT_10%NDR:(50/60/105),(50/60/137)

PASS
TC06: 9000B PDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 78B NDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 11273214 pps (2x 5636607 pps) BANDWIDTH: 8.838 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/768),(10/23/750) LAT_10%NDR:(10/18/72),(10/22/83)

PASS
TC08: 78B PDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 11273214 pps (2x 5636607 pps) BANDWIDTH: 8.838 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/25/168),(10/26/95) LAT_10%NDR:(10/25/69),(10/24/52)

PASS
TC10: 1518B PDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/113),(50/63/137) LAT_10%NDR:(50/57/100),(50/61/120)

PASS
TC12: 9000B PDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 78B NDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 20369068 pps (2x 10184534 pps) BANDWIDTH: 15.969 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/19/39),(10/20/66) LAT_10%NDR:(10/18/64),(10/17/68)

PASS
TC14: 78B PDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 21160012 pps (2x 10580006 pps) BANDWIDTH: 16.589 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/125),(10/26/79) LAT_10%NDR:(20/26/67),(10/23/68)

PASS
TC16: 1518B PDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/130),(50/64/125) LAT_10%NDR:(50/61/91),(50/60/74)

PASS
TC18: 9000B PDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long IPv6 Intel-X520-DA2
  • RFC2544: Pkt throughput IPv6 routing test cases
  • [Top] Network Topologies: TG-DUT1-DUT2-TG 3-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with IPv6 routing and two static IPv6 /64 route entries. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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 static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name Documentation Message Status
TC01: 78B NDR binary search - DUT IPv6 - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 2968303 pps (2x 1484151 pps) BANDWIDTH: 2.327 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/19/37),(10/21/70) LAT_10%NDR:(10/19/557),(10/17/535)

PASS
TC02: 78B PDR binary search - DUT IPv6 - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 7713966 pps (2x 3856983 pps) BANDWIDTH: 6.047 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT IPv6 - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/27/585),(10/28/657) LAT_10%NDR:(10/25/84),(10/25/61)

PASS
TC04: 1518B PDR binary search - DUT IPv6 - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv6 - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/142),(50/64/144) LAT_10%NDR:(50/60/113),(50/57/106)

PASS
TC06: 9000B PDR binary search - DUT IPv6 - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 78B NDR binary search - DUT IPv6 - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 15227933 pps (2x 7613966 pps) BANDWIDTH: 11.938 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/23/592),(10/24/562) LAT_10%NDR:(10/18/68),(10/20/53)

PASS
TC08: 78B PDR binary search - DUT IPv6 - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 15623405 pps (2x 7811702 pps) BANDWIDTH: 12.248 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT IPv6 - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/677),(10/27/654) LAT_10%NDR:(10/25/45),(10/26/118)

PASS
TC10: 1518B PDR binary search - DUT IPv6 - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv6 - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/31/173),(50/32/143) LAT_10%NDR:(50/57/117),(50/61/108)

PASS
TC12: 9000B PDR binary search - DUT IPv6 - 2threads 2cores 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 78B NDR binary search - DUT IPv6 - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 21160012 pps (2x 10580006 pps) BANDWIDTH: 16.589 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/17/75),(10/17/121) LAT_10%NDR:(10/18/32),(10/17/69)

PASS
TC14: 78B PDR binary search - DUT IPv6 - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 21160012 pps (2x 10580006 pps) BANDWIDTH: 16.589 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT IPv6 - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/25/130),(10/26/94) LAT_10%NDR:(20/25/49),(10/23/75)

PASS
TC16: 1518B PDR binary search - DUT IPv6 - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv6 - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/66/164),(50/66/105) LAT_10%NDR:(50/61/154),(50/61/105)

PASS
TC18: 9000B PDR binary search - DUT IPv6 - 4threads 4cores 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long Lisp Intel-X520-DA2
  • RFC6830: Pkt throughput 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-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn for IPv4 routing over LISPoIPv4 tunnel; Eth-IPv6-LISP-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUTn for IPv6 routing over LISPoIPv6 tunnel; Eth-IPv6-LISP-IPv4-ICMPv4 on DUT1-DUT2, Eth-IPv4-ICMPv4 on TG-DUTn for IPv4 routing over LISPoIPv6 tunnel; Eth-IPv4-LISP-IPv6-ICMPv6 on DUT1-DUT2, Eth-IPv6-ICMPv6 on TG-DUTn for IPv6 routing over LISPoIPv4 tunnel.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with IPv4 (IPv6) routing and static routes. LISPoIPv4 (oIPv6) tunnel is configured between DUT1 and DUT2. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search
  • [Ref] Applicable standard specifications: RFC6830.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 1thread 1core 1rxq [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] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 4414673 pps (2x 2207336 pps) BANDWIDTH: 2.966 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/36/738),(10/39/698) LAT_10%NDR:(10/21/63),(10/21/56)

PASS
TC02: 64B PDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 1thread 1core 1rxq [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] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 4625407 pps (2x 2312703 pps) BANDWIDTH: 3.108 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1480B NDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 1thread 1core 1rxq [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] Find NDR for 1480 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1606642 pps (2x 803321 pps) BANDWIDTH: 19.279 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/32/786),(20/32/781) LAT_10%NDR:(20/26/103),(20/26/76)

PASS
TC04: 1480B PDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 1thread 1core 1rxq [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] Find PDR for 1480 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1632233 pps (2x 816116 pps) BANDWIDTH: 19.586 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 1thread 1core 1rxq [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] Find NDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps. RATE: 260233 pps (2x 130116 pps) BANDWIDTH: 18.778 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/66/809),(50/67/777) LAT_10%NDR:(50/58/109),(50/62/82)

PASS
TC06: 9000B PDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 1thread 1core 1rxq [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] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 276916 pps (2x 138458 pps) BANDWIDTH: 19.982 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 2thread 2core 1rxq [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] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 8207880 pps (2x 4103940 pps) BANDWIDTH: 5.515 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/30/99),(10/31/168) LAT_10%NDR:(10/20/64),(10/20/51)

PASS
TC08: 64B PDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 2thread 2core 1rxq [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] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 8207880 pps (2x 4103940 pps) BANDWIDTH: 5.515 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1480B NDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 2thread 2core 1rxq [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] Find NDR for 1480 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1606642 pps (2x 803321 pps) BANDWIDTH: 19.279 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/29/781),(20/27/734) LAT_10%NDR:(20/26/86),(20/24/76)

PASS
TC10: 1480B PDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 2thread 2core 1rxq [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] Find PDR for 1480 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1632233 pps (2x 816116 pps) BANDWIDTH: 19.586 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 2thread 2core 1rxq [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] Find NDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps. RATE: 260233 pps (2x 130116 pps) BANDWIDTH: 18.778 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/67/676),(50/67/650) LAT_10%NDR:(50/58/69),(50/61/105)

PASS
TC12: 9000B PDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 2thread 2core 1rxq [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] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 276916 pps (2x 138458 pps) BANDWIDTH: 19.982 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 4thread 4core 2rxq [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] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7997146 pps (2x 3998573 pps) BANDWIDTH: 5.374 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/21/134),(10/22/98) LAT_10%NDR:(10/10/79),(10/10/56)

PASS
TC14: 64B PDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 4thread 4core 2rxq [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] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 8207880 pps (2x 4103940 pps) BANDWIDTH: 5.515 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1480B NDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 4thread 4core 2rxq [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] Find NDR for 1480 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1606642 pps (2x 803321 pps) BANDWIDTH: 19.279 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/28/44),(20/28/76) LAT_10%NDR:(20/26/86),(20/26/71)

PASS
TC16: 1480B PDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 4thread 4core 2rxq [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] Find PDR for 1480 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1632233 pps (2x 816116 pps) BANDWIDTH: 19.586 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 4thread 4core 2rxq [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] Find NDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps. RATE: 260233 pps (2x 130116 pps) BANDWIDTH: 18.778 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/66/120),(50/66/113) LAT_10%NDR:(50/59/73),(50/61/105)

PASS
TC18: 9000B PDR binary search - DUT IPv4 over LISPoIPv4 tunnel - 4thread 4core 2rxq [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] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 276916 pps (2x 138458 pps) BANDWIDTH: 19.982 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC19: 78B NDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 3488502 pps (2x 1744251 pps) BANDWIDTH: 2.734 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/33/130),(10/35/114) LAT_10%NDR:(10/10/83),(10/12/84)

PASS
TC20: 78B PDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 3853891 pps (2x 1926945 pps) BANDWIDTH: 3.021 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC21: 1460B NDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1606642 pps (2x 803321 pps) BANDWIDTH: 19.022 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/37/95),(20/37/111) LAT_10%NDR:(20/28/744),(20/29/811)

PASS
TC22: 1460B PDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1632233 pps (2x 816116 pps) BANDWIDTH: 19.325 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC23: 9000B NDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters 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 5kpps. RATE: 260233 pps (2x 130116 pps) BANDWIDTH: 18.778 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/67/121),(50/68/134) LAT_10%NDR:(50/61/97),(50/63/86)

PASS
TC24: 9000B PDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 260233 pps (2x 130116 pps) BANDWIDTH: 18.778 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC25: 78B NDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7873171 pps (2x 3936585 pps) BANDWIDTH: 6.172 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/29/113),(10/30/169) LAT_10%NDR:(10/20/124),(10/20/80)

PASS
TC26: 78B PDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 7873171 pps (2x 3936585 pps) BANDWIDTH: 6.172 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC27: 1460B NDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1606642 pps (2x 803321 pps) BANDWIDTH: 19.022 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/29/77),(20/29/77) LAT_10%NDR:(20/27/42),(20/26/56)

PASS
TC28: 1460B PDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1632233 pps (2x 816116 pps) BANDWIDTH: 19.325 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC29: 9000B NDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters 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 5kpps. RATE: 260233 pps (2x 130116 pps) BANDWIDTH: 18.778 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/133),(50/67/97) LAT_10%NDR:(50/64/724),(50/64/697)

PASS
TC30: 9000B PDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps. RATE: 260233 pps (2x 130116 pps) BANDWIDTH: 18.778 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC31: 78B NDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7873171 pps (2x 3936585 pps) BANDWIDTH: 6.172 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/26/104),(10/25/137) LAT_10%NDR:(10/21/747),(10/21/707)

PASS
TC32: 78B PDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 8238560 pps (2x 4119280 pps) BANDWIDTH: 6.459 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC33: 1460B NDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1460 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 1606642 pps (2x 803321 pps) BANDWIDTH: 19.022 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/28/723),(20/28/708) LAT_10%NDR:(20/27/46),(20/27/43)

PASS
TC34: 1460B PDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1632233 pps (2x 816116 pps) BANDWIDTH: 19.325 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC35: 9000B NDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters 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 5kpps. RATE: 260233 pps (2x 130116 pps) BANDWIDTH: 18.778 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/66/774),(50/67/841) LAT_10%NDR:(50/63/81),(50/60/108)

PASS
TC36: 9000B PDR binary search - DUT IPv6 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 260233 pps (2x 130116 pps) BANDWIDTH: 18.778 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC37: 64B NDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 4006439 pps (2x 2003219 pps) BANDWIDTH: 2.692 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/31/743),(10/31/726) LAT_10%NDR:(10/22/87),(10/22/69)

PASS
TC38: 64B PDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 4006439 pps (2x 2003219 pps) BANDWIDTH: 2.692 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC39: 1460B NDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1460 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 1610872 pps (2x 805436 pps) BANDWIDTH: 19.072 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/39/79),(20/39/75) LAT_10%NDR:(20/26/42),(20/29/84)

PASS
TC40: 1460B PDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1610872 pps (2x 805436 pps) BANDWIDTH: 19.072 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC41: 9000B NDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters 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 5kpps. RATE: 259088 pps (2x 129544 pps) BANDWIDTH: 18.695 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/68/177),(50/66/154) LAT_10%NDR:(50/60/131),(50/63/117)

PASS
TC42: 9000B PDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 275694 pps (2x 137847 pps) BANDWIDTH: 19.894 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC43: 64B NDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7812878 pps (2x 3906439 pps) BANDWIDTH: 5.250 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/37/722),(10/38/820) LAT_10%NDR:(10/20/42),(10/20/68)

PASS
TC44: 64B PDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7812878 pps (2x 3906439 pps) BANDWIDTH: 5.250 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC45: 1460B NDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1610872 pps (2x 805436 pps) BANDWIDTH: 19.072 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/29/70),(20/29/57) LAT_10%NDR:(20/27/749),(20/25/708)

PASS
TC46: 1460B PDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1610872 pps (2x 805436 pps) BANDWIDTH: 19.072 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC47: 9000B NDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters 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 5kpps. RATE: 259088 pps (2x 129544 pps) BANDWIDTH: 18.695 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/82),(50/67/130) LAT_10%NDR:(50/60/112),(50/59/105)

PASS
TC48: 9000B PDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 275694 pps (2x 137847 pps) BANDWIDTH: 19.894 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC49: 64B NDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7812878 pps (2x 3906439 pps) BANDWIDTH: 5.250 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/24/70),(10/25/73) LAT_10%NDR:(10/20/47),(10/20/67)

PASS
TC50: 64B PDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 7812878 pps (2x 3906439 pps) BANDWIDTH: 5.250 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC51: 1460B NDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1610872 pps (2x 805436 pps) BANDWIDTH: 19.072 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/27/95),(20/27/75) LAT_10%NDR:(20/26/71),(20/24/105)

PASS
TC52: 1460B PDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1610872 pps (2x 805436 pps) BANDWIDTH: 19.072 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC53: 9000B NDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters 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 5kpps. RATE: 259088 pps (2x 129544 pps) BANDWIDTH: 18.695 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/114),(50/65/139) LAT_10%NDR:(50/59/782),(50/63/750)

PASS
TC54: 9000B PDR binary search - DUT IPv4 over LISPoIPv6 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 275694 pps (2x 137847 pps) BANDWIDTH: 19.894 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC55: 78B NDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 4166395 pps (2x 2083197 pps) BANDWIDTH: 3.266 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/32/85),(10/35/118) LAT_10%NDR:(10/21/663),(10/20/740)

PASS
TC56: 78B PDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 4166395 pps (2x 2083197 pps) BANDWIDTH: 3.266 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC57: 1460B NDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1636124 pps (2x 818062 pps) BANDWIDTH: 19.371 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/34/156),(20/34/167) LAT_10%NDR:(20/26/89),(20/26/73)

PASS
TC58: 1460B PDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1636124 pps (2x 818062 pps) BANDWIDTH: 19.371 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC59: 9000B NDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters 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 5kpps. RATE: 275694 pps (2x 137847 pps) BANDWIDTH: 19.894 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/32/124),(50/33/162) LAT_10%NDR:(50/59/580),(50/62/545)

PASS
TC60: 9000B PDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 1thread 1core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 275694 pps (2x 137847 pps) BANDWIDTH: 19.894 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC61: 78B NDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 8661643 pps (2x 4330821 pps) BANDWIDTH: 6.790 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/28/56),(10/30/58) LAT_10%NDR:(10/22/85),(10/22/55)

PASS
TC62: 78B PDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 8661643 pps (2x 4330821 pps) BANDWIDTH: 6.790 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC63: 1460B NDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1636124 pps (2x 818062 pps) BANDWIDTH: 19.371 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/27/152),(20/28/114) LAT_10%NDR:(20/26/90),(20/24/49)

PASS
TC64: 1460B PDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1636124 pps (2x 818062 pps) BANDWIDTH: 19.371 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC65: 9000B NDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters 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. RATE: 275694 pps (2x 137847 pps) BANDWIDTH: 19.894 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/185),(50/66/138) LAT_10%NDR:(50/62/544),(50/58/479)

PASS
TC66: 9000B PDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 2thread 2core 1rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 275694 pps (2x 137847 pps) BANDWIDTH: 19.894 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC67: 78B NDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 8397216 pps (2x 4198608 pps) BANDWIDTH: 6.583 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/20/75),(10/25/57) LAT_10%NDR:(10/20/691),(10/21/666)

PASS
TC68: 78B PDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 78 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 8661643 pps (2x 4330821 pps) BANDWIDTH: 6.790 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC69: 1460B NDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1636124 pps (2x 818062 pps) BANDWIDTH: 19.371 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/27/112),(20/29/98) LAT_10%NDR:(20/26/78),(20/27/76)

PASS
TC70: 1460B PDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1460 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1636124 pps (2x 818062 pps) BANDWIDTH: 19.371 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC71: 9000B NDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters 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 5kpps. RATE: 275694 pps (2x 137847 pps) BANDWIDTH: 19.894 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/136),(50/65/174) LAT_10%NDR:(50/59/135),(50/62/122)

PASS
TC72: 9000B PDR binary search - DUT IPv6 over LISPoIPv4 tunnel - 4thread 4core 2rxq [Cfg] DUT runs IPv6 LISP remote static mappings and whitelist filters config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 275694 pps (2x 137847 pps) BANDWIDTH: 19.894 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long Xconnect Dot1ad Intel-X520-DA2
  • RFC2544: Pkt throughput L2XC with 802.1ad 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 xconnect. 802.1ad tagging is applied on link between DUT1 and DUT2 with inner 4B vlan tag (id=100) and outer 4B vlan tag (id=200).
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 cross- connect. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT L2XC with 802.1ad - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7364945 pps (2x 3682472 pps) BANDWIDTH: 4.949 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/28/612),(10/28/604) LAT_10%NDR:(10/19/35),(10/16/81)

PASS
TC02: 64B PDR binary search - DUT L2XC with 802.1ad - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 7364945 pps (2x 3682472 pps) BANDWIDTH: 4.949 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1514B NDR binary search - DUT L2XC with 802.1ad - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1514 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.896 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/143),(10/27/139) LAT_10%NDR:(20/25/47),(10/23/107)

PASS
TC04: 1514B PDR binary search - DUT L2XC with 802.1ad - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1514 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.896 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT L2XC with 802.1ad - 1thread 1core 1rxq [Cfg] DUT runs L2XC 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 5kpps. RATE: 276916 pps (2x 138458 pps) BANDWIDTH: 19.982 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/162),(50/64/143) LAT_10%NDR:(50/61/487),(50/61/460)

PASS
TC06: 9000B PDR binary search - DUT L2XC with 802.1ad - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 276916 pps (2x 138458 pps) BANDWIDTH: 19.982 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT L2XC with 802.1ad - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 14951358 pps (2x 7475679 pps) BANDWIDTH: 10.047 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/11/145),(10/11/76) LAT_10%NDR:(10/20/86),(10/18/66)

PASS
TC08: 64B PDR binary search - DUT L2XC with 802.1ad - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 15162091 pps (2x 7581045 pps) BANDWIDTH: 10.188 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1514B NDR binary search - DUT L2XC with 802.1ad - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1514 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.896 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/582),(10/26/666) LAT_10%NDR:(10/25/83),(10/23/93)

PASS
TC10: 1514B PDR binary search - DUT L2XC with 802.1ad - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1514 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.896 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT L2XC with 802.1ad - 2threads 2cores 1rxq [Cfg] DUT runs L2XC 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 5kpps. RATE: 276916 pps (2x 138458 pps) BANDWIDTH: 19.982 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/134),(50/65/181) LAT_10%NDR:(50/60/76),(50/60/162)

PASS
TC12: 9000B PDR binary search - DUT L2XC with 802.1ad - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 276916 pps (2x 138458 pps) BANDWIDTH: 19.982 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT L2XC with 802.1ad - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 16005026 pps (2x 8002513 pps) BANDWIDTH: 10.755 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/18/47),(10/17/158) LAT_10%NDR:(10/18/34),(10/17/39)

PASS
TC14: 64B PDR binary search - DUT L2XC with 802.1ad - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 16426493 pps (2x 8213246 pps) BANDWIDTH: 11.038 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1514B NDR binary search - DUT L2XC with 802.1ad - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1514 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.896 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/642),(10/27/614) LAT_10%NDR:(10/25/75),(10/24/61)

PASS
TC16: 1514B PDR binary search - DUT L2XC with 802.1ad - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1514 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.896 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT L2XC with 802.1ad - 4threads 4cores 2rxq [Cfg] DUT runs L2XC 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 5kpps. RATE: 276916 pps (2x 138458 pps) BANDWIDTH: 19.982 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/62/105),(50/65/127) LAT_10%NDR:(50/60/134),(50/61/95)

PASS
TC18: 9000B PDR binary search - DUT L2XC with 802.1ad - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 276916 pps (2x 138458 pps) BANDWIDTH: 19.982 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long Xconnect Dot1q Intel-X520-DA2
  • RFC2544: Pkt throughput L2XC with 802.1q 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. 802.1q tagging is applied on link between DUT1 and DUT2.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 cross- connect. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT L2XC with 802.1q - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 7472656 pps (2x 3736328 pps) BANDWIDTH: 5.021 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/23/177),(10/22/141) LAT_10%NDR:(10/19/49),(10/17/35)

PASS
TC02: 64B PDR binary search - DUT L2XC with 802.1q - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 7472656 pps (2x 3736328 pps) BANDWIDTH: 5.021 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT L2XC with 802.1q - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.948 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/28/117),(20/28/113) LAT_10%NDR:(20/25/119),(10/25/84)

PASS
TC04: 1518B PDR binary search - DUT L2XC with 802.1q - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.948 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT L2XC with 802.1q - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching 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 5kpps. RATE: 277038 pps (2x 138519 pps) BANDWIDTH: 19.991 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/130),(50/66/128) LAT_10%NDR:(50/60/530),(50/60/602)

PASS
TC06: 9000B PDR binary search - DUT L2XC with 802.1q - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277038 pps (2x 138519 pps) BANDWIDTH: 19.991 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT L2XC with 802.1q - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 14965695 pps (2x 7482847 pps) BANDWIDTH: 10.056 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/22/130),(10/23/87) LAT_10%NDR:(10/17/57),(10/18/38)

PASS
TC08: 64B PDR binary search - DUT L2XC with 802.1q - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 14965695 pps (2x 7482847 pps) BANDWIDTH: 10.056 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT L2XC with 802.1q - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.948 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/136),(10/25/72) LAT_10%NDR:(10/25/113),(10/23/71)

PASS
TC10: 1518B PDR binary search - DUT L2XC with 802.1q - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.948 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT L2XC with 802.1q - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching 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 5kpps. RATE: 277038 pps (2x 138519 pps) BANDWIDTH: 19.991 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/89),(50/65/184) LAT_10%NDR:(50/57/591),(50/61/553)

PASS
TC12: 9000B PDR binary search - DUT L2XC with 802.1q - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277038 pps (2x 138519 pps) BANDWIDTH: 19.991 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT L2XC with 802.1q - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 23340269 pps (2x 11670134 pps) BANDWIDTH: 15.684 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/18/620),(10/18/603) LAT_10%NDR:(10/18/71),(10/15/53)

PASS
TC14: 64B PDR binary search - DUT L2XC with 802.1q - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 23560652 pps (2x 11780326 pps) BANDWIDTH: 15.832 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT L2XC with 802.1q - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.948 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/27/59),(10/26/66) LAT_10%NDR:(10/26/76),(10/25/87)

PASS
TC16: 1518B PDR binary search - DUT L2XC with 802.1q - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1621270 pps (2x 810635 pps) BANDWIDTH: 19.948 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT L2XC with 802.1q - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching 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 5kpps. RATE: 277038 pps (2x 138519 pps) BANDWIDTH: 19.991 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/135),(50/64/124) LAT_10%NDR:(50/60/551),(50/61/527)

PASS
TC18: 9000B PDR binary search - DUT L2XC with 802.1q - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277038 pps (2x 138519 pps) BANDWIDTH: 19.991 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long Xconnect Intel-X520-DA2
  • RFC2544: Pkt throughput L2XC 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.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 cross- connect. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 9438095 pps (2x 4719047 pps) BANDWIDTH: 6.342 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/85),(10/22/79) LAT_10%NDR:(10/18/69),(10/19/60)

PASS
TC02: 64B PDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 9438095 pps (2x 4719047 pps) BANDWIDTH: 6.342 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/26/147),(10/27/123) LAT_10%NDR:(10/26/137),(10/25/106)

PASS
TC04: 1518B PDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/63/171),(50/65/172) LAT_10%NDR:(50/60/103),(50/57/95)

PASS
TC06: 9000B PDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT L2XC - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 20061904 pps (2x 10030952 pps) BANDWIDTH: 13.481 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/20/88),(10/19/50) LAT_10%NDR:(10/18/35),(10/18/34)

PASS
TC08: 64B PDR binary search - DUT L2XC - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 20292856 pps (2x 10146428 pps) BANDWIDTH: 13.636 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT L2XC - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/161),(10/26/99) LAT_10%NDR:(10/26/123),(10/24/94)

PASS
TC10: 1518B PDR binary search - DUT L2XC - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT L2XC - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/154),(50/66/97) LAT_10%NDR:(50/60/109),(50/58/178)

PASS
TC12: 9000B PDR binary search - DUT L2XC - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT L2XC - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 23526189 pps (2x 11763094 pps) BANDWIDTH: 15.809 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/16/66),(10/16/45) LAT_10%NDR:(10/17/40),(10/17/29)

PASS
TC14: 64B PDR binary search - DUT L2XC - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 23757142 pps (2x 11878571 pps) BANDWIDTH: 15.964 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT L2XC - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/62),(10/25/64) LAT_10%NDR:(10/26/63),(10/26/113)

PASS
TC16: 1518B PDR binary search - DUT L2XC - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT L2XC - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching 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 5kpps. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/153),(50/64/102) LAT_10%NDR:(50/57/112),(50/60/117)

PASS
TC18: 9000B PDR binary search - DUT L2XC - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 277160 pps (2x 138580 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC19: IMIX_v4_1 NDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 100kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 6687472 pps (2x 3343736 pps) BANDWIDTH: 19.999 Gbps (untagged) PASS
TC20: IMIX_v4_1 PDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 100kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 6687472 pps (2x 3343736 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long Xconnect Intel-XL710
  • RFC2544: Pkt throughput L2XC 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.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 cross- connect. DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 9525000 pps (2x 4762500 pps) BANDWIDTH: 6.400 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/28/159),(10/27/172) LAT_10%NDR:(10/23/72),(10/22/80)

PASS
TC03: 1518B NDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 3703834 pps (2x 1851917 pps) BANDWIDTH: 45.571 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/27/51),(10/26/56) LAT_10%NDR:(20/28/74),(10/28/57)

PASS
TC07: 64B NDR binary search - DUT L2XC - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 15644531 pps (2x 7822265 pps) BANDWIDTH: 10.513 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/22/62),(10/21/168) LAT_10%NDR:(10/24/60),(10/25/40)

PASS
TC09: 1518B NDR binary search - DUT L2XC - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 3734791 pps (2x 1867395 pps) BANDWIDTH: 45.952 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/28/143),(10/26/86) LAT_10%NDR:(20/26/67),(10/25/82)

PASS
TC13: 64B NDR binary search - DUT L2XC - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 30797656 pps (2x 15398828 pps) BANDWIDTH: 20.696 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/16/109),(10/16/151) LAT_10%NDR:(10/20/33),(10/19/32)

PASS
TC15: 1518B NDR binary search - DUT L2XC - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 3982444 pps (2x 1991222 pps) BANDWIDTH: 48.999 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/29/146),(10/27/119) LAT_10%NDR:(10/27/72),(10/26/158)

PASS
TC19: IMIX_v4_1 NDR binary search - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 100kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 9556551 pps (2x 4778275 pps) BANDWIDTH: 28.580 Gbps (untagged) PASS
TC20: IMIX_v4_1 NDR binary search - DUT L2XC - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 100kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 16384306 pps (2x 8192153 pps) BANDWIDTH: 48.999 Gbps (untagged) PASS
TC21: IMIX_v4_1 NDR binary search - DUT L2XC - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 100kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 16384306 pps (2x 8192153 pps) BANDWIDTH: 48.999 Gbps (untagged) PASS
Long Xconnect Vhost Intel-X520-DA2
  • RFC2544: Pkt throughput L2XC test cases with vhost
  • [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.
  • [Cfg] DUT configuration: DUT1 and DUT2 are configured with L2 cross- connect. Qemu Guest is connected to VPP via vhost-user interfaces. Guest is running DPDK testpmd interconnecting vhost-user interfaces using 3 cores pinned to cpus 5,6,7 and 2048M memory. Testpmd is using socket-mem=1024M (512x2M hugepages), 3 cores (1 main core and 2 cores 2 cores dedicated for io), forwarding mode is set to io, rxq/txq=2048, burst=64. DUT1, DUT2 are tested with 2p10GE NIC X520 Niantic by Intel.
  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT L2XC-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 542806 pps (2x 271403 pps) BANDWIDTH: 0.364 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/29/352),(10/29/167) LAT_10%NDR:(10/22/298),(10/22/91)

PASS
TC02: 64B PDR binary search - DUT L2XC-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 2575944 pps (2x 1287972 pps) BANDWIDTH: 1.731 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT L2XC-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 270857 pps (2x 135428 pps) BANDWIDTH: 3.332 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/31/313),(20/31/356) LAT_10%NDR:(20/30/337),(20/30/358)

PASS
TC04: 1518B PDR binary search - DUT L2XC-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1324457 pps (2x 662228 pps) BANDWIDTH: 16.296 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: IMIX_v4_1 NDR binary search - DUT L2XC-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 362132 pps (2x 181066 pps) BANDWIDTH: 1.083 Gbps (untagged) PASS
TC06: IMIX_v4_1 PDR binary search - DUT L2XC-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 2044542 pps (2x 1022271 pps) BANDWIDTH: 6.114 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT L2XC-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 542806 pps (2x 271403 pps) BANDWIDTH: 0.364 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/21/376),(10/25/102) LAT_10%NDR:(10/22/469),(10/19/69)

PASS
TC08: 64B PDR binary search - DUT L2XC-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 4521948 pps (2x 2260974 pps) BANDWIDTH: 3.038 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT L2XC-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 396285 pps (2x 198142 pps) BANDWIDTH: 4.875 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/32/339),(20/29/368) LAT_10%NDR:(20/29/311),(20/27/342)

PASS
TC10: 1518B PDR binary search - DUT L2XC-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: IMIX_v4_1 NDR binary search - DUT L2XC-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 870767 pps (2x 435383 pps) BANDWIDTH: 2.604 Gbps (untagged) PASS
TC12: IMIX_v4_1 PDR binary search - DUT L2XC-VHOST - 2threads 2cores 1rxq [Cfg] DUT runs L2XC switching config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 3961707 pps (2x 1980853 pps) BANDWIDTH: 11.848 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT L2XC-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 717075 pps (2x 358537 pps) BANDWIDTH: 0.481 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/22/342),(10/21/313) LAT_10%NDR:(10/11/356),(10/11/329)

PASS
TC14: 64B PDR binary search - DUT L2XC-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 4754306 pps (2x 2377153 pps) BANDWIDTH: 3.194 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT L2XC-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 396285 pps (2x 198142 pps) BANDWIDTH: 4.875 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/31/174),(20/30/314) LAT_10%NDR:(20/27/54),(20/30/354)

PASS
TC16: 1518B PDR binary search - DUT L2XC-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1625486 pps (2x 812743 pps) BANDWIDTH: 19.999 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: IMIX_v4_1 NDR binary search - DUT L2XC-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 557761 pps (2x 278880 pps) BANDWIDTH: 1.668 Gbps (untagged) PASS
TC18: IMIX_v4_1 PDR binary search - DUT L2XC-VHOST - 4threads 4cores 2rxq [Cfg] DUT runs L2XC switching config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for IMIX_v4_1 frame size using binary search start at 10GE linerate, step 5kpps, LT=0.5%. IMIX_v4_1 = (28x64B;16x570B;4x1518B) RATE: 4222545 pps (2x 2111272 pps) BANDWIDTH: 12.628 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC19: 64B NDR binary search - DUT L2XC-DPDK-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 426627 pps (2x 213313 pps) BANDWIDTH: 0.286 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/24/102),(10/24/356) LAT_10%NDR:(10/22/72),(10/22/327)

PASS
TC20: 64B PDR binary search - DUT L2XC-DPDK-VHOST - 1thread 1core 1rxq [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 2314541 pps (2x 1157270 pps) BANDWIDTH: 1.555 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
Long Xconnect Vxlan Ipv4 Intel-X520-DA2
  • RFC2544: Pkt throughput 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: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance or throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using either binary search or linear search algorithms with configured starting rate and final step that determines throughput measurement resolution. 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 generated payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544, RFC7348.
Name Documentation Message Status
TC01: 64B NDR binary search - DUT L2XC with VXLANoIPv4 - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 5390951 pps (2x 2695475 pps) BANDWIDTH: 3.622 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/32/644),(10/32/624) LAT_10%NDR:(10/22/637),(10/19/614)

PASS
TC02: 64B PDR binary search - DUT L2XC with VXLANoIPv4 - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 5390951 pps (2x 2695475 pps) BANDWIDTH: 3.622 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC03: 1518B NDR binary search - DUT L2XC with VXLANoIPv4 - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1574306 pps (2x 787153 pps) BANDWIDTH: 19.370 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/31/584),(20/34/656) LAT_10%NDR:(20/26/132),(20/28/149)

PASS
TC04: 1518B PDR binary search - DUT L2XC with VXLANoIPv4 - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1574306 pps (2x 787153 pps) BANDWIDTH: 19.370 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC05: 9000B NDR binary search - DUT L2XC with VXLANoIPv4 - 1thread 1core 1rxq [Cfg] DUT runs L2XC 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 5kpps. RATE: 275632 pps (2x 137816 pps) BANDWIDTH: 19.889 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/65/191),(50/67/192) LAT_10%NDR:(50/58/89),(50/61/156)

PASS
TC06: 9000B PDR binary search - DUT L2XC with VXLANoIPv4 - 1thread 1core 1rxq [Cfg] DUT runs L2XC forwarding config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 275632 pps (2x 137816 pps) BANDWIDTH: 19.889 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC07: 64B NDR binary search - DUT L2XC with VXLANoIPv4 - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 10870288 pps (2x 5435144 pps) BANDWIDTH: 7.304 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/28/56),(10/29/109) LAT_10%NDR:(10/19/40),(10/20/66)

PASS
TC08: 64B PDR binary search - DUT L2XC with VXLANoIPv4 - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 11158675 pps (2x 5579337 pps) BANDWIDTH: 7.498 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC09: 1518B NDR binary search - DUT L2XC with VXLANoIPv4 - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1574306 pps (2x 787153 pps) BANDWIDTH: 19.370 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(20/28/109),(20/29/155) LAT_10%NDR:(20/26/89),(20/25/84)

PASS
TC10: 1518B PDR binary search - DUT L2XC with VXLANoIPv4 - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1574306 pps (2x 787153 pps) BANDWIDTH: 19.370 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC11: 9000B NDR binary search - DUT L2XC with VXLANoIPv4 - 2threads 2cores 1rxq [Cfg] DUT runs L2XC 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 5kpps. RATE: 275632 pps (2x 137816 pps) BANDWIDTH: 19.889 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/67/192),(50/67/145) LAT_10%NDR:(50/61/141),(50/60/106)

PASS
TC12: 9000B PDR binary search - DUT L2XC with VXLANoIPv4 - 2threads 2cores 1rxq [Cfg] DUT runs L2XC forwarding config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 275632 pps (2x 137816 pps) BANDWIDTH: 19.889 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC13: 64B NDR binary search - DUT L2XC with VXLANoIPv4 - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps. RATE: 18656716 pps (2x 9328358 pps) BANDWIDTH: 12.537 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(10/25/104),(10/26/157) LAT_10%NDR:(10/20/67),(10/19/76)

PASS
TC14: 64B PDR binary search - DUT L2XC with VXLANoIPv4 - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte frames using binary search start at 10GE linerate, step 100kpps, LT=0.5%. RATE: 18656716 pps (2x 9328358 pps) BANDWIDTH: 12.537 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC15: 1518B NDR binary search - DUT L2XC with VXLANoIPv4 - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps. RATE: 1574306 pps (2x 787153 pps) BANDWIDTH: 19.370 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(2/27/99),(20/28/84) LAT_10%NDR:(20/26/553),(20/27/629)

PASS
TC16: 1518B PDR binary search - DUT L2XC with VXLANoIPv4 - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE linerate, step 10kpps, LT=0.5%. RATE: 1574306 pps (2x 787153 pps) BANDWIDTH: 19.370 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS
TC17: 9000B NDR binary search - DUT L2XC with VXLANoIPv4 - 4threads 4cores 2rxq [Cfg] DUT runs L2XC 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 5kpps. RATE: 275632 pps (2x 137816 pps) BANDWIDTH: 19.889 Gbps (untagged)

LATENCY [usec] (min/avg/max) LAT_50%NDR:(50/64/770),(50/64/724) LAT_10%NDR:(50/58/119),(50/58/97)

PASS
TC18: 9000B PDR binary search - DUT L2XC with VXLANoIPv4 - 4threads 4cores 2rxq [Cfg] DUT runs L2XC forwarding config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE linerate, step 5kpps, LT=0.5%. RATE: 275632 pps (2x 137816 pps) BANDWIDTH: 19.889 Gbps (untagged) LOSS_ACCEPTANCE: 0.5% PASS

Failed Functional Tests

Dhcp Client

One test for DHCP Client fails due to a known issue in the VPP code. Latest status tracked in FD.io CSIT and VPP Jira:

  • Error while calling JIRA...
Name Documentation Status
VPP doesn't send DHCP REQUEST after OFFER with wrong XID Configure DHCP client on interface to TG. If server sends DHCP OFFER with different XID as in DHCP DISCOVER, DHCP REQUEST message shouldn't be sent. FAIL
Name Documentation Status
VPP doesn't send DHCP REQUEST after OFFER with wrong XID Configure DHCP client on interface to TG. If server sends DHCP OFFER with different XID as in DHCP DISCOVER, DHCP REQUEST message shouldn't be sent. FAIL

Lisp Api Untagged

One Lisp Api Untagged test fails due to a known issue in the VPP code. Latest status tracked in FD.io CSIT and VPP Jira:

Note: This patch was not merged to stable/1609 vpp branch.

Name Documentation Status
TC03: DUT can add, reset and delete locator_set [Top] DUT1. [Enc] None. [Cfg1] Test LISP locator_set API; on DUT1 configure locator_set and locator. [Ver1] Check DUT1 locator_set and locator are correct. [Cfg2] Then reset locator_set and set it again. [Ver2] Check DUT1 locator_set and locator are correct. [Cfg3] Then remove locator_set and locator. [Ver3] Check DUT1 all locator_set and locators are removed. [Ref] RFC6830. FAIL

Ipv6 Ra

Two of Ipv6 Ra tests fail due to a known issue in the VPP code. Latest status tracked in FD.io CSIT and VPP Jira:

Name Documentation Status
TC03: DUT responds to Router Solicitation request [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPv6 interface on the link to TG and suppress sending of Router Advertisement packets periodically. [Ver] Make TG send IPv6 Router Solicitation request to DUT1, listen for response from DUT1 and verify the received RA packet is correct. FAIL
TC04: DUT responds to Router Solicitation request sent from link local address [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPv6 interface on the link to TG and suppress sending of Router Advertisement packets periodically. [Ver] Make TG send IPv6 Router Solicitation request to DUT1, listen for response from DUT1 and verify the received RA packet is correct. FAIL

Ipfix

CSIT IPFIX tests fail due to a known issue in IPFIX code that is still being completed. Latest status tracked in FD.io CSIT and VPP Jira:

Ipfix Ipv4

  • IPFIX ipv4 test cases IPFIX tests use 3-node topology TG - DUT1 - DUT2 - TG with one link between the nodes. DUT1 is configured with IPv4 routing and static routes. IPFIX is configured on DUT1 with DUT1->TG interface as collector. Test packets are sent from TG to DUT1. TG listens for flow report packets and verifies that they contains flow record of test packets sent.
Name Documentation Status
TC01: DUT sends IPFIX template and data packets [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and a basic classify session. [Ver] Make TG listen for IPFIX template and data packets, verify that packet is received and correct. No packets are sent from TG. [Ref] RFC 7011 FAIL
TC02: DUT reports packet flow for traffic by source address [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with TG source address. [Ver] Make TG send a packet to DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packet. [Ref] RFC 7011 FAIL
TC03: DUT reports packet flow for traffic with local destination address [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with destination address of DUT1. [Ver] Make TG send a packet to DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packet. [Ref] RFC 7011 FAIL
TC04: DUT reports packet flow for traffic with remote destination address [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with destination address of DUT2. [Ver] Make TG send a packet to DUT2 through DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packet. [Ref] RFC 7011 FAIL
TC05: DUT reports packet flow for traffic by source and destination port [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with TG source address and source and destination ports. [Ver] Make TG send a packet to DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packet. [Ref] RFC 7011 FAIL
TC06: DUT reports packet flow with a large number of packets [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with TG source address. [Ver] Make TG send packets to DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packets. [Ref] RFC 7011 FAIL
TC07: DUT reports packet flow when multiple sessions are configured [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add several classify sessions with different ports. [Ver] Make TG send packets to DUT1 using a range of ports matching configured sessions, then listen for IPFIX template and data packets, verify that IPFIX reported the received packets for each session. [Ref] RFC 7011 FAIL

Ipfix Ipv6

  • IPFIX ipv6 test cases IPFIX tests use 3-node topology TG - DUT1 - DUT2 - TG with one link between the nodes. DUT1 is configured with IPv4 and IPV6 routing and static routes. IPFIX is configured on DUT1 with DUT1->TG interface as collector.Test packets are sent from TG to or through DUT1. TG listens for flow report packets and verifies that they contains flow records of test packets sent.
Name Documentation Status
TC01: DUT reports packet flow for traffic by source address [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with TG source address. [Ver] Make TG send a packet to DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packet. [Ref] RFC 7011 FAIL
TC02: DUT reports packet flow for traffic with local destination address [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with destination address of DUT1. [Ver] Make TG send a packet to DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packet. [Ref] RFC 7011 FAIL
TC03: DUT reports packet flow for traffic with remote destination address [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with destination address of DUT2. [Ver] Make TG send a packet to DUT2 through DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packet. [Ref] RFC 7011 FAIL
TC04: DUT reports packet flow for traffic by source and destination port [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with TG source address and source and destination ports. [Ver] Make TG send a packet to DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packet. [Ref] RFC 7011 FAIL
TC05: DUT reports packet flow with a large number of packets [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add classify session with TG source address. [Ver] Make TG send packets to DUT1, then listen for IPFIX template and data packets, verify that IPFIX reported the received packets. [Ref] RFC 7011 FAIL
TC06: DUT reports packet flow when multiple sessions are configured [Top] TG-DUT1-DUT2-TG. [Cfg] On DUT1 configure IPFIX with TG interface address as collector and add several classify sessions with different ports. [Ver] Make TG send packets to DUT1 using a range of ports matching configured sessions, then listen for IPFIX template and data packets, verify that IPFIX reported the received packets for each session. [Ref] RFC 7011 FAIL

Softwire

Listed CSIT Softwire negative tests fail due to known issues in MAP-E/T code. Latest status tracked in FD.io CSIT and VPP Jira:

  • Error while calling JIRA...
  • Error while calling JIRA...

Map E

  • Test for Basic mapping rule for MAP-E
  • [Top] Network Topologies: TG - DUT1 - TG with two links between the nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-UDP on TG-to-DUT-if1. Eth-IPv6-IPv4-UDP on TG-to-DUT-if2.
  • [Cfg] DUT configuration: DUT is configured with IPv4 on one DUT-to-TG interface and IPv6 address on second DUT-to-TG interface. MAP-E domain is configured in test template based on test parameters.
  • [Ver] TG verification: UDP packets in IPv4 are sent by TG to destination in MAP domain. IPv6 packets with encapsulated IPv4 are received on TG interface.
  • [Ref] Applicable standard specifications: RFC7597.
Name Documentation Status
TC01: BMR, then an IPv4 prefix is assigned Basic Mapping Rule https://tools.ietf.org/html/rfc7597#section-5.2 IPv4 prefix length + ea bits length < 32 (o + r < 32) psid_length = 0, ip6_prefix < 64, ip4_prefix <= 32 FAIL
TC02: BMR, full IPv4 address is to be assigned Basic Mapping Rule https://tools.ietf.org/html/rfc7597#section-5.2 IPv4 prefix length + ea bits length == 32 (o + r == 32) psid_length = 0, ip6_prefix < 64, ip4_prefix <= 32 PASS
TC03: BMR, shared IPv4 address is to be assigned Basic Mapping Rule https://tools.ietf.org/html/rfc7597#section-5.2 IPv4 prefix length + ea bits length > 32 (o + r > 32) ip6_prefix < 64, ip4_prefix <= 32 PASS
TC04: End user IPv6 prefix is 64 Supported End-User IPv6 prefix length is 64 bit. FAIL
TC05: IPv4 prefix is 0 FAIL
Bug: VPP-318 qlen < psid length FAIL
Bug: VPP-312 add route; add map; traffic pass; add route; add map; traffic fail FAIL

Map T

  • Test for Basic mapping rule for MAP-T
  • [Top] Network Topologies: TG - DUT1 - TG with two links between the nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-UDP on TG-to-DUT-if1. Eth-IPv6-UDP on TG-to-DUT-if2.
  • [Cfg] DUT configuration: DUT is configured with IPv4 on one DUT-to-TG interface and IPv6 address on second DUT-to-TG interface. MAP-T domain is configured in test template based on test parameters.
  • [Ver] TG verification: UDP packets in IPv4 are sent by TG to destination in MAP domain. IPv6 packets with translated IPv4 addresses are received on TG interface.
  • [Ref] Applicable standard specifications: RFC7599
Name Documentation Status
TC01: MAP-T test Test to check map-t address translation. FAIL