CSIT/VPP-16.06 Test Report Draft

From fd.io
< CSIT
Revision as of 00:11, 26 June 2016 by Mackonstan (Talk | contribs)

Jump to: navigation, search
DRAFT

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.06 code release, driven by the automated test infrastructure developed within the FD.io CSIT project (Continuous System and Integration Testing).

CSIT source code for test suites is available in CSIT branch stable/1606 in the directory ./tests/suites/<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.

Following sections provide description of CSIT test suites executed against VPP-16.06 release (vpp branch stable/1606), followed by a summary test results and links to more detailed test results data. The LF FD.io test environment and VPP DUT configuration specifics are provided later in this report to aid anyone interested in reproducing the complete LF FD.io CSIT testing environment, in either virtual or physical test beds.

Functional tests description

Functional tests run on virtual testbeds which are created in VIRL running on a Cisco UCS C240 server. 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:

        +--------+                      +--------+
        |        <---------------------->        |
        |  DUT1  |                      |  DUT2  |
        |        <---------------------->        |
        +--^--^--+                      +--^--^--+
           |  |                            |  |
           |  |                            |  |
           |  |         +-------+          |  |
           |  +--------->       <----------+  |
           |            |   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 a subset of test cases that requires VPP to communicate over vhost-user interfaces, a nested VM is created on DUT1 and/or DUT2 for the duration of that particular test case only.

The following functional test suites are included in the CSIT-16.06 Release:

  • Bridge Domain: Verification of untagged L2 Bridge Domain features
  • COP: Verification of COP whitelisting and blacklisting features
  • DHCP: Verification of DHCP client
  • GRE: Verification of GRE Tunnel Encapsulation
  • Honeycomb: Verification of the Honeycomb control plane interface
  • IPv4: Verification of IPV4 untagged features including arp, acl, icmp, forwarding, etc.
  • IPv6: Verification of IPV6 untagged features including acl, icmpv6, forwarding, neighbor solicitation, etc.
  • L2 X-connect: Verification of L2 cross connection for untagged and QinQ double stacked 802.1Q vlans
  • LISP: Verification of untagged LISP dataplane and API functionality
  • Vxlan: Verification of Vxlan tunnelling over cross-connection, untagged, and 802.1Q vlan

Performance tests description

Performance tests run on physical testbeds consisting of three Cisco UCS C240 servers. 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:

        +--------+                      +--------+
        |        |                      |        |
        |  DUT1  <---------------------->  DUT2  |
        |        |                      |        |
        +---^----+                      +----^---+
            |                                |
            |                                |
            |           +-------+            |
            |           |       |            |
            +----------->   TG  <------------+
                        |       |
                        +-------+

However, at a physical level there are actually five units of 10GbE or 40GbE NICs per SUT made by different vendors: Cisco 10GbE VICs, Cisco 40GbE VICs, Intel 10GbE Intel NICs, Intel 40GbE NICs. 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.


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 short job runs the short performance test suites and is intended to be run against all VPP patches (although this is not currently enabled). The long job runs all of the long performance test suites and is run on a periodic basis. There are also separate test suites for each NIC type.

Intel X520-DA2 (10 GbE) short performance test suites:

  • Bridge Domain: L2 Bridge Domain forwarding
  • COP: IPv4 and IPv6
  • IPv4: IPv4 forwarding
  • IPv6: IPv6 forwarding
  • L2 Xconnect: Untagged and QinQ 801.2Q Vlans

Intel X520-DA2 (10 GbE) long performance test suites:

  • Bridge Domain: NDR & PDR for L2 Bridge Domain forwarding
  • COP: NDR & PDR for COP on IPv4 and IPv6
  • IPv4: NDR & PDR for IPv4 forwarding
  • IPv6: NDR & PDR for IPv6 forwarding
  • L2 Xconnect: NDR & PDR for forwarding of untagged and QinQ 801.2Q Vlan tagged packets

Functional tests environment

As mentioned above, CSIT functional tests are currently executed in VIRL. The physical VIRL testbed infrastructure is consists of three identical VIRL hosts, each host being a Cisco UCS C240-M4 (2x18x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz, 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.06 tests have been executed on a single VM operating system and version only, as described in the following paragraphs.

In order to enabe 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.06 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 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 on CSIT/CSIT_LF_testbed; in summary:

  • All hosts are Cisco UCS C240-M4 (2x18x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz, 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.

For VPP 16.06 testing, only the X520 NICs on the SUT have been used, with the following topology:

  • TG X710, PCI address 0000:05:00.0 <-> SUT1 X520, PCI address 0000:0a:00.1
  • SUT1 X520, PCI address 000:0a:00.0 <-> SUT2 X520, PCI address 0000:0a:00.1
  • SUT2 X520, PCI address 0000:0a:00.0 <-> TG X710, PCI address 0000:05:00.1

Config Data: VPP (DUT)

NUMA Node Location of VPP Interfaces

pci_bus 0000:00: on NUMA node 0

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

VPP Version

vpp-16.06_amd64

VPP Compile Parameters

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

VPP Build Script

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

VPP Install Parameters

$ dpkg -i --force-all

VPP Startup Configuration

VPP startup configuration is changed per test case. We are applying CPU configuration, rx-queues configuration and no-multi-seg parameter in startup configuration. Configuration 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
}

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
}

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
}


Config Data: Traffic Generator - T-Rex

TG Version

T-rex v2.03

DPDK version

DPDK v2.2.0 (a38e5ec15e3fe615b94f3cc5edca5974dab325ab - DPDK repository)

TG Build Script used

https://gerrit.fd.io/r/gitweb?p=csit.git;a=blob_plain;f=resources/tools/t-rex/t-rex-installer.sh;hb=HEAD

TG Startup Configuration

$ cat /etc/trex_cfg.yaml
- port_limit      : 2
  version         : 2
  interfaces      : ["0000:0d:00.0","0000:0d:00.1"]
  port_bandwidth_gb : 10
  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_plain;f=resources/tools/t-rex/t-rex-stateless.py;hb=HEAD


Functional tests results

Dump of a vpp-csit-verify-virl-1606 job from console in ASCII.

Bridge Domain

Bridge Domain Untagged

L2 bridge-domain test cases - verify VPP DUT L2 MAC-based switching:

  • [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 Message 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 - verify VPP DUT security IPv4 Blacklist and Whitelist filtering based on IPv4 source addresses:

  • [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 Message 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

Performance tests results

Set of graphs from vpp-csit-verify-hw-perf-1606-long job and trending from semiweekly. For more granular view, we can also link to wiki page with console output in ASCII and also links to robot log.html and report.html, if we find a way to host them somewhere.

Tests

Suites

Performance
Long Bridge Domain Intel-X520-DA2
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.

FINAL_RATE: 8283333.125 pps (2x 4141666.5625 pps) FINAL_BANDWIDTH: 5.56639986 Gbps 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%.

FINAL_RATE: 8283333.125 pps (2x 4141666.5625 pps) FINAL_BANDWIDTH: 5.56639986 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 17059523.375 pps (2x 8529761.6875 pps) FINAL_BANDWIDTH: 11.463999708 Gbps 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%.

FINAL_RATE: 17521428.125 pps (2x 8760714.0625 pps) FINAL_BANDWIDTH: 11.7743997 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 14980952.0 pps (2x 7490476.0 pps) FINAL_BANDWIDTH: 10.067199744 Gbps 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%.

FINAL_RATE: 26066666.0 pps (2x 13033333.0 pps) FINAL_BANDWIDTH: 17.516799552 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
Long IPv4 Cop Intel-X520-DA2
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.

FINAL_RATE: 8052380.75 pps (2x 4026190.375 pps) FINAL_BANDWIDTH: 5.411199864 Gbps 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%.

FINAL_RATE: 8052380.75 pps (2x 4026190.375 pps) FINAL_BANDWIDTH: 5.411199864 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 14980952.0 pps (2x 7490476.0 pps) FINAL_BANDWIDTH: 10.067199744 Gbps 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%.

FINAL_RATE: 15211904.375 pps (2x 7605952.1875 pps) FINAL_BANDWIDTH: 10.22239974 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 25835713.625 pps (2x 12917856.8125 pps) FINAL_BANDWIDTH: 17.361599556 Gbps 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%.

FINAL_RATE: 25835713.625 pps (2x 12917856.8125 pps) FINAL_BANDWIDTH: 17.361599556 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
Long IPv4 Intel-X520-DA2
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.

FINAL_RATE: 9207142.625 pps (2x 4603571.3125 pps) FINAL_BANDWIDTH: 6.187199844 Gbps 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%.

FINAL_RATE: 9207142.625 pps (2x 4603571.3125 pps) FINAL_BANDWIDTH: 6.187199844 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 19369047.125 pps (2x 9684523.5625 pps) FINAL_BANDWIDTH: 13.015999668 Gbps 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%.

FINAL_RATE: 19599999.5 pps (2x 9799999.75 pps) FINAL_BANDWIDTH: 13.171199664 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 25604761.25 pps (2x 12802380.625 pps) FINAL_BANDWIDTH: 17.20639956 Gbps 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%.

FINAL_RATE: 25835713.625 pps (2x 12917856.8125 pps) FINAL_BANDWIDTH: 17.361599556 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
Long IPv6 Cop Intel-X520-DA2
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.

FINAL_RATE: 6527551.0 pps (2x 3263775.5 pps) FINAL_BANDWIDTH: 5.117599984 Gbps 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%.

FINAL_RATE: 6527551.0 pps (2x 3263775.5 pps) FINAL_BANDWIDTH: 5.117599984 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 11273214.25 pps (2x 5636607.125 pps) FINAL_BANDWIDTH: 8.838199972 Gbps 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%.

FINAL_RATE: 11668686.1875 pps (2x 5834343.09375 pps) FINAL_BANDWIDTH: 9.148249971 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 22741900.4376 pps (2x 11370950.2188 pps) FINAL_BANDWIDTH: 17.8296499431 Gbps 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%.

FINAL_RATE: 23137372.375 pps (2x 11568686.1875 pps) FINAL_BANDWIDTH: 18.139699942 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
Long IPv6 Intel-X520-DA2
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.

FINAL_RATE: 8109438.75 pps (2x 4054719.375 pps) FINAL_BANDWIDTH: 6.35779998 Gbps 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%.

FINAL_RATE: 8109438.75 pps (2x 4054719.375 pps) FINAL_BANDWIDTH: 6.35779998 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 16809821.375 pps (2x 8404910.6875 pps) FINAL_BANDWIDTH: 13.178899958 Gbps 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%.

FINAL_RATE: 16809821.375 pps (2x 8404910.6875 pps) FINAL_BANDWIDTH: 13.178899958 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 23137372.375 pps (2x 11568686.1875 pps) FINAL_BANDWIDTH: 18.139699942 Gbps 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%.

FINAL_RATE: 23137372.375 pps (2x 11568686.1875 pps) FINAL_BANDWIDTH: 18.139699942 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
Long Xconnect Dot1q Intel-X520-DA2
Name Documentation Message Status
TC01: 64B NDR binary search - DUT L2XC with dot1q - 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.

FINAL_RATE: 7913423.04688 pps (2x 3956711.52344 pps) FINAL_BANDWIDTH: 5.3178202875 Gbps PASS
TC02: 64B PDR binary search - DUT L2XC with dot1q - 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%.

FINAL_RATE: 8133806.5625 pps (2x 4066903.28125 pps) FINAL_BANDWIDTH: 5.46591801 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
TC03: 1518B NDR binary search - DUT L2XC with dot1q - 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.

FINAL_RATE: 1621270.0 pps (2x 810635.0 pps) FINAL_BANDWIDTH: 19.94810608 Gbps PASS
TC04: 1518B PDR binary search - DUT L2XC with dot1q - 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%.

FINAL_RATE: 1621270.0 pps (2x 810635.0 pps) FINAL_BANDWIDTH: 19.94810608 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
TC05: 9000B NDR binary search - DUT L2XC with dot1q - 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.

FINAL_RATE: 277038.0 pps (2x 138519.0 pps) FINAL_BANDWIDTH: 19.99106208 Gbps PASS
TC06: 9000B PDR binary search - DUT L2XC with dot1q - 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%.

FINAL_RATE: 277038.0 pps (2x 138519.0 pps) FINAL_BANDWIDTH: 19.99106208 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
TC07: 64B NDR binary search - DUT L2XC with dot1q - 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.

FINAL_RATE: 16067613.125 pps (2x 8033806.5625 pps) FINAL_BANDWIDTH: 10.79743602 Gbps PASS
TC08: 64B PDR binary search - DUT L2XC with dot1q - 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%.

FINAL_RATE: 16287996.6406 pps (2x 8143998.32031 pps) FINAL_BANDWIDTH: 10.9455337425 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
TC09: 1518B NDR binary search - DUT L2XC with dot1q - 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.

FINAL_RATE: 1621270.0 pps (2x 810635.0 pps) FINAL_BANDWIDTH: 19.94810608 Gbps PASS
TC10: 1518B PDR binary search - DUT L2XC with dot1q - 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%.

FINAL_RATE: 1621270.0 pps (2x 810635.0 pps) FINAL_BANDWIDTH: 19.94810608 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
TC11: 9000B NDR binary search - DUT L2XC with dot1q - 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.

FINAL_RATE: 277038.0 pps (2x 138519.0 pps) FINAL_BANDWIDTH: 19.99106208 Gbps PASS
TC12: 9000B PDR binary search - DUT L2XC with dot1q - 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%.

FINAL_RATE: 277038.0 pps (2x 138519.0 pps) FINAL_BANDWIDTH: 19.99106208 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
TC13: 64B NDR binary search - DUT L2XC with dot1q - 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.

FINAL_RATE: 24442186.7188 pps (2x 12221093.3594 pps) FINAL_BANDWIDTH: 16.425149475 Gbps PASS
TC14: 64B PDR binary search - DUT L2XC with dot1q - 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%.

FINAL_RATE: 24662570.2344 pps (2x 12331285.1172 pps) FINAL_BANDWIDTH: 16.5732471975 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
TC15: 1518B NDR binary search - DUT L2XC with dot1q - 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.

FINAL_RATE: 1621270.0 pps (2x 810635.0 pps) FINAL_BANDWIDTH: 19.94810608 Gbps PASS
TC16: 1518B PDR binary search - DUT L2XC with dot1q - 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%.

FINAL_RATE: 1621270.0 pps (2x 810635.0 pps) FINAL_BANDWIDTH: 19.94810608 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
TC17: 9000B NDR binary search - DUT L2XC with dot1q - 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.

FINAL_RATE: 277038.0 pps (2x 138519.0 pps) FINAL_BANDWIDTH: 19.99106208 Gbps PASS
TC18: 9000B PDR binary search - DUT L2XC with dot1q - 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%.

FINAL_RATE: 277038.0 pps (2x 138519.0 pps) FINAL_BANDWIDTH: 19.99106208 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
Long Xconnect Intel-X520-DA2
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.

FINAL_RATE: 10130952.125 pps (2x 5065476.0625 pps) FINAL_BANDWIDTH: 6.807999828 Gbps 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%.

FINAL_RATE: 10130952.125 pps (2x 5065476.0625 pps) FINAL_BANDWIDTH: 6.807999828 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 21216666.125 pps (2x 10608333.0625 pps) FINAL_BANDWIDTH: 14.257599636 Gbps 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%.

FINAL_RATE: 21216666.125 pps (2x 10608333.0625 pps) FINAL_BANDWIDTH: 14.257599636 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 25604761.25 pps (2x 12802380.625 pps) FINAL_BANDWIDTH: 17.20639956 Gbps 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%.

FINAL_RATE: 25835713.625 pps (2x 12917856.8125 pps) FINAL_BANDWIDTH: 17.361599556 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps 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%.

FINAL_RATE: 1625486.0 pps (2x 812743.0 pps) FINAL_BANDWIDTH: 19.999979744 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

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.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps 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%.

FINAL_RATE: 277160.0 pps (2x 138580.0 pps) FINAL_BANDWIDTH: 19.9998656 Gbps

LOSS_ACCEPTANCE: 0.5 percentage

PASS
Short Bridge Domain Intel-X520-DA2
Name Documentation Message Status
TC01: Verify 64B ref-NDR at 2x 3.2Mpps - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC02: Verify 1518B ref-NDR at 2x 812.74kpps - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC03: Verify 9000B ref-NDR at 2x 138.58kpps - DUT L2BD - 1thread 1core 1rxq [Cfg] DUT runs L2BD config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC04: Verify 64B ref-NDR at 2x 6.9Mpps - DUT L2BD - 2thread 2core 1rxq [Cfg] DUT runs L2BD config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC05: Verify 1518B ref-NDR at 2x 812.74kpps - DUT L2BD - 2thread 2core 1rxq [Cfg] DUT runs L2BD config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC06: Verify 9000B ref-NDR at 2x 138.58kpps - DUT L2BD - 2thread 2core 1rxq [Cfg] DUT runs L2BD config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC07: Verify 64B ref-NDR at 2x 7.4Mpps - DUT L2BD - 4thread 4core 2rxq [Cfg] DUT runs L2BD config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC08: Verify 1518B ref-NDR at 2x 812.74kpps - DUT L2BD - 4thread 4core 2rxq [Cfg] DUT runs L2BD config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC09: Verify 9000B ref-NDR at 2x 138.58kpps - DUT L2BD - 4thread 4core 2rxq [Cfg] DUT runs L2BD config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
Short IPv4 Cop Intel-X520-DA2
Name Documentation Message Status
TC01: Verify 64B ref-NDR at 2x 3.5Mpps - 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] Verify

ref-NDR for 64 Byte frames using single trial throughput test.

PASS
TC02: Verify 1518B ref-NDR at 2x 812.74kpps - 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] Verify

ref-NDR for 1518 Byte frames using single trial throughput test.

PASS
TC03: Verify 9000B ref-NDR at 2x 138.58kpps - 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] Verify

ref-NDR for 9000 Byte frames using single trial throughput test.

PASS
TC04: Verify 64B ref-NDR at 2x 6.6Mpps - DUT IPv4 whitelist - 2thread 2core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify

ref-NDR for 64 Byte frames using single trial throughput test.

PASS
TC05: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv4 whitelist - 2thread 2core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify

ref-NDR for 1518 Byte frames using single trial throughput test.

PASS
TC06: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv4 whitelist - 2thread 2core 1rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify

ref-NDR for 9000 Byte frames using single trial throughput test.

PASS
TC07: Verify 64B ref-NDR at 2x 10.0Mpps - DUT IPv4 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Verify

ref-NDR for 64 Byte frames using single trial throughput test.

PASS
TC08: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv4 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Verify

ref-NDR for 1518 Byte frames using single trial throughput test.

PASS
TC09: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv4 whitelist - 4threads 4cores 2rxq [Cfg] DUT runs IPv4 routing and whitelist filters config with 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Verify

ref-NDR for 9000 Byte frames using single trial throughput test.

PASS
Short IPv4 Intel-X520-DA2
Name Documentation Message Status
TC01: Verify 64B ref-NDR at 2x 3.5Mpps - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC02: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC03: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv4 - 1thread 1core 1rxq [Cfg] DUT runs IPv4 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC04: Verify 64B ref-NDR at 2x 7.5Mpps - DUT IPv4 - 2threads, 2cores, 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC05: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv4 - 2threads, 2cores, 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC06: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv4 - 2threads, 2cores, 1rxq [Cfg] DUT runs IPv4 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC07: Verify 64B ref-NDR at 2x 10.0Mpps - DUT IPv4 - 4threads, 4cores, 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC08: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv4 - 4threads, 4cores, 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC09: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv4 - 4threads, 4cores, 2rxq [Cfg] DUT runs IPv4 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
Short IPv6 Cop Intel-X520-DA2
Name Documentation Message Status
TC01: Verify 78B ref-NDR at 2x 2.8Mpps - 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] Verify

ref-NDR for 78 Byte frames using single trial throughput test.

PASS
TC02: Verify 1518B ref-NDR at 2x 812.74kpps - 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] Verify

ref-NDR for 1518 Byte frames using single trial throughput test.

PASS
TC03: Verify 9000B ref-NDR at 2x 138.580kpps - 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] Verify

ref-NDR for 9000 Byte frames using single trial throughput test.

PASS
TC04: Verify 78B ref-NDR at 2x 4.9Mpps - DUT IPv6 whitelist - 2thread 2core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify

ref-NDR for 78 Byte frames using single trial throughput test.

PASS
TC05: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv6 whitelist - 2thread 2core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify

ref-NDR for 1518 Byte frames using single trial throughput test.

PASS
TC06: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv6 whitelist - 2thread 2core 1rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify

ref-NDR for 9000 Byte frames using single trial throughput test.

PASS
TC07: Verify 78B ref-NDR at 2x 10.1Mpps - DUT IPv6 whitelist - 4thread 4core 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Verify

ref-NDR for 78 Byte frames using single trial throughput test.

PASS
TC08: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv6 whitelist - 4thread 4core 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Verify

ref-NDR for 1518 Byte frames using single trial throughput test.

PASS
TC09: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv6 whitelist - 4thread 4core 2rxq [Cfg] DUT runs IPv6 routing and whitelist filters config with 4 thread, 4 phy core, 2 receive queue per NIC port. [Ver] Verify

ref-NDR for 9000 Byte frames using single trial throughput test.

PASS
Short IPv6 Intel-X520-DA2
Name Documentation Message Status
TC01: Verify 78B ref-NDR at 2x 2.9Mpps - DUT IPv6 - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 78 Byte

frames using single trial throughput test.

PASS
TC02: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv6 - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC03: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv6 - 1thread 1core 1rxq [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC04: Verify 78B ref-NDR at 2x 5.9Mpps - DUT IPv6 - 2thread 2core 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 78 Byte

frames using single trial throughput test.

PASS
TC05: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv6 - 2thread 2core 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC06: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv6 - 2thread 2core 1rxq [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC07: Verify 78B ref-NDR at 2x 7.3Mpps - DUT IPv6 - 4thread 4core 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 78 Byte

frames using single trial throughput test.

PASS
TC08: Verify 1518B ref-NDR at 2x 812.74kpps - DUT IPv6 - 4thread 4core 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC09: Verify 9000B ref-NDR at 2x 138.58kpps - DUT IPv6 - 4thread 4core 2rxq [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
Short Xconnect Dot1q Intel-X520-DA2
Name Documentation Message Status
TC01: Verify 64B ref-NDR at 2x 2.9Mpps - DUT dot1q - 1thread 1core 1rxq [Cfg] DUT runs L2XC config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC02: Verify 1518B ref-NDR at 2x 720kpps - DUT dot1q - 1thread 1core 1rxq [Cfg] DUT runs L2XC config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC03: Verify 9000B ref-NDR at 2x 120kpps - DUT dot1q - 1thread 1core 1rxq [Cfg] DUT runs L2XC config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC04: Verify 64B ref-NDR at 2x 7Mpps - DUT dot1q - 2thread 2core 1rxq [Cfg] DUT runs L2XC config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC05: Verify 1518B ref-NDR at 2x 720kpps - DUT dot1q - 2thread 2core 1rxq [Cfg] DUT runs L2XC config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC06: Verify 9000B ref-NDR at 2x 120kpps - DUT dot1q - 2thread 2core 1rxq [Cfg] DUT runs L2XC config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC07: Verify 64B ref-NDR at 2x 11Mpps - DUT dot1q - 4thread 4core 2rxq [Cfg] DUT runs L2XC config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC08: Verify 1518B ref-NDR at 2x 720kpps - DUT dot1q - 4thread 4core 2rxq [Cfg] DUT runs L2XC config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC09: Verify 9000B ref-NDR at 2x 120kpps - DUT dot1q - 4thread 4core 2rxq [Cfg] DUT runs L2XC config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
Short Xconnect Intel-X520-DA2
Name Documentation Message Status
TC01: Verify 64B ref-NDR at 2x 3.6Mpps - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC02: Verify 1518B ref-NDR at 2x 812.74kpps - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC03: Verify 9000B ref-NDR at 2x 138.58kpps - DUT L2XC - 1thread 1core 1rxq [Cfg] DUT runs L2XC config with 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC04: Verify 64B ref-NDR at 2x 8.3Mpps - DUT L2XC - 2thread 2core 1rxq [Cfg] DUT runs L2XC config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC05: Verify 1518B ref-NDR at 2x 812.43kpps - DUT L2XC - 2thread 2core 1rxq [Cfg] DUT runs L2XC config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC06: Verify 9000B ref-NDR at 2x 138.58kpps - DUT L2XC - 2thread 2core 1rxq [Cfg] DUT runs L2XC config with 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS
TC07: Verify 64B ref-NDR at 2x 9.3Mpps - DUT L2XC - 4thread 4core 2rxq [Cfg] DUT runs L2XC config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 64 Byte

frames using single trial throughput test.

PASS
TC08: Verify 1518B ref-NDR at 2x 812.74kpps - DUT L2XC - 4thread 4core 2rxq [Cfg] DUT runs L2XC config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 1518 Byte

frames using single trial throughput test.

PASS
TC09: Verify 9000B ref-NDR at 2x 138.58kpps - DUT L2XC - 4thread 4core 2rxq [Cfg] DUT runs L2XC config with 4 threads, 4 phy cores, 2 receive queues per NIC port. [Ver] Verify ref-NDR for 9000 Byte

frames using single trial throughput test.

PASS

Graphs RFC2544:NDR

Ndr plot1.png RFC2544 binary search with 64B, worker-thread=2, rss=1, NDR.png RFC2544 binary search with 64B, worker-thread=4, rss=2, NDR.png RFC2544 binary search with 78B, worker-thread=1, rss=1, NDR.png RFC2544 binary search with 78B, worker-thread=2, rss=1, NDR.png RFC2544 binary search with 78B, worker-thread=4, rss=2, NDR.png

Graphs RFC2544:PDR

RFC2544 binary search with 64B, worker-thread=1, rss=1, PDR.png RFC2544 binary search with 64B, worker-thread=2, rss=1, PDR.png RFC2544 binary search with 64B, worker-thread=4, rss=2, PDR.png RFC2544 binary search with 78B, worker-thread=1, rss=1, PDR.png RFC2544 binary search with 78B, worker-thread=2, rss=1, PDR.png RFC2544 binary search with 78B, worker-thread=4, rss=2, PDR.png

CSIT release notes

   jira release notes
   complete dump of test cases from stable/1606 branch
       functional
       performance