From 8243ea78854683f2f80da53d8f197f10316e4801 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 5 Oct 2018 10:44:15 +0200 Subject: CSIT-1332: Proposal of new layout of all graphs Change-Id: Ib5d113fd2071e481bcc5e3d043a43a58947b8da1 Signed-off-by: Tibor Frank --- .../tools/presentation/doc/graphs_improvements.css | 5 + .../tools/presentation/doc/graphs_improvements.rst | 637 + .../tools/presentation/doc/pic/graph-http-cps.svg | 541 + .../tools/presentation/doc/pic/graph-http-rps.svg | 544 + .../tools/presentation/doc/pic/graph-latency.svg | 1127 ++ .../tools/presentation/doc/pic/graph-speedup.svg | 1554 ++ .../presentation/doc/pic/graph-throughput.svg | 645 + resources/tools/presentation/generator_plots.py | 527 +- resources/tools/presentation/requirements.txt | 2 +- resources/tools/presentation/specification.yaml | 20064 +++++++++++++++---- 10 files changed, 21557 insertions(+), 4089 deletions(-) create mode 100644 resources/tools/presentation/doc/graphs_improvements.css create mode 100644 resources/tools/presentation/doc/graphs_improvements.rst create mode 100644 resources/tools/presentation/doc/pic/graph-http-cps.svg create mode 100644 resources/tools/presentation/doc/pic/graph-http-rps.svg create mode 100644 resources/tools/presentation/doc/pic/graph-latency.svg create mode 100644 resources/tools/presentation/doc/pic/graph-speedup.svg create mode 100644 resources/tools/presentation/doc/pic/graph-throughput.svg (limited to 'resources/tools/presentation') diff --git a/resources/tools/presentation/doc/graphs_improvements.css b/resources/tools/presentation/doc/graphs_improvements.css new file mode 100644 index 0000000000..bd0ffa6435 --- /dev/null +++ b/resources/tools/presentation/doc/graphs_improvements.css @@ -0,0 +1,5 @@ +body { + background-color: #F0FFFF; + width: 820px; + margin: 10px auto; +} diff --git a/resources/tools/presentation/doc/graphs_improvements.rst b/resources/tools/presentation/doc/graphs_improvements.rst new file mode 100644 index 0000000000..336faf9748 --- /dev/null +++ b/resources/tools/presentation/doc/graphs_improvements.rst @@ -0,0 +1,637 @@ +================================ + Envisioning information by PAL +================================ + +Introduction +------------ + +This document describes possible improvements in data presentation provided by +PAL for the `Report `_ and the +`Trending `_ + +You can generate a standalone html version of this document using e.g. +rst2html5 tool: + +.. code:: bash + + rst2html5 --stylesheet graphs_improvements.css graphs_improvements.rst >> graphs_improvements.html + +**Modifications of existing graphs** + +- `Speedup Multi-core`_ +- `Packet Throughput`_ +- `Packet Latency`_ +- `HTTP-TCP Performance`_ + +**New graphs to be added** + +- `Comparison between releases`_ +- `Comparison between processor architectures`_ +- `Comparison between 2-node and 3-node topologies`_ +- `Comparison between different physical testbed instances`_ +- `Comparison between NICs`_ +- `Other comparisons`_ + +**Export of static images** + +- low priority +- make possible to `export static images`_ which are available via link on the + web page. +- vector formats (svg, pdf) are preferred + +Priorities +---------- + +**Target CSIT-18.10** + +- `Speedup Multi-core`_ +- `Packet Throughput`_ + +**Nice to have in CSIT-18.10** + +.. note:: + + Only if above done, and target CSIT-18.10 is in time , otherwise next + release. + +- `Packet Latency`_ +- `HTTP-TCP Performance`_ + +Modifications of existing graphs +-------------------------------- + +The proposed modifications include the changes in: + +- the layout of the graphs, +- the data and way how it is presented, +- the test cases presented in the graphs. + +The first two points are described below, the last one will be added later as a +separate chapter. + +.. _Speedup Multi-core: + +Speedup Multi-core +`````````````````` + +The "Speedup Multicore" graph will display the measured data together with +perfect values calculated as multiples of the best value measured using one +core. The relative difference between measured and perfect values will be +displayed in the hover next to each data point. + +.. image:: pic/graph-speedup.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "Speedup Multi-core: not found. + +**Description:** + +*Data displayed:* + +- one or more data series from the same area, keep the number of displayed + data series as low as possible (max 6) +- x-axis: number of cores +- y-axis: throughput (measured and perfect) [Mpps], linear scale, beginning + with 0 +- hover information: Throughput [Mpps], Speedup [1], Relative difference between + measured and ideal values [%], Perfect Throughput [%] +- Limits of ethernet links, NICs and PCIe. See `Physical performance limits`_. + +*Layout:* + +- plot type: lines with data points (plotly.graph_objs.Scatter) +- data series format: + - measured: solid line with data points + - perfect: dashed line with data points, the same color as "measured" +- title: "Speedup Multi-core: ", + top, centered, font size 18; configurable in specification file: visible / + hidden, text +- x-axis: integers, starting with 1 (core), linear, font size 16, bottom +- x-axis label: "Number of cores [qty]", bottom, centered, font size 16 +- y-axis: float, starting with 0, dynamic range, linear, font size 16, left +- y-axis label: "Packet Throughput [Mpps]", middle, left +- legend: list of presented test cases, bottom, left, font size 16; the order + of displayed tests is configurable in the specification file +- annotation: text: "dashed: perfect
solid: measured", top, left, + font size 16 + +.. _Packet Throughput: + +Packet Throughput +````````````````` + +The "Packet Throughput" graph will display the measured data using +statistical box graph. Each data point is constructed from 10 samples. +The statistical data are displayed as hover information. + +.. image:: pic/graph-throughput.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "Packet Throughput" not found. + +**Description:** + +*Data displayed:* + +- one or more data points from the same area, keep the number of displayed + data points as low as possible (max 6) +- x-axis: indexed test cases +- y-axis: throughput [Mpps], linear scale, beginning with 0 +- hover information: statistical data (min, lower fence, q1, median, q3, + higher fence, max), test case name + +*Layout:* + +- plot type: statistical box (plotly.graph_objs.Box) +- data series format: box +- title: "Packet Throughput: ", + top, centered, font size 18; configurable in specification file: visible / + hidden, text +- x-axis: integers, starting with 1, linear, font size 16, bottom; the order + of displayed tests is configurable in the specification file +- x-axis label: "Indices of Test Cases [Index]", bottom, centered, font size 16 +- y-axis: floats, starting with 0, dynamic range, linear, font size 16, left +- y-axis label: "Packet Throughput [Mpps]", middle, left +- legend: "Indexed Test Cases [idx]", bottom, left, font size 16 + +.. _Packet Latency: + +Packet Latency +`````````````` + +The "Packet Latency" graph will display the measured data using +statistical box graph. Each data point is constructed from 10 samples. +The statistical data are displayed as hover information. + +.. image:: pic/graph-latency.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "Packet Latency" not found. + +**Description:** + +*Data displayed:* + +- one or more data points from the same area, keep the number of displayed + data points as low as possible (max 6) +- x-axis: data flow directions +- y-axis: latency min/avg/max [uSec], linear scale, beginning with 0 +- hover information: statistical data (min, avg, max), test case name, direction + +*Layout:* + +- plot type: scatter with errors (plotly.graph_objs.Scatter) +- data series format: data point with min amd max values +- title: "Packet Latency: ", + top, centered, font size 18; configurable in specification file: visible / + hidden, text +- x-axis: text, font size 16, bottom; the order of displayed tests is + configurable in the specification file +- x-axis label: "Direction", bottom, centered +- y-axis: integers, starting with 0, dynamic range, linear, font size 16, left +- y-axis label: "Packet Latency min/avg/max [uSec]", middle, left +- legend: "Indexed Test Cases [idx]", bottom, left, font size 16 + +.. _HTTP-TCP Performance: + +HTTP/TCP Performance +```````````````````` + +The "HTTP/TCP Performance" graph will display the measured data using +statistical box graph separately for "Connections per second" and "Requests per +second". Each data point is constructed from 10 samples. The statistical data +are displayed as hover information. + +.. image:: pic/graph-http-cps.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "HTTP/TCP Performance" not found. + +.. image:: pic/graph-http-rps.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "HTTP/TCP Performance" not found. + +**Description:** + +*Data displayed:* + +- requests / connections per second, the same tests configured for 1, 2 and + 4 cores (3 data points in each graph) +- x-axis: indexed test cases +- y-axis: requests/connections per second, linear scale, beginning with 0 +- hover information: statistical data (min, lower fence, q1, median, q3, + higher fence, max), test case name + +*Layout:* + +- plot type: statistical box (plotly.graph_objs.Box) +- data series format: box +- title: "VPP HTTP Server Performance", top, centered, font size 18 +- x-axis: integers, font size 16, bottom +- x-axis label: "Indices of Test Cases [Index]", bottom, centered, font size 16 +- y-axis: floats, starting with 0, dynamic range, linear, font size 16, left +- y-axis label: "Connections per second [cps]", "Requests per second [rps]", + top, left +- legend: "Indexed Test Cases [idx]", bottom, left, font size 16 + +New graphs to be added +---------------------- + +- *Comparison between releases* + + - compare MRR, NDR, PDR between releases + - use as many releases as available + +- *Comparison between processor architectures* + + - compare MRR, NDR, PDR between processor architectures + - HSW vs SKX (vs ARM when available) + +- *Comparison between 2-node and 3-node topologies* + + - compare MRR, NDR, PDR between topologies + - 3n-skx vs 2n-skx + +- *Comparison between different physical testbed instances* + + - compare the results of the same test (MRR, NDR, PDR) run on different + instances of the same testbed, e.g. HSW + - HSW vs HSW, SKX vs SKX + +- *Comparison between NICs* + + - compare the results of the same test (MRR, NDR, PDR) run on different NICs + but on the same instance of a physical testbed. + - x520 vs x710 vs xl710 on HSW + - x710 vs xxv710 on SKX + +- *Other comparisons* + +.. note:: + + - Partially based on the existing tables in the Report + - Only selected TCs + +.. _Comparison between releases: + +Comparison between releases +``````````````````````````` + +This graph will compare the results of the same test from different releases. +One graph can present the data from one or more tests logically grouped. See +`Grouping of tests in graphs`_ for more information. +Each data point is constructed from 10 samples. The statistical data are +displayed as hover information. + +.. image:: pic/graph_cmp_releases.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "Comparison between releases" not found. + +**Description:** + +*Data displayed:* + +- data: packet throughput +- x-axis: release +- y-axis: packet throughput [Mpps], linear scale, beginning with 0 +- hover information: statistical data (median, stdev), test case name, release + +*Layout:* + +- plot type: scatter with line +- data series format: line with markers +- title: "Packet Throughput: ", + top, centered, font size 18 +- x-axis: strings, font size 16, bottom +- x-axis label: "Release", bototm, centered, font size 16 +- y-axis: floats, starting with 0, dynamic range, linear, bottom, font size 16 +- y-axis label: "Packet Throughput [Mpps]", middle, left, font size 16 +- legend: "Test Cases", bottom, left, font size 16 + +.. _Comparison between processor architectures: + +Comparison between processor architectures +`````````````````````````````````````````` + +This graph will compare the results of the same test from the same release run +on the different processor architectures (HSW, SKX, later ARM). +One graph can present the data from one or more tests logically grouped. See +`Grouping of tests in graphs`_ for more information. +Each data point is constructed from 10 samples. The statistical data are +displayed as hover information. + +.. image:: pic/graph_cmp_arch.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "Comparison between processor architectures" not found. + +**Description:** + +*Data displayed:* + +- data: packet throughput +- x-axis: processor architecture +- y-axis: throughput [Mpps], linear scale, beginning with 0 +- hover information: statistical data (median, stdev), test case name, processor + architecture + +*Layout:* + +- plot type: scatter with line +- data series format: line with markers +- title: "Packet Throughput: ", + top, centered, font size 18 +- x-axis: strings, font size 16, bottom, centered +- x-axis label: "Processor architecture", bottom, centered, font size 16 +- y-axis: floats, starting with 0, dynamic range, linear, font size 16, left +- y-axis label: "Packet Throughput [Mpps]", middle, left +- legend: "Test cases", bottom, left, font size 16 + +.. _Comparison between 2-node and 3-node topologies: + +Comparison between 2-node and 3-node topologies +``````````````````````````````````````````````` + +This graph will compare the results of the same test from the same release run +on the same processor architecture but different topologies (3n-skx, 2n-skx). +One graph can present the data from one or more tests logically grouped. See +`Grouping of tests in graphs`_ for more information. +Each data point is constructed from 10 samples. The statistical data are +displayed as hover information. + +.. image:: pic/graph_cmp_topo.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "Comparison between 2-node and 3-node topologies" not found. + +**Description:** + +*Data displayed:* + +- data: packet throughput +- x-axis: topology +- y-axis: throughput [Mpps], linear scale, beginning with 0 +- hover information: statistical data (median, stdev), test case name, topology + +*Layout:* + +- plot type: scatter with line +- data series format: line with markers +- title: "Packet Throughput: ", + top, centered, font size 18 +- x-axis: strings, font size 16, bottom, centered +- x-axis label: "Topology", bottom, centered, font size 16 +- y-axis: floats, starting with 0, dynamic range, linear, font size 16, left +- y-axis label: "Packet Throughput [Mpps]", middle, left, font size 16 +- legend: "Test cases", bottom, left, font size 16 + +.. _Comparison between different physical testbed instances: + +Comparison between different physical testbed instances +``````````````````````````````````````````````````````` + +This graph will compare the results of the same test from the same release run +on the same processor architecture, the same topology but different physical +testbed instances. +One graph can present the data from one or more tests logically grouped. See +`Grouping of tests in graphs`_ for more information. +Each data point is constructed from 10 samples. The statistical data are +displayed as hover information. + + +.. image:: pic/graph_cmp_testbed.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "Comparison between different physical testbed instances" not + found. + +**Description:** + +*Data displayed:* + +- data: packet throughput +- x-axis: physical testbed instances +- y-axis: throughput [Mpps], linear scale, beginning with 0 +- hover information: statistical data (median, stdev), test case name, physical + testbed instance + +*Layout:* + +- plot type: scatter with line +- data series format: line with markers +- title: "Packet Throughput: ", + top, centered, font size 18 +- x-axis: strings, font size 16, bottom, centered +- x-axis label: "Physical Testbed Instance", bottom, centered, font size 16 +- y-axis: floats, starting with 0, dynamic range, linear, font size 16, left +- y-axis label: "Packet Throughput [Mpps]", middle, left, font size 16 +- legend: "Test cases", bottom, left, font size 16 + +.. _Comparison between NICs: + +Comparison between NICs +``````````````````````` + +This graph will compare the results of the same test from the same release run +on the same processor architecture, the same topology but different NICs. +One graph can present the data from one or more tests logically grouped. See +`Grouping of tests in graphs`_ for more information. +Each data point is constructed from 10 samples. The statistical data are +displayed as hover information. + +.. image:: pic/graph_cmp_nics.svg + :width: 800 px + :scale: 50 % + :align: center + :alt: Graph "Comparison between NICs" not found. + +**Description:** + +*Data displayed:* + +- data: packet throughput +- x-axis: NICs +- y-axis: packet throughput [Mpps], linear scale, beginning with 0 +- hover information: statistical data (median, stdev), test case name, NIC + +*Layout:* + +- plot type: scatter with line +- data series format: line with markers +- title: "Packet Throughput: ", + top, centered, font size 18 +- x-axis: strings, font size 16, bottom +- x-axis label: "NIC", bottom, centered, font size 16 +- y-axis: floats, starting with 0, dynamic range, linear, font size 16, left +- y-axis label: "Packet Throughput [Mpps]", middle, left, font size 16 +- legend: "Test cases", bottom, left, font size 16 + +.. _Other comparisons: + +Other comparisons +````````````````` + +**Other tests results comparisons** + +- compare packet throughput for vhost vs memif + +**Other views on collected data** + +- per `Vratko Polak email on csit-dev `_. + +.. _Grouping of tests in graphs: + +Grouping of tests in graphs +--------------------------- + +A graph can present results of one or more tests. The tests are grouped +according to the defined criteria. In the ideal case, all graphs use the same +groups of tests. + +The grouping of tests is described in a separate document. + +.. TODO: [MK], [TF]: Create the document. +.. TODO: [TF]: Add the link. +.. TODO: [TF]: Remove/edit the next paragraph when the document is ready. + +**Example of data grouping:** + +- ip4: ip4base, ip4scale20k, ip4scale200k, ip4scale2m + - data presented in this order from left to right +- ip6: similar to ip4 +- l2bd: similar to ip4. + +.. _Sorting of tests presented in a graph: + +Sorting of tests presented in a graph +------------------------------------- + +It is possible to specify the order of tests (suites) on the x-axis presented in +a graph: + +- `Packet Throughput`_ +- `Packet Latency`_ + +It is possible to specify the order of tests (suites) in the legend presented in +a graph: + +- `Speedup Multi-core`_ + +In both cases the order is defined in the specification file for each plot +separately, e.g.: + +.. code:: yaml + + - + type: "plot" + + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + +The sorting is based on tags. If more then one test has the same tag, only the +first one is taken. The remaining tests and the tests without listed tags are +placed at the end of the list in random order. + +.. _export static images: + +Export of static images +----------------------- + +Not implemented yet. For more information see: + +- `Plotly: Static image export `_ +- prefered vector formats (svg, pdf) +- requirements: + - plotly-orca + - `Orca `_ + - `Orca releases `_ + - `Orca management in Python `_ + - psutil + +.. _Physical performance limits: + +Physical performance limits +--------------------------- + ++-----------------+----------------+ +| Ethernet links | pps @64B | ++=================+================+ +| 10ge | 14,880,952.38 | ++-----------------+----------------+ +| 25ge | 37,202,380.95 | ++-----------------+----------------+ +| 40ge | 59,523,809.52 | ++-----------------+----------------+ +| 100ge | 148,809,523.81 | ++-----------------+----------------+ + + ++-----------------+----------------+ +| Ethernet links | bps | ++=================+================+ +| 64B | | ++-----------------+----------------+ +| IMIX | | ++-----------------+----------------+ +| 1518B | | ++-----------------+----------------+ +| 9000B | | ++-----------------+----------------+ + + ++-----------------+----------------+ +| NIC | pps @64B | ++=================+================+ +| x520 | 24,460,000 | ++-----------------+----------------+ +| x710 | 35,800,000 | ++-----------------+----------------+ +| xxv710 | 35,800,000 | ++-----------------+----------------+ +| xl710 | 35,800,000 | ++-----------------+----------------+ + + ++-----------------+----------------+ +| NIC | bw ??B | ++=================+================+ +| x520 | | ++-----------------+----------------+ +| x710 | | ++-----------------+----------------+ +| xxv710 | | ++-----------------+----------------+ +| xl710 | | ++-----------------+----------------+ + + ++-----------------+----------------+ +| PCIe | bps | ++=================+================+ +| PCIe Gen3 x8 | 50,000,000,000 | ++-----------------+----------------+ +| PCIe Gen3 x16 | 100,000,000,000| ++-----------------+----------------+ + + ++-----------------+----------------+ +| PCIe | pps @64B | ++=================+================+ +| PCIe Gen3 x8 | 74,404,761.90 | ++-----------------+----------------+ +| PCIe Gen3 x16 | 148,809,523.81 | ++-----------------+----------------+ diff --git a/resources/tools/presentation/doc/pic/graph-http-cps.svg b/resources/tools/presentation/doc/pic/graph-http-cps.svg new file mode 100644 index 0000000000..8b0e134dcb --- /dev/null +++ b/resources/tools/presentation/doc/pic/graph-http-cps.svg @@ -0,0 +1,541 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + 0.00 + + + + + + 200k + + + + + + 400k + + + + + + 600k + + + + + + 800k + + + + + + 1.00M + + + + + + + + + + + + + + + + + + + + + + + + 1.20M + + + + + + + + + + + + + + + + + + 1. 1t1c-ethip4tcphttp-httpserver + + + + + + + + + + + + + + + + + + 2. 2t2c-ethip4tcphttp-httpserver + + + + + + 3. 4t4c-ethip4tcphttp-httpserver + + + + + + VPP HTTP Server Performance + + + + + + Connections Per Second [cps] + + + + + + Indicesof Test Cases [Index] + + + + + + + + \ No newline at end of file diff --git a/resources/tools/presentation/doc/pic/graph-http-rps.svg b/resources/tools/presentation/doc/pic/graph-http-rps.svg new file mode 100644 index 0000000000..1ee4a8e564 --- /dev/null +++ b/resources/tools/presentation/doc/pic/graph-http-rps.svg @@ -0,0 +1,544 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + 0.00 + + + + + + 200k + + + + + + 400k + + + + + + 600k + + + + + + 800k + + + + + + 1.00M + + + + + + + + + + + + + + + + + + + + + + + + 1.20M + + + + + + + + + + + + + + + + + + 1. 1t1c-ethip4tcphttp-httpserver + + + + + + + + + + + + + + + + + + 2. 2t2c-ethip4tcphttp-httpserver + + + + + + 3. 4t4c-ethip4tcphttp-httpserver + + + + + + VPP HTTP Server Performance + + + + + + Indices of Test Cases [Index] + + + + + + Requests Per Second [rps] + + + + + + + + \ No newline at end of file diff --git a/resources/tools/presentation/doc/pic/graph-latency.svg b/resources/tools/presentation/doc/pic/graph-latency.svg new file mode 100644 index 0000000000..2d2eef2ee6 --- /dev/null +++ b/resources/tools/presentation/doc/pic/graph-latency.svg @@ -0,0 +1,1127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0.000 + + + + + + 100.0 + + + + + + 200.0 + + + + + + 300.0 + + + + + + 400.0 + + + + + + 500.0 + + + + + + + + + + + + + + + + + + 600.0 + + + + + + + + + + + + eth-l2patch + + + + + + + + + + + + eth-l2xcbase + + + + + + + + + + + + eth-l2bdbasemaclrn + + + + + + + + + + + + eth-l2bdscale10kmaclrn + + + + + + + + + + + + eth-l2bdscale100kmaclrn + + + + + + eth-l2bdscale1mmaclrn + + + + + + Packet Latency: l2sw-3n-hsw-x710-64b-1t1c-ndr-base-and-scale + + + + + + Direction + + + + + + + + + + + + + + + + Packet Latency [uSec] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + E-W W-E + + + + + + + + + + + + + + + + + + + + + + + + + + E-W W-E + + + + + + + + + + + + + + + + + + + + + + + + + + E-W W-E + + + + + + + + + + + + + + + + + + + + + + + + + + E-W W-E + + + + + + + + + + + + + + + + + + + + + + + + + + E-W W-E + + + + + + E-W + + + + + + W-E + + + + + + + + \ No newline at end of file diff --git a/resources/tools/presentation/doc/pic/graph-speedup.svg b/resources/tools/presentation/doc/pic/graph-speedup.svg new file mode 100644 index 0000000000..c55e8ac548 --- /dev/null +++ b/resources/tools/presentation/doc/pic/graph-speedup.svg @@ -0,0 +1,1554 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4 + + + + + + 0.000 + + + + + + 10.00 + + + + + + 20.00 + + + + + + 30.00 + + + + + + 40.00 + + + + + + 50.00 + + + + + + 60.00 + + + + + + 70.00 + + + + + + 80.00 + + + + + + + + + + + + + + + + + + + + + + + 90.00 + + + + + + + + + + + + + + + + + + eth-l2patch + + + + + + + + + + + + + + + + + + eth-l2xcbase + + + + + + + + + + + + + + + + + + eth-l2bdbasemaclrn + + + + + + + + + + + + + + + + + + eth-l2bdscale10kmaclrn + + + + + + + + + + + + + + + + + + eth-l2bdscale100kmaclrn + + + + + + eth-l2bdscale1mmaclrn + + + + + + Speedup Multi-core: l2sw-3n-hsw-x710-64b-ndr-base-and-scale + + + + + + Number of Cores [Qty] + + + + + + + + + + + + + + + + Packet Throughput [Mpps] + + + + + + + + + + + + + + + + _ _ __ + + + + + + + + + + + + + + + + perfect measured + + + + + + + + + + + + + + + + NIC Limit: 35.80Mpps + + + + + + + + + + + + + + + + Link Limit: 29.76Mpps + + + + + + PCIe Limit: 74.40Mpps + + + + + + + + \ No newline at end of file diff --git a/resources/tools/presentation/doc/pic/graph-throughput.svg b/resources/tools/presentation/doc/pic/graph-throughput.svg new file mode 100644 index 0000000000..d17c93b1cc --- /dev/null +++ b/resources/tools/presentation/doc/pic/graph-throughput.svg @@ -0,0 +1,645 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4 + + + + + + 0.00 + + + + + + 2.00 + + + + + + 4.00 + + + + + + 6.00 + + + + + + 8.00 + + + + + + 10.0 + + + + + + + + + + + + + + + + + + + + + + + + 12.0 + + + + + + + + + + + + + + + + + + 1. 10ge2p1x520-ethip4-ip4base + + + + + + + + + + + + + + + + + + 2. 10ge2p1x520-ethip4-ip4scale20k + + + + + + + + + + + + + + + + + + 3. 10ge2p1x520-ethip4-ip4scale200k + + + + + + 4. 10ge2p1x520-ethip4-ip4scale2m + + + + + + Packet Throughput: ip4-3n-hsw-x520-64b-1t1c-ndr-base-and-scale + + + + + + Indices of Test Cases [Index] + + + + + + Packet Throughput [Mpps] + + + + + + + + \ No newline at end of file diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index a6b255eed2..890de208e3 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -21,10 +21,20 @@ import plotly.offline as ploff import plotly.graph_objs as plgo from plotly.exceptions import PlotlyError +from collections import OrderedDict +from copy import deepcopy from utils import mean +COLORS = ["SkyBlue", "Olive", "Purple", "Coral", "Indigo", "Pink", + "Chocolate", "Brown", "Magenta", "Cyan", "Orange", "Black", + "Violet", "Blue", "Yellow", "BurlyWood", "CadetBlue", "Crimson", + "DarkBlue", "DarkCyan", "DarkGreen", "Green", "GoldenRod", + "LightGreen", "LightSeaGreen", "LightSkyBlue", "Maroon", + "MediumSeaGreen", "SeaGreen", "LightSlateGrey"] + + def generate_plots(spec, data): """Generate all plots specified in the specification file. @@ -37,8 +47,11 @@ def generate_plots(spec, data): logging.info("Generating the plots ...") for index, plot in enumerate(spec.plots): try: - logging.info(" Plot nr {0}:".format(index + 1)) + logging.info(" Plot nr {0}: {1}".format(index + 1, + plot.get("title", ""))) + plot["limits"] = spec.configuration["limits"] eval(plot["algorithm"])(plot, data) + logging.info(" Done.") except NameError as err: logging.error("Probably algorithm '{alg}' is not defined: {err}". format(alg=plot["algorithm"], err=repr(err))) @@ -55,9 +68,6 @@ def plot_performance_box(plot, input_data): :type input_data: InputData """ - logging.info(" Generating the plot {0} ...". - format(plot.get("title", ""))) - # Transform the data plot_title = plot.get("title", "") logging.info(" Creating the data set for the {0} '{1}'.". @@ -69,11 +79,13 @@ def plot_performance_box(plot, input_data): # Prepare the data for the plot y_vals = dict() + y_tags = dict() for job in data: for build in job: for test in build: if y_vals.get(test["parent"], None) is None: y_vals[test["parent"]] = list() + y_tags[test["parent"]] = test.get("tags", None) try: if test["type"] in ("NDRPDR", ): if "-pdr" in plot_title.lower(): @@ -89,36 +101,72 @@ def plot_performance_box(plot, input_data): except (KeyError, TypeError): y_vals[test["parent"]].append(None) + # Sort the tests + order = plot.get("sort", None) + if order and y_tags: + y_sorted = OrderedDict() + y_tags_l = {s: [t.lower() for t in ts] for s, ts in y_tags.items()} + for tag in order: + logging.info(tag) + for suite, tags in y_tags_l.items(): + if "not " in tag: + tag = tag.split(" ")[-1] + if tag.lower() in tags: + continue + else: + if tag.lower() not in tags: + continue + try: + y_sorted[suite] = y_vals.pop(suite) + y_tags_l.pop(suite) + logging.info(suite) + except KeyError as err: + logging.error("Not found: {0}".format(err)) + finally: + break + else: + y_sorted = y_vals + # Add None to the lists with missing data max_len = 0 - for val in y_vals.values(): + for val in y_sorted.values(): if len(val) > max_len: max_len = len(val) - for key, val in y_vals.items(): + for key, val in y_sorted.items(): if len(val) < max_len: val.extend([None for _ in range(max_len - len(val))]) # Add plot traces traces = list() - df = pd.DataFrame(y_vals) + df = pd.DataFrame(y_sorted) df.head() + y_max = list() for i, col in enumerate(df.columns): name = "{0}. {1}".format(i + 1, col.lower().replace('-ndrpdrdisc', ''). replace('-ndrpdr', '')) + logging.info(name) traces.append(plgo.Box(x=[str(i + 1) + '.'] * len(df[col]), - y=df[col], + y=[y / 1000000 if y else None for y in df[col]], name=name, **plot["traces"])) + val_max = max(df[col]) + if val_max: + y_max.append(int(val_max / 1000000) + 1) try: # Create plot - plpl = plgo.Figure(data=traces, layout=plot["layout"]) + layout = deepcopy(plot["layout"]) + if layout.get("title", None): + layout["title"] = "Packet Throughput: {0}". \ + format(layout["title"]) + if y_max: + layout["yaxis"]["range"] = [0, max(y_max)] + plpl = plgo.Figure(data=traces, layout=layout) # Export Plot logging.info(" Writing file '{0}{1}'.". format(plot["output-file"], plot["output-file-type"])) - ploff.plot(plpl, - show_link=False, auto_open=False, + ploff.plot(plpl, show_link=False, auto_open=False, filename='{0}{1}'.format(plot["output-file"], plot["output-file-type"])) except PlotlyError as err: @@ -126,11 +174,9 @@ def plot_performance_box(plot, input_data): format(str(err).replace("\n", " "))) return - logging.info(" Done.") - -def plot_latency_box(plot, input_data): - """Generate the plot(s) with algorithm: plot_latency_box +def plot_latency_error_bars(plot, input_data): + """Generate the plot(s) with algorithm: plot_latency_error_bars specified in the specification file. :param plot: Plot to generate. @@ -139,9 +185,6 @@ def plot_latency_box(plot, input_data): :type input_data: InputData """ - logging.info(" Generating the plot {0} ...". - format(plot.get("title", ""))) - # Transform the data plot_title = plot.get("title", "") logging.info(" Creating the data set for the {0} '{1}'.". @@ -153,6 +196,7 @@ def plot_latency_box(plot, input_data): # Prepare the data for the plot y_tmp_vals = dict() + y_tags = dict() for job in data: for build in job: for test in build: @@ -165,6 +209,7 @@ def plot_latency_box(plot, input_data): list(), # direction2, avg list() # direction2, max ] + y_tags[test["parent"]] = test.get("tags", None) try: if test["type"] in ("NDRPDR", ): if "-pdr" in plot_title.lower(): @@ -190,51 +235,111 @@ def plot_latency_box(plot, input_data): except (KeyError, TypeError): pass - y_vals = dict() - for key, values in y_tmp_vals.items(): - y_vals[key] = list() - for val in values: - if val: - average = mean(val) - else: - average = None - y_vals[key].append(average) - y_vals[key].append(average) # Twice for plot.ly + # Sort the tests + order = plot.get("sort", None) + if order and y_tags: + y_sorted = OrderedDict() + y_tags_l = {s: [t.lower() for t in ts] for s, ts in y_tags.items()} + for tag in order: + for suite, tags in y_tags_l.items(): + if tag.lower() in tags: + try: + y_sorted[suite] = y_tmp_vals.pop(suite) + y_tags_l.pop(suite) + except KeyError as err: + logging.error("Not found: {0}".format(err)) + finally: + break + else: + y_sorted = y_tmp_vals - # Add plot traces - traces = list() - try: - df = pd.DataFrame(y_vals) - df.head() - except ValueError as err: - logging.error(" Finished with error: {}". - format(str(err).replace("\n", " "))) - return + x_vals = list() + y_vals = list() + y_mins = list() + y_maxs = list() + for key, val in y_sorted.items(): + key = "-".join(key.split("-")[1:-1]) + x_vals.append(key) # dir 1 + y_vals.append(mean(val[1]) if val[1] else None) + y_mins.append(mean(val[0]) if val[0] else None) + y_maxs.append(mean(val[2]) if val[2] else None) + x_vals.append(key) # dir 2 + y_vals.append(mean(val[4]) if val[4] else None) + y_mins.append(mean(val[3]) if val[3] else None) + y_maxs.append(mean(val[5]) if val[5] else None) - for i, col in enumerate(df.columns): - name = "{0}. {1}".format(i + 1, col.lower().replace('-ndrpdrdisc', ''). - replace('-ndrpdr', '')) - traces.append(plgo.Box(x=['TGint1-to-SUT1-to-SUT2-to-TGint2', - 'TGint1-to-SUT1-to-SUT2-to-TGint2', - 'TGint1-to-SUT1-to-SUT2-to-TGint2', - 'TGint1-to-SUT1-to-SUT2-to-TGint2', - 'TGint1-to-SUT1-to-SUT2-to-TGint2', - 'TGint1-to-SUT1-to-SUT2-to-TGint2', - 'TGint2-to-SUT2-to-SUT1-to-TGint1', - 'TGint2-to-SUT2-to-SUT1-to-TGint1', - 'TGint2-to-SUT2-to-SUT1-to-TGint1', - 'TGint2-to-SUT2-to-SUT1-to-TGint1', - 'TGint2-to-SUT2-to-SUT1-to-TGint1', - 'TGint2-to-SUT2-to-SUT1-to-TGint1'], - y=df[col], - name=name, - **plot["traces"])) + traces = list() + annotations = list() + + for idx in range(len(x_vals)): + if not bool(int(idx % 2)): + direction = "West - East" + else: + direction = "East - West" + hovertext = ("Test: {test}
" + "Direction: {dir}
".format(test=x_vals[idx], + dir=direction)) + if isinstance(y_maxs[idx], float): + hovertext += "Max: {max:.2f}uSec
".format(max=y_maxs[idx]) + if isinstance(y_vals[idx], float): + hovertext += "Avg: {avg:.2f}uSec
".format(avg=y_vals[idx]) + if isinstance(y_mins[idx], float): + hovertext += "Min: {min:.2f}uSec".format(min=y_mins[idx]) + + if isinstance(y_maxs[idx], float) and isinstance(y_vals[idx], float): + array = [y_maxs[idx] - y_vals[idx], ] + else: + array = [None, ] + if isinstance(y_mins[idx], float) and isinstance(y_vals[idx], float): + arrayminus = [y_vals[idx] - y_mins[idx], ] + else: + arrayminus = [None, ] + traces.append(plgo.Scatter( + x=[idx, ], + y=[y_vals[idx], ], + name=x_vals[idx], + legendgroup=x_vals[idx], + showlegend=bool(int(idx % 2)), + mode="markers", + error_y=dict( + type='data', + symmetric=False, + array=array, + arrayminus=arrayminus, + color=COLORS[int(idx / 2)] + ), + marker=dict( + size=10, + color=COLORS[int(idx / 2)], + ), + text=hovertext, + hoverinfo="text", + )) + annotations.append(dict( + x=idx, + y=0, + xref="x", + yref="y", + xanchor="center", + yanchor="top", + text="E-W" if bool(int(idx % 2)) else "W-E", + font=dict( + size=16, + ), + align="center", + showarrow=False + )) try: # Create plot logging.info(" Writing file '{0}{1}'.". format(plot["output-file"], plot["output-file-type"])) - plpl = plgo.Figure(data=traces, layout=plot["layout"]) + layout = deepcopy(plot["layout"]) + if layout.get("title", None): + layout["title"] = "Packet Latency: {0}".\ + format(layout["title"]) + layout["annotations"] = annotations + plpl = plgo.Figure(data=traces, layout=layout) # Export Plot ploff.plot(plpl, @@ -246,11 +351,10 @@ def plot_latency_box(plot, input_data): format(str(err).replace("\n", " "))) return - logging.info(" Done.") - def plot_throughput_speedup_analysis(plot, input_data): - """Generate the plot(s) with algorithm: plot_throughput_speedup_analysis + """Generate the plot(s) with algorithm: + plot_throughput_speedup_analysis specified in the specification file. :param plot: Plot to generate. @@ -259,9 +363,6 @@ def plot_throughput_speedup_analysis(plot, input_data): :type input_data: InputData """ - logging.info(" Generating the plot {0} ...". - format(plot.get("title", ""))) - # Transform the data plot_title = plot.get("title", "") logging.info(" Creating the data set for the {0} '{1}'.". @@ -271,16 +372,18 @@ def plot_throughput_speedup_analysis(plot, input_data): logging.error("No data.") return - throughput = dict() + y_vals = dict() + y_tags = dict() for job in data: for build in job: for test in build: - if throughput.get(test["parent"], None) is None: - throughput[test["parent"]] = {"1": list(), - "2": list(), - "4": list()} + if y_vals.get(test["parent"], None) is None: + y_vals[test["parent"]] = {"1": list(), + "2": list(), + "4": list()} + y_tags[test["parent"]] = test.get("tags", None) try: - if test["type"] in ("NDRPDR", ): + if test["type"] in ("NDRPDR",): if "-pdr" in plot_title.lower(): ttype = "PDR" elif "-ndr" in plot_title.lower(): @@ -288,62 +391,270 @@ def plot_throughput_speedup_analysis(plot, input_data): else: continue if "1C" in test["tags"]: - throughput[test["parent"]]["1"].\ + y_vals[test["parent"]]["1"]. \ append(test["throughput"][ttype]["LOWER"]) elif "2C" in test["tags"]: - throughput[test["parent"]]["2"]. \ + y_vals[test["parent"]]["2"]. \ append(test["throughput"][ttype]["LOWER"]) elif "4C" in test["tags"]: - throughput[test["parent"]]["4"]. \ + y_vals[test["parent"]]["4"]. \ append(test["throughput"][ttype]["LOWER"]) except (KeyError, TypeError): pass - if not throughput: + if not y_vals: logging.warning("No data for the plot '{}'". format(plot.get("title", ""))) return - for test_name, test_vals in throughput.items(): + y_1c_max = dict() + for test_name, test_vals in y_vals.items(): for key, test_val in test_vals.items(): if test_val: - throughput[test_name][key] = sum(test_val) / len(test_val) - - names = ['1 core', '2 cores', '4 cores'] - x_vals = list() - y_vals_1 = list() - y_vals_2 = list() - y_vals_4 = list() - - for test_name, test_vals in throughput.items(): + y_vals[test_name][key] = sum(test_val) / len(test_val) + if key == "1": + y_1c_max[test_name] = max(test_val) / 1000000.0 + + vals = dict() + y_max = list() + nic_limit = 0 + lnk_limit = 0 + pci_limit = plot["limits"]["pci"]["pci-g3-x8"] + for test_name, test_vals in y_vals.items(): if test_vals["1"]: - x_vals.append("-".join(test_name.split('-')[1:-1])) - y_vals_1.append(1) - if test_vals["2"]: - y_vals_2.append( - round(float(test_vals["2"]) / float(test_vals["1"]), 2)) - else: - y_vals_2.append(None) - if test_vals["4"]: - y_vals_4.append( - round(float(test_vals["4"]) / float(test_vals["1"]), 2)) - else: - y_vals_4.append(None) - - y_vals = [y_vals_1, y_vals_2, y_vals_4] - - y_vals_zipped = zip(names, y_vals) + name = "-".join(test_name.split('-')[1:-1]) + + vals[name] = dict() + y_val_1 = test_vals["1"] / 1000000.0 + y_val_2 = test_vals["2"] / 1000000.0 if test_vals["2"] else None + y_val_4 = test_vals["4"] / 1000000.0 if test_vals["4"] else None + + vals[name]["val"] = [y_val_1, y_val_2, y_val_4] + vals[name]["rel"] = [1.0, None, None] + vals[name]["ideal"] = [y_1c_max[test_name], + y_1c_max[test_name] * 2, + y_1c_max[test_name] * 4] + vals[name]["diff"] = \ + [(y_val_1 - y_1c_max[test_name]) * 100 / y_val_1, None, None] + + val_max = max(max(vals[name]["val"], vals[name]["ideal"])) + if val_max: + y_max.append(int((val_max / 10) + 1) * 10) + + if y_val_2: + vals[name]["rel"][1] = round(y_val_2 / y_val_1, 2) + vals[name]["diff"][1] = \ + (y_val_2 - vals[name]["ideal"][1]) * 100 / y_val_2 + if y_val_4: + vals[name]["rel"][2] = round(y_val_4 / y_val_1, 2) + vals[name]["diff"][2] = \ + (y_val_4 - vals[name]["ideal"][2]) * 100 / y_val_4 + + # Limits: + if "x520" in test_name: + limit = plot["limits"]["nic"]["x520"] + elif "x710" in test_name: + limit = plot["limits"]["nic"]["x710"] + elif "xxv710" in test_name: + limit = plot["limits"]["nic"]["xxv710"] + elif "xl710" in test_name: + limit = plot["limits"]["nic"]["xl710"] + else: + limit = 0 + if limit > nic_limit: + nic_limit = limit + + mul = 2 if "ge2p" in test_name else 1 + if "10ge" in test_name: + limit = plot["limits"]["link"]["10ge"] * mul + elif "25ge" in test_name: + limit = plot["limits"]["link"]["25ge"] * mul + elif "40ge" in test_name: + limit = plot["limits"]["link"]["40ge"] * mul + elif "100ge" in test_name: + limit = plot["limits"]["link"]["100ge"] * mul + else: + limit = 0 + if limit > lnk_limit: + lnk_limit = limit + + # Sort the tests + order = plot.get("sort", None) + if order and y_tags: + y_sorted = OrderedDict() + y_tags_l = {s: [t.lower() for t in ts] for s, ts in y_tags.items()} + for tag in order: + for test, tags in y_tags_l.items(): + if tag.lower() in tags: + name = "-".join(test.split('-')[1:-1]) + try: + y_sorted[name] = vals.pop(name) + y_tags_l.pop(test) + except KeyError as err: + logging.error("Not found: {0}".format(err)) + finally: + break + else: + y_sorted = vals + traces = list() - for val in y_vals_zipped: - traces.append(plgo.Bar(x=x_vals, - y=val[1], - name=val[0])) + annotations = list() + x_vals = [1, 2, 4] + + # Limits: + threshold = 1.1 * max(y_max) # 10% + + nic_limit /= 1000000.0 + if nic_limit < threshold: + traces.append(plgo.Scatter( + x=x_vals, + y=[nic_limit, ] * len(x_vals), + name="NIC: {0:.2f}Mpps".format(nic_limit), + showlegend=False, + mode="lines", + line=dict( + dash="dot", + color=COLORS[-1], + width=1), + hoverinfo="none" + )) + annotations.append(dict( + x=1, + y=nic_limit, + xref="x", + yref="y", + xanchor="left", + yanchor="bottom", + text="NIC: {0:.2f}Mpps".format(nic_limit), + font=dict( + size=14, + color=COLORS[-1], + ), + align="left", + showarrow=False + )) + y_max.append(int((nic_limit / 10) + 1) * 10) + + lnk_limit /= 1000000.0 + if lnk_limit < threshold: + traces.append(plgo.Scatter( + x=x_vals, + y=[lnk_limit, ] * len(x_vals), + name="Link: {0:.2f}Mpps".format(lnk_limit), + showlegend=False, + mode="lines", + line=dict( + dash="dot", + color=COLORS[-2], + width=1), + hoverinfo="none" + )) + annotations.append(dict( + x=1, + y=lnk_limit, + xref="x", + yref="y", + xanchor="left", + yanchor="bottom", + text="Link: {0:.2f}Mpps".format(lnk_limit), + font=dict( + size=14, + color=COLORS[-2], + ), + align="left", + showarrow=False + )) + y_max.append(int((lnk_limit / 10) + 1) * 10) + + pci_limit /= 1000000.0 + if pci_limit < threshold: + traces.append(plgo.Scatter( + x=x_vals, + y=[pci_limit, ] * len(x_vals), + name="PCIe: {0:.2f}Mpps".format(pci_limit), + showlegend=False, + mode="lines", + line=dict( + dash="dot", + color=COLORS[-3], + width=1), + hoverinfo="none" + )) + annotations.append(dict( + x=1, + y=pci_limit, + xref="x", + yref="y", + xanchor="left", + yanchor="bottom", + text="PCIe: {0:.2f}Mpps".format(pci_limit), + font=dict( + size=14, + color=COLORS[-3], + ), + align="left", + showarrow=False + )) + y_max.append(int((pci_limit / 10) + 1) * 10) + + # Perfect and measured: + cidx = 0 + for name, val in y_sorted.iteritems(): + hovertext = list() + for idx in range(len(val["val"])): + htext = "" + if isinstance(val["val"][idx], float): + htext += "value: {0:.2f}Mpps
".format(val["val"][idx]) + if isinstance(val["diff"][idx], float): + htext += "diff: {0:.0f}%
".format(round(val["diff"][idx])) + if isinstance(val["rel"][idx], float): + htext += "speedup: {0:.2f}".format(val["rel"][idx]) + hovertext.append(htext) + traces.append(plgo.Scatter(x=x_vals, + y=val["val"], + name=name, + legendgroup=name, + mode="lines+markers", + line=dict( + color=COLORS[cidx], + width=2), + marker=dict( + symbol="circle", + size=10 + ), + text=hovertext, + hoverinfo="text+name" + )) + traces.append(plgo.Scatter(x=x_vals, + y=val["ideal"], + name="{0} perfect".format(name), + legendgroup=name, + showlegend=False, + mode="lines+markers", + line=dict( + color=COLORS[cidx], + width=2, + dash="dash"), + marker=dict( + symbol="circle", + size=10 + ), + text=["perfect: {0:.2f}Mpps".format(y) + for y in val["ideal"]], + hoverinfo="text" + )) + cidx += 1 try: # Create plot logging.info(" Writing file '{0}{1}'.". format(plot["output-file"], plot["output-file-type"])) - plpl = plgo.Figure(data=traces, layout=plot["layout"]) + layout = deepcopy(plot["layout"]) + if layout.get("title", None): + layout["title"] = "Speedup Multi-core: {0}". \ + format(layout["title"]) + layout["annotations"].extend(annotations) + plpl = plgo.Figure(data=traces, layout=layout) # Export Plot ploff.plot(plpl, @@ -355,8 +666,6 @@ def plot_throughput_speedup_analysis(plot, input_data): format(str(err).replace("\n", " "))) return - logging.info(" Done.") - def plot_http_server_performance_box(plot, input_data): """Generate the plot(s) with algorithm: plot_http_server_performance_box @@ -368,9 +677,6 @@ def plot_http_server_performance_box(plot, input_data): :type input_data: InputData """ - logging.info(" Generating the plot {0} ...". - format(plot.get("title", ""))) - # Transform the data logging.info(" Creating the data set for the {0} '{1}'.". format(plot.get("type", ""), plot.get("title", ""))) @@ -418,13 +724,10 @@ def plot_http_server_performance_box(plot, input_data): # Export Plot logging.info(" Writing file '{0}{1}'.". format(plot["output-file"], plot["output-file-type"])) - ploff.plot(plpl, - show_link=False, auto_open=False, + ploff.plot(plpl, show_link=False, auto_open=False, filename='{0}{1}'.format(plot["output-file"], plot["output-file-type"])) except PlotlyError as err: logging.error(" Finished with error: {}". format(str(err).replace("\n", " "))) return - - logging.info(" Done.") diff --git a/resources/tools/presentation/requirements.txt b/resources/tools/presentation/requirements.txt index 9ecc11e489..d7b18c9c23 100644 --- a/resources/tools/presentation/requirements.txt +++ b/resources/tools/presentation/requirements.txt @@ -6,5 +6,5 @@ sphinxcontrib-programoutput PyYAML numpy pandas -plotly==3.0.0 +plotly==3.3.0 PTable diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index c58be4a856..b19f62786c 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -97,6 +97,23 @@ - type: "configuration" + limits: + nic: + x520: 24460000 + x710: 35800000 + xxv710: 35800000 + xl710: 35800000 + + link: + 10ge: 14880952.38 + 25ge: 37202380.95 + 40ge: 59523809.52 + 100ge: 148809523.81 + + pci: + pci-g3-x8: 74404761.90 + pci-g3-x16: 148809523.81 + data-sets: # VPP Performance @@ -125,7 +142,6 @@ - 30 # sel - 31 # sel - 35 # sel - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -142,7 +158,6 @@ - 47 # NDRPDR sel vpp-compare-testbeds: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -170,7 +185,6 @@ - 56 # NDRPDR sel vpp-compare-testbeds-mrr: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 8 # MRR full - 9 # MRR sel @@ -216,7 +230,6 @@ - 20 # mrr - sel - 21 # mrr - sel - 22 # mrr - sel - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 8 # MRR full - 9 # MRR sel @@ -229,7 +242,6 @@ - 48 # MRR sel vpp-perf-results-3n-hsw: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -250,7 +262,6 @@ - 8 # MRR full vpp-mrr-results-3n-skx: - # TODO: Replace with better results csit-vpp-perf-verify-1807-3n-skx: - 31 # MRR full @@ -259,7 +270,6 @@ - 27 # MRR full plot-throughput-speedup-analysis-3n-hsw: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -302,7 +312,6 @@ - 42 # NDRPDR sel plot-vpp-throughput-latency-3n-hsw: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -368,18 +377,15 @@ # VPP Ligato ligato-perf-results-3n-hsw: - # TODO: Replace with better results csit-ligato-perf-1807-all: - 3 # full ? plot-ligato-throughput-speedup-analysis-3n-hsw: - # TODO: Add Data sources csit-ligato-perf-1807-all: - 3 # full ? - 4 # sel plot-ligato-throughput-latency-3n-hsw: - # TODO: Add Data sources csit-ligato-perf-1807-all: - 3 # full ? - 4 # sel @@ -496,37 +502,47 @@ # DMM Functional dmm-func-results: - # TODO: Replace with 1807 job: csit-dmm-functional-master-ubuntu1604-virl: - 95 plot-layouts: plot-cps: + titlefont: + size: 18 xaxis: + title: "Test Cases [Index]" + titlefont: + size: 16 autorange: True fixedrange: False - gridcolor: "rgb(238, 238, 238)" - linecolor: "rgb(238, 238, 238)" + gridcolor: "rgb(230, 230, 230)" + linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True - tickcolor: "rgb(238, 238, 238)" + tickcolor: "rgb(220, 220, 220)" tickmode: "linear" - title: "Indexed Test Cases" + tickfont: + size: 16 zeroline: False yaxis: - gridcolor: "rgb(238, 238, 238)" + title: "Connections Per Second [cps]" + titlefont: + size: 16 + gridcolor: "rgb(230, 230, 230)" hoverformat: ".4s" - linecolor: "rgb(238, 238, 238)" + linecolor: "rgb(220, 220, 220)" linewidth: 1 rangemode: "tozero" showgrid: True showline: True showticklabels: True - tickcolor: "rgb(238, 238, 238)" - title: "Connections Per Second [cps]" + tickcolor: "rgb(220, 220, 220)" + tickformat: ".3s" + tickfont: + size: 16 zeroline: False boxmode: "group" boxgroupgap: 0.5 @@ -539,34 +555,47 @@ showlegend: True legend: orientation: "h" + font: + size: 16 width: 700 - height: 1000 + height: 800 plot-rps: + titlefont: + size: 18 xaxis: + title: "Test Cases [Index]" + titlefont: + size: 16 autorange: True fixedrange: False - gridcolor: "rgb(238, 238, 238)" - linecolor: "rgb(238, 238, 238)" + gridcolor: "rgb(230, 230, 230)" + linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True - tickcolor: "rgb(238, 238, 238)" + tickcolor: "rgb(220, 220, 220)" tickmode: "linear" - title: "Indexed Test Cases" + tickfont: + size: 16 zeroline: False yaxis: - gridcolor: "rgb(238, 238, 238)" + title: "Requests Per Second [rps]" + titlefont: + size: 16 + gridcolor: "rgb(230, 230, 230)" hoverformat: ".4s" - linecolor: "rgb(238, 238, 238)" + linecolor: "rgb(220, 220, 220)" linewidth: 1 rangemode: "tozero" showgrid: True showline: True showticklabels: True - tickcolor: "rgb(238, 238, 238)" - title: "Requests Per Second [rps]" + tickcolor: "rgb(230, 230, 230)" + tickformat: ".3s" + tickfont: + size: 16 zeroline: False boxmode: "group" boxgroupgap: 0.5 @@ -579,35 +608,48 @@ showlegend: True legend: orientation: "h" + font: + size: 16 width: 700 - height: 1000 + height: 800 plot-throughput: + titlefont: + size: 18 xaxis: + title: "Test Cases [Index]" + titlefont: + size: 16 autorange: True fixedrange: False - gridcolor: "rgb(238, 238, 238)" - linecolor: "rgb(238, 238, 238)" + gridcolor: "rgb(230, 230, 230)" + linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True - tickcolor: "rgb(238, 238, 238)" + tickcolor: "rgb(220, 220, 220)" tickmode: "linear" - title: "Indexed Test Cases" + tickfont: + size: 16 zeroline: False yaxis: - gridcolor: "rgb(238, 238, 238)" + title: "Packet Throughput [Mpps]" + titlefont: + size: 16 + gridcolor: "rgb(230, 230, 230)" hoverformat: ".4s" tickformat: ".3s" - linecolor: "rgb(238, 238, 238)" + linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True - tickcolor: "rgb(238, 238, 238)" - title: "Packets Per Second [pps]" + tickcolor: "rgb(220, 220, 220)" + tickfont: + size: 16 zeroline: False + range: [0,50] boxmode: "group" boxgroupgap: 0.5 autosize: False @@ -619,93 +661,159 @@ showlegend: True legend: orientation: "h" + font: + size: 16 width: 700 - height: 1000 + height: 800 - plot-latency: + plot-throughput-speedup-analysis: + titlefont: + size: 18 xaxis: + title: "Number of Cores [Qty]" + titlefont: + size: 16 autorange: True fixedrange: False - gridcolor: "rgb(238, 238, 238)" - linecolor: "rgb(238, 238, 238)" + gridcolor: "rgb(230, 230, 230)" + linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True tickcolor: "rgb(238, 238, 238)" tickmode: "linear" - title: "Indexed Test Cases" + tickfont: + size: 16 zeroline: False yaxis: - gridcolor: "rgb(238, 238, 238)" - hoverformat: "" - linecolor: "rgb(238, 238, 238)" + title: "Packet Throughput [Mpps]" + titlefont: + size: 16 + type: "linear" + gridcolor: "rgb(230, 230, 230)" + hoverformat: ".4s" + linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True - tickcolor: "rgb(238, 238, 238)" - title: "Latency min/avg/max [uSec]" - zeroline: False - boxmode: "group" - boxgroupgap: 0.5 + tickcolor: "rgb(220, 220, 220)" + tickformat: ".4s" + tickfont: + size: 16 + zeroline: True + rangemode: "tozero" + # range: [0,100] + legend: + orientation: "h" + font: + size: 16 + xanchor: "left" + yanchor: "top" + x: 0 + y: -0.2 + bgcolor: "rgba(255, 255, 255, 0)" + bordercolor: "rgba(255, 255, 255, 0)" + traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913 autosize: False margin: - t: 50 - b: 20 - l: 80 - r: 20 + 't': 50 + 'b': 150 + 'l': 85 + 'r': 10 showlegend: True - legend: - orientation: "h" width: 700 - height: 1000 + height: 700 + hoverlabel: + namelength: -1 + annotations: [ + { + text: "_ _ __ ...", + align: "left", + showarrow: False, + xref: "paper", + yref: "paper", + xanchor: "left", + yanchor: "top", + x: 0, + y: -0.125, + font: { + family: "Consolas, Courier New", + size: 15 + }, + }, + { + text: " perfect measured limit", + align: "left", + showarrow: False, + xref: "paper", + yref: "paper", + xanchor: "left", + yanchor: "top", + x: 0, + y: -0.14, + font: { + family: "Consolas, Courier New", + size: 15 + }, + }, + ] - plot-throughput-speedup-analysis: + plot-latency: + titlefont: + size: 18 xaxis: + title: "Direction" + titlefont: + size: 16 autorange: True fixedrange: False - gridcolor: "rgb(238, 238, 238)" - linecolor: "rgb(238, 238, 238)" + gridcolor: "rgb(230, 230, 230)" + linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True - showticklabels: True - tickcolor: "rgb(238, 238, 238)" + showticklabels: False + tickcolor: "rgb(220, 220, 220)" tickmode: "linear" - tickangle: 270 + tickfont: + size: 16 zeroline: False yaxis: - title: "Throughput speedup factor" - gridcolor: "rgb(238, 238, 238)" + title: "Packet Latency [uSec]" + titlefont: + size: 16 + type: "linear" + gridcolor: "rgb(230, 230, 230)" hoverformat: ".4s" - linecolor: "rgb(238, 238, 238)" + linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True - tickcolor: "rgb(238, 238, 238)" - zeroline: False + tickcolor: "rgb(220, 220, 220)" + tickformat: ".4s" + tickfont: + size: 16 + zeroline: True + rangemode: "tozero" legend: orientation: "h" - xanchor: "center" - yanchor: "top" - x: 0.5 - y: 1 - bgcolor: "rgba(255, 255, 255, 0)" - bordercolor: "rgba(255, 255, 255, 0)" - barmode: "group" - bargap: 0.15 - bargroupgap: 0.1 + font: + size: 16 + traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913 autosize: False margin: 't': 50 - 'b': 300 - 'l': 50 - 'r': 20 + 'b': 150 + 'l': 80 + 'r': 10 showlegend: True width: 700 - height: 1000 + height: 700 + hoverlabel: + namelength: -1 - type: "static" @@ -746,7 +854,6 @@ - 30 # sel - 31 # sel - 35 # sel - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 8 # MRR full - 9 # MRR sel @@ -862,7 +969,6 @@ - 12 # sel - 13 # sel - 14 # sel - # TODO: Add Data sources csit-ligato-perf-1807-all: - 3 # full ? - 4 # sel @@ -916,7 +1022,6 @@ - 278 csit-nsh_sfc-verify-func-1807-ubuntu1604-virl: - 2 - # TODO: Replace with 1807 job: csit-dmm-functional-master-ubuntu1604-virl: - 95 csit-hc2vpp-verify-func-1807-ubuntu1604: @@ -976,7 +1081,6 @@ compare: title: "rls1807" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -1038,7 +1142,6 @@ compare: title: "rls1807" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -1100,7 +1203,6 @@ compare: title: "rls1807" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -1162,7 +1264,6 @@ compare: title: "rls1807" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -1193,7 +1294,6 @@ reference: title: "3-Node Hsw" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -1238,7 +1338,6 @@ reference: title: "3-Node Hsw" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 11 # NDRPDR full 1 - 22 # NDRPDR full 2 @@ -1312,7 +1411,6 @@ compare: title: "rls1807" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 8 # MRR full - 9 # MRR sel @@ -1368,7 +1466,6 @@ compare: title: "rls1807" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 8 # MRR full - 9 # MRR sel @@ -1424,7 +1521,6 @@ compare: title: "rls1807" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 8 # MRR full - 9 # MRR sel @@ -1451,7 +1547,6 @@ reference: title: "3-Node Hsw" data: - # TODO: Add Data sources csit-vpp-perf-verify-1807-3n-hsw: - 8 # MRR full - 9 # MRR sel @@ -2853,7 +2948,7 @@ ################################################################################ -# Packet Throughput - VPP L2 3n-hsw-x520 +# Packet Throughput - VPP L2 3n-hsw-x520 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" @@ -2865,6 +2960,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -2872,12 +2968,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -2891,6 +2995,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -2898,12 +3003,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -2917,6 +3030,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -2924,12 +3038,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -2943,6 +3065,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -2950,14 +3073,23 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" +# Packet Throughput - VPP L2 3n-hsw-x520 features - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr" @@ -2967,22 +3099,27 @@ data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr" layout: "plot-throughput" - @@ -2994,22 +3131,27 @@ data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr" layout: "plot-throughput" - @@ -3021,22 +3163,27 @@ data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr" layout: "plot-throughput" - @@ -3048,25 +3195,30 @@ data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr" layout: "plot-throughput" -# Packet Throughput - VPP L2 3n-hsw-x710 +# Packet Throughput - VPP L2 3n-hsw-x710 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" @@ -3078,6 +3230,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3085,12 +3238,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3104,6 +3265,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3111,12 +3273,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -3130,6 +3300,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3137,12 +3308,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3156,6 +3335,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3163,14 +3343,23 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" +# Packet Throughput - VPP L2 3n-hsw-x710 features - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr" @@ -3180,22 +3369,27 @@ data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr" layout: "plot-throughput" - @@ -3207,22 +3401,27 @@ data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr" layout: "plot-throughput" - @@ -3234,22 +3433,27 @@ data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr" layout: "plot-throughput" - @@ -3261,25 +3465,30 @@ data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr" layout: "plot-throughput" -# Packet Throughput - VPP L2 3n-hsw-xl710 +# Packet Throughput - VPP L2 3n-hsw-xl710 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" @@ -3291,6 +3500,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3298,12 +3508,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3317,6 +3535,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3324,12 +3543,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -3343,6 +3570,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3350,12 +3578,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3369,6 +3605,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3376,15 +3613,23 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP L2 3n-skx-x710 +# Packet Throughput - VPP L2 3n-skx-x710 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" @@ -3396,6 +3641,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3403,12 +3649,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3422,6 +3676,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3429,12 +3684,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -3448,6 +3711,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3455,12 +3719,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3474,6 +3746,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3481,14 +3754,23 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" +# Packet Throughput - VPP L2 3n-skx-x710 features - type: "plot" title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr" @@ -3498,22 +3780,27 @@ data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr" layout: "plot-throughput" - @@ -3525,22 +3812,27 @@ data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr" layout: "plot-throughput" - @@ -3552,22 +3844,27 @@ data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr" layout: "plot-throughput" - @@ -3579,25 +3876,30 @@ data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr" layout: "plot-throughput" -# Packet Throughput - VPP L2 3n-skx-xxv710 +# Packet Throughput - VPP L2 3n-skx-xxv710 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr" @@ -3609,6 +3911,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3616,12 +3919,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3635,6 +3946,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3642,12 +3954,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -3661,6 +3981,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3668,12 +3989,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3687,6 +4016,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3694,15 +4024,23 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP L2 2n-skx-x710 +# Packet Throughput - VPP L2 2n-skx-x710 base and scale - type: "plot" title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" @@ -3714,6 +4052,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3721,12 +4060,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3740,6 +4087,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3747,12 +4095,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -3766,6 +4122,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3773,12 +4130,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3792,6 +4157,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3799,15 +4165,23 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP L2 2n-skx-xxv710 +# Packet Throughput - VPP L2 2n-skx-xxv710 base and scale - type: "plot" title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" @@ -3819,6 +4193,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3826,12 +4201,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3845,6 +4228,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3852,12 +4236,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -3871,6 +4263,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3878,12 +4271,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -3897,6 +4298,7 @@ '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and @@ -3904,12 +4306,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" ################################################################################ @@ -3917,10 +4327,10 @@ # Packet Throughput - VPP Container Memif 3n-hsw-x520 - type: "plot" - title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and @@ -3933,12 +4343,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr" layout: "plot-throughput" - @@ -3959,12 +4377,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -3985,12 +4411,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -4011,12 +4445,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Memif 3n-hsw-x710 @@ -4038,12 +4480,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -4064,12 +4514,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -4090,12 +4548,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -4116,12 +4582,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Memif 3n-hsw-xl710 @@ -4143,12 +4617,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -4169,12 +4651,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -4195,12 +4685,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -4221,12 +4719,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Memif 3n-skx-x710 @@ -4248,12 +4754,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - @@ -4270,16 +4784,24 @@ '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and - 'MEMIF'" + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - @@ -4300,12 +4822,20 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - @@ -4326,665 +4856,843 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -################################################################################ - -# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 +# Packet Throughput - VPP Container Memif 2n-skx-x710 - type: "plot" - title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - '1T1C' and + '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - '1T1C' and + '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - '2T2C' and + '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - '2T2C' and + '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 +# Packet Throughput - VPP Container Memif 2n-skx-xxv710 - type: "plot" - title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - '1T1C' and + '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - '1T1C' and + '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - '2T2C' and + '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - '2T2C' and + '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" ################################################################################ -# Packet Throughput - VPP IPv4 3n-hsw-x520 +# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr" layout: "plot-throughput" +# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr" + title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and + ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr" + title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and + ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr" + title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and + ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr" + title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and + ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv4 3n-hsw-x710 +# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr" layout: "plot-throughput" +# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr" + title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and + ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr" + title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and + ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr" + title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and + ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr" + title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr" + data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and + ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv4 3n-hsw-xl710 +################################################################################ + +# Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and @@ -4993,24 +5701,30 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and @@ -5019,24 +5733,30 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and @@ -5045,24 +5765,30 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and @@ -5071,8521 +5797,19855 @@ parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv4 3n-skx-x710 +# Packet Throughput - VPP IPv4 3n-hsw-x520 features - type: "plot" - title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and - '2T1C' and + '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and - '2T1C' and + '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and - '4T2C' and + '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and - '4T2C' and + '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr" layout: "plot-throughput" +# Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44 - type: "plot" - title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '2T1C' and + '1T1C' and 'IP4FWD' and + 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '2T1C' and + '1T1C' and 'IP4FWD' and + 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '4T2C' and + '2T2C' and 'IP4FWD' and + 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '4T2C' and + '2T2C' and 'IP4FWD' and + 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv4 2n-skx-x710 +# Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl - type: "plot" - title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and + '1T1C' and 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and + '1T1C' and 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and + '2T2C' and 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and + '2T2C' and 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv4 2n-skx-xxv710 +# Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl - type: "plot" - title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and + '1T1C' and 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and + '1T1C' and 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and + '2T2C' and 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and + '2T2C' and 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr" layout: "plot-throughput" -################################################################################ - -# Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 +# Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale - type: "plot" - title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 +# Packet Throughput - VPP IPv4 3n-hsw-x710 features - type: "plot" - title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '1T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '1T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 +# Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44 - type: "plot" - title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and '2T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and '2T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and '4T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and '4T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr" layout: "plot-throughput" -################################################################################ - -# Packet Throughput - VPP IPv6 3n-hsw-x520 +# Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - not 'SRv6' and + '2T1C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - not 'SRv6' and + '2T1C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - not 'SRv6' and + '4T2C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - not 'SRv6' and + '4T2C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv6 3n-hsw-x710 +# Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - not 'SRv6' and + '2T1C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - not 'SRv6' and + '2T1C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - not 'SRv6' and + '4T2C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - not 'SRv6' and + '4T2C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv6 3n-hsw-xl710 +# Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv6 3n-skx-x710 +# Packet Throughput - VPP IPv4 3n-skx-x710 base and scale - type: "plot" - title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv6 2n-skx-x710 +# Packet Throughput - VPP IPv4 3n-skx-x710 features - type: "plot" - title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T1C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T1C' and - 'IP6FWD' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-2t1c-features-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '4T2C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '4T2C' and - 'IP6FWD' and - not 'SRv6' and + 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-skx-x710-64b-4t2c-features-pdr" layout: "plot-throughput" -# Packet Throughput - VPP IPv6 2n-skx-xxv710 +# Packet Throughput - VPP IPv4 3n-skx-x710 features nat44 - type: "plot" - title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '2T1C' and - 'IP6FWD' and - not 'SRv6' and + '1T1C' and + 'IP4FWD' and + 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '2T1C' and - 'IP6FWD' and - not 'SRv6' and + '1T1C' and + 'IP4FWD' and + 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '4T2C' and - 'IP6FWD' and - not 'SRv6' and + '2T2C' and + 'IP4FWD' and + 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '4T2C' and - 'IP6FWD' and - not 'SRv6' and + '2T2C' and + 'IP4FWD' and + 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr" layout: "plot-throughput" -################################################################################ - -# Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520 +# Packet Throughput - VPP IPv4 3n-skx-x710 features iacl - type: "plot" - title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'ENCAP' and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and '1T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'ENCAP' and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and '1T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'ENCAP' and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and '2T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'ENCAP' and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and '2T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr" layout: "plot-throughput" -################################################################################ - -# Packet Throughput - VPP IPSec 3n-hsw-xl710 +# Packet Throughput - VPP IPv4 3n-skx-x710 features oacl - type: "plot" - title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and - 'IP4FWD' and 'NDRPDR' and '1T1C' and - 'IPSECHW' and - ('IPSECTRAN' or 'IPSECTUN') and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and - 'IP4FWD' and 'NDRPDR' and '1T1C' and - 'IPSECHW' and - ('IPSECTRAN' or 'IPSECTUN') and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and - 'IP4FWD' and 'NDRPDR' and '2T2C' and - 'IPSECHW' and - ('IPSECTRAN' or 'IPSECTUN') and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and - 'IP4FWD' and 'NDRPDR' and '2T2C' and - 'IPSECHW' and - ('IPSECTRAN' or 'IPSECTUN') and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr" layout: "plot-throughput" -################################################################################ - -# Packet Throughput - VPP SRv6 3n-hsw-x520 +# Packet Throughput - VPP IPv4 2n-skx-x710 base and scale - type: "plot" - title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr" + title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'FEATURE' and + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - 'SRv6'" + '2T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr" + title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'FEATURE' and + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - 'SRv6'" + '2T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr" + title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'FEATURE' and + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - 'SRv6'" + '4T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr" + title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'FEATURE' and + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - 'SRv6'" + '4T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -################################################################################ - -# Packet Throughput - VPP vhost ip4 3n-hsw-x520 +# Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '4T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '4T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP vhost l2sw 3n-hsw-x520 +################################################################################ + +# Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and + 'ENCAP' and 'NDRPDR' and '1T1C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and + 'ENCAP' and 'NDRPDR' and - '2T2C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + '1T1C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and + 'ENCAP' and 'NDRPDR' and - '1T1C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + '2T2C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and + 'ENCAP' and 'NDRPDR' and '2T2C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP vhost ip4 3n-hsw-x710 +# Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and + 'ENCAP' and 'NDRPDR' and '1T1C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and + 'ENCAP' and 'NDRPDR' and '2T2C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and + 'ENCAP' and 'NDRPDR' and '1T1C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and + 'ENCAP' and 'NDRPDR' and '2T2C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr" layout: "plot-throughput" -# Packet Throughput - VPP vhost l2sw 3n-hsw-x710 +# Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and '1T1C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and - '2T2C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + '1T1C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and - '1T1C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + '2T2C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and '2T2C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - VPP vhost ip4 3n-hsw-xl710 +# Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and '1T1C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and '2T2C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and '1T1C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and '2T2C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr" layout: "plot-throughput" -# Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 +# Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and - '1T1C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + '2T1C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and - '2T2C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + '2T1C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and - '1T1C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + '4T2C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and + 'ENCAP' and 'NDRPDR' and - '2T2C' and - 'VHOST' and - not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + '4T2C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -################################################################################ - -# Packet Throughput - VPP VTS 3n-hsw-x520 +# Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features - type: "plot" - title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr" + title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '114B' and + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and 'NDRPDR' and - '1T1C' and - 'VTS'" + '2T1C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr" + title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '114B' and + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and 'NDRPDR' and - '2T2C' and - 'VTS'" + '4T2C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr" + title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '114B' and + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and 'NDRPDR' and - '1T1C' and - 'VTS'" + '2T1C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr" layout: "plot-throughput" - type: "plot" - title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr" + title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '114B' and + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and 'NDRPDR' and - '2T2C' and - 'VTS'" + '4T2C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr" layout: "plot-throughput" ################################################################################ -# Packet Throughput - DPDK l3fwd 3n-hsw-x520 +# Packet Throughput - VPP IPv6 3n-hsw-x520 - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - 'IP4FWD'" + '1T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - 'IP4FWD'" + '2T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK l3fwd 3n-hsw-x710 +# Packet Throughput - VPP IPv6 3n-hsw-x520 - features - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and '1T1C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and '2T2C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and '1T1C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and '2T2C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK l3fwd 3n-hsw-xl710 +# Packet Throughput - VPP IPv6 3n-hsw-x710 - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - 'IP4FWD'" + '1T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - 'IP4FWD'" + '2T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and - 'IP4FWD'" - parameters: + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK l3fwd 3n-skx-x710 +# Packet Throughput - VPP IPv6 3n-hsw-x710 - features - type: "plot" - title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and - '2T1C' and - 'IP4FWD'" + '1T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and - '4T2C' and - 'IP4FWD'" + '2T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and - '2T1C' and - 'IP4FWD'" + '1T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and - '4T2C' and - 'IP4FWD'" + '2T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK l3fwd 3n-skx-xxv710 +# Packet Throughput - VPP IPv6 3n-hsw-xl710 - type: "plot" - title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T1C' and - 'IP4FWD'" + '1T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" + title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '4T2C' and - 'IP4FWD'" + '1T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T1C' and - 'IP4FWD'" + '2T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr" + title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '4T2C' and - 'IP4FWD'" + '2T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK l3fwd 2n-skx-x710 +# Packet Throughput - VPP IPv6 3n-skx-x710 - type: "plot" - title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr" + title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr" + title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '4T2C' and - 'IP4FWD'" + '2T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr" + title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T1C' and - 'IP4FWD'" + '4T12' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr" + title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK l3fwd 2n-skx-xxv710 +# Packet Throughput - VPP IPv6 3n-skx-x710 - features - type: "plot" - title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" + title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and '2T1C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" + title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and '4T2C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr" + title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and '2T1C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr" + title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and '4T2C' and - 'IP4FWD'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr" layout: "plot-throughput" -################################################################################ - -# Packet Throughput - DPDK testpmd 3n-hsw-x520 +# Packet Throughput - VPP IPv6 2n-skx-x710 - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr" + title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr" + title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr" + title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '4T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr" + title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '4T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK testpmd 3n-hsw-x710 +# Packet Throughput - VPP IPv6 2n-skx-xxv710 - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr" + title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr" + title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr" + title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '4T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr" + title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '4T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK testpmd 3n-hsw-xl710 +################################################################################ + +# Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520 - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" + title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'ENCAP' and 'NDRPDR' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'LISP' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4UNRLAY" + - "IP6UNRLAY" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" + title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'ENCAP' and 'NDRPDR' and - '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '1T1C' and + 'LISP' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4UNRLAY" + - "IP6UNRLAY" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr" + title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'ENCAP' and 'NDRPDR' and - '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T2C' and + 'LISP' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4UNRLAY" + - "IP6UNRLAY" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr" + title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'ENCAP' and 'NDRPDR' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'LISP' and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" + sort: + - "IP4UNRLAY" + - "IP6UNRLAY" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK testpmd 3n-skx-x710 +################################################################################ + +# Packet Throughput - VPP IPSec 3n-hsw-xl710 base - type: "plot" - title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" - parameters: - - "throughput" + 'BASE' and + '1T1C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" + parameters: + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'BASE' and + '1T1C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'BASE' and + '2T2C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'BASE' and + '2T2C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK testpmd 3n-skx-xxv710 +# Packet Throughput - VPP IPSec 3n-hsw-xl710 scale - type: "plot" - title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'SCALE' and + '1T1C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'SCALE' and + '1T1C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'SCALE' and + '2T2C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'SCALE' and + '2T2C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK testpmd 2n-skx-x710 +# Packet Throughput - VPP IPSec 3n-hsw-xl710 SW - type: "plot" - title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '1T1C' and + 'IPSECSW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '1T1C' and + 'IPSECSW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T2C' and + 'IPSECSW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr" + title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'BASE' and + 'IP4FWD' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T2C' and + 'IPSECSW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr" layout: "plot-throughput" -# Packet Throughput - DPDK testpmd 2n-skx-xxv710 +################################################################################ + +# Packet Throughput - VPP SRv6 3n-hsw-x520 - type: "plot" - title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" + title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'FEATURE' and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '1T1C' and + 'IP6FWD' and + 'SRv6'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" + title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'FEATURE' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '1T1C' and + 'IP6FWD' and + 'SRv6'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr" + title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'FEATURE' and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T2C' and + 'IP6FWD' and + 'SRv6'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr" layout: "plot-throughput" - type: "plot" - title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr" + title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'FEATURE' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '2T2C' and + 'IP6FWD' and + 'SRv6'" parameters: - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title + title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr" layout: "plot-throughput" +################################################################################ - - - - - - -################################################################################ - -# Packet Latency - VPP L2 3n-hsw-x520 +# Packet Throughput - VPP vhost ip4 3n-hsw-x520 - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and + 'IP4FWD' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and + 'IP4FWD' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and + 'ETH' and + 'IP4FWD' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and + 'ETH' and + 'IP4FWD' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP L2 3n-hsw-x710 +# Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and + 'ETH' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and + 'ETH' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP L2 3n-hsw-xl710 +# Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and + 'BASE' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'BASE' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr" + layout: "plot-throughput" -# Packet Latency - VPP L2 3n-skx-x710 - type: "plot" - title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'BASE' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'BASE' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr" + layout: "plot-throughput" +# Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm - type: "plot" - title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP L2 3n-skx-xxv710 - type: "plot" - title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP L2 2n-skx-x710 +# Packet Throughput - VPP vhost ip4 3n-hsw-x710 - type: "plot" - title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + '1T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-2n-skx" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + '2T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + layout: "plot-throughput" -# Packet Latency - VPP L2 2n-skx-xxv710 - type: "plot" - title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + '1T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + '2T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP Container Memif 3n-hsw-x520 +# Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - type: "plot" - title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False - layout: - title: "" # No title - layout: "plot-latency" + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + layout: "plot-throughput" -# Packet Latency - VPP Container Memif 3n-hsw-x710 - type: "plot" - title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP Container Memif 3n-hsw-xl710 +# Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base - type: "plot" - title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and + 'BASE' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'ETH' and + 'BASE' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr" + layout: "plot-throughput" -# Packet Latency - VPP Container Memif 3n-skx-x710 - type: "plot" - title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'ETH' and + 'BASE' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'ETH' and + 'BASE' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr" + layout: "plot-throughput" -# Packet Latency - VPP Container Memif 3n-hsw-x520 +# Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm - type: "plot" - title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-ligato-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'ETH' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP Container Memif 3n-hsw-x710 - type: "plot" - title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-ligato-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'ETH' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-ligato-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv4 3n-hsw-x520 +# Packet Throughput - VPP vhost ip4 3n-hsw-xl710 - type: "plot" - title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '1T1C' and + 'ETH' and 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + '1T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T2C' and + 'ETH' and 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + '2T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '1T1C' and + 'ETH' and 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + '1T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '2T2C' and + 'ETH' and 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + '2T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv4 3n-hsw-x710 +# Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - type: "plot" - title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and + 'ETH' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and + 'ETH' and '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv4 3n-hsw-xl710 +# Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base - type: "plot" - title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and + 'ETH' and + 'BASE' and '1T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'BASE' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv4 3n-skx-x710 - type: "plot" - title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'BASE' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'BASE' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr" + layout: "plot-throughput" +# Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm - type: "plot" - title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '2T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat" - data: "plot-vpp-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - '4T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv4 2n-skx-x710 - type: "plot" - title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv4 2n-skx-xxv710 +# Packet Throughput - VPP vhost ip4 3n-skx-x710 - type: "plot" - title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '2T1C' and + 'ETH' and 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + '2T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - '4T2C' and + 'ETH' and 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + '4T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-throughput" -# Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - type: "plot" - title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and - '1T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'ETH' and + 'IP4FWD' and + '2T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and - '2T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'ETH' and + 'IP4FWD' and + '4T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 +# Packet Throughput - VPP vhost l2sw 3n-skx-x710 - type: "plot" - title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and - '1T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'ETH' and + '2T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and - '2T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'ETH' and + '4T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-throughput" -# Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - type: "plot" - title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and + 'ETH' and '2T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and 'NDRPDR' and + 'ETH' and '4T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST' and - not 'IPSECHW'" + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr" + layout: "plot-throughput" -################################################################################ - -# Packet Latency - VPP IPv6 3n-hsw-x520 +# Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base - type: "plot" - title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'BASE' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'BASE' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv6 3n-hsw-x710 - type: "plot" - title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'BASE' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr" + data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'BASE' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv6 3n-hsw-xl710 +# Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm - type: "plot" - title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv6 3n-skx-x710 - type: "plot" - title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and - '2T1C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and + 'ETH' and '4T2C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv6 2n-skx-x710 +# Packet Throughput - VPP vhost ip4 2n-skx-x710 - type: "plot" - title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and + 'ETH' and + 'IP4FWD' and '2T1C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + '64B' and 'NDRPDR' and + 'ETH' and + 'IP4FWD' and '4T2C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-throughput" -# Packet Latency - VPP IPv6 2n-skx-xxv710 - type: "plot" - title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '78B' and - ('BASE' or 'SCALE') and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and + 'ETH' and + 'IP4FWD' and '2T1C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '78B' and - ('BASE' or 'SCALE') and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and + 'ETH' and + 'IP4FWD' and '4T2C' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP IPv6 tunnels 3n-hsw-x520 +# Packet Throughput - VPP vhost l2sw 2n-skx-x710 - type: "plot" - title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'ENCAP' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '1T1C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST'" + 'ETH' and + '2T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'ENCAP' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '2T2C' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST'" + 'ETH' and + '4T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-throughput" -# Packet Latency - VPP IPSec 3n-hsw-xl710 - type: "plot" - title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and - 'IP4FWD' and 'NDRPDR' and - '1T1C' and - 'IPSECHW' and - ('IPSECTRAN' or 'IPSECTUN') and - not 'VHOST'" + 'ETH' and + '2T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and - 'IP4FWD' and 'NDRPDR' and - '2T2C' and - 'IPSECHW' and - ('IPSECTRAN' or 'IPSECTUN') and - not 'VHOST'" + 'ETH' and + '4T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP SRv6 3n-hsw-x520 +# Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base - type: "plot" - title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'FEATURE' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '1T1C' and - 'IP6FWD' and - 'SRv6'" + 'ETH' and + 'BASE' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'FEATURE' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - '2T2C' and - 'IP6FWD' and - 'SRv6'" + 'ETH' and + 'BASE' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr" + layout: "plot-throughput" -# Packet Latency - VPP vhost ip4 3n-hsw-x520 - type: "plot" - title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - '1T1C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'BASE' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - '2T2C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'BASE' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr" + layout: "plot-throughput" -# Packet Latency - VPP vhost l2sw 3n-hsw-x520 +# Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm - type: "plot" - title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - '1T1C' and - 'VHOST' and + 'ETH' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - '2T2C' and - 'VHOST' and + 'ETH' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP vhost ip4 3n-hsw-x710 - type: "plot" - title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr" + data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - '1T1C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr" + data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - '2T2C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - VPP vhost l2sw 3n-hsw-x710 +# Packet Throughput - VPP vhost ip4 2n-skx-xxv710 - type: "plot" - title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - '1T1C' and - 'VHOST' and + 'ETH' and + 'IP4FWD' and + '2T1C' and + 'VHOST_1024' and not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - '2T2C' and - 'VHOST' and + 'ETH' and + 'IP4FWD' and + '4T2C' and + 'VHOST_1024' and not 'VXLAN' and - not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + layout: "plot-throughput" -# Packet Latency - VPP vhost ip4 3n-hsw-xl710 - type: "plot" - title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - '1T1C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'IP4FWD' and + '2T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - '2T2C' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'IP4FWD' and + '4T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - VPP vhost l2sw 3n-hsw-xl710 +# Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - type: "plot" - title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - '1T1C' and - 'VHOST' and + 'ETH' and + '2T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - '2T2C' and - 'VHOST' and + 'ETH' and + '4T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + layout: "plot-throughput" -# Packet Latency - VPP VTS 3n-hsw-x520 - type: "plot" - title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '114B' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and 'NDRPDR' and - '1T1C' and - 'VTS'" + 'ETH' and + '2T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" + layout: "plot-throughput" - type: "plot" - title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat" - data: "plot-vpp-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '114B' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and 'NDRPDR' and - '2T2C' and - 'VTS'" + 'ETH' and + '4T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" traces: - boxmean: False + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" + layout: "plot-throughput" -# Packet Latency - DPDK l3fwd 3n-hsw-x520 +# Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base - type: "plot" - title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - 'BASE' and 'NDRPDR' and - '1T1C' and - 'IP4FWD'" + 'ETH' and + 'BASE' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - 'BASE' and 'NDRPDR' and - '2T2C' and - 'IP4FWD'" + 'ETH' and + 'BASE' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr" + layout: "plot-throughput" -# Packet Latency - DPDK l3fwd 3n-hsw-x710 - type: "plot" - title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - 'BASE' and 'NDRPDR' and - '1T1C' and - 'IP4FWD'" + 'ETH' and + 'BASE' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - 'BASE' and 'NDRPDR' and - '2T2C' and - 'IP4FWD'" + 'ETH' and + 'BASE' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr" + layout: "plot-throughput" -# Packet Latency - DPDK l3fwd 3n-hsw-xl710 +# Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm - type: "plot" - title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - 'BASE' and 'NDRPDR' and - '1T1C' and - 'IP4FWD'" + 'ETH' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - 'BASE' and 'NDRPDR' and - '2T2C' and - 'IP4FWD'" + 'ETH' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - DPDK l3fwd 3n-skx-x710 - type: "plot" - title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - 'BASE' and 'NDRPDR' and - '2T1C' and - 'IP4FWD'" + 'ETH' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - 'BASE' and 'NDRPDR' and + 'ETH' and '4T2C' and - 'IP4FWD'" + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr" + layout: "plot-throughput" -# Packet Latency - DPDK l3fwd 3n-skx-xxv710 +################################################################################ + +# Packet Throughput - VPP VTS 3n-hsw-x520 - type: "plot" - title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '114B' and 'NDRPDR' and - '2T1C' and - 'IP4FWD'" + '1T1C' and + 'VTS'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vts-3n-hsw-x520-114b-1t1c-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '114B' and 'NDRPDR' and - '4T2C' and - 'IP4FWD'" + '2T2C' and + 'VTS'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vts-3n-hsw-x520-114b-2t2c-ndr" + layout: "plot-throughput" -# Packet Latency - DPDK l3fwd 2n-skx-x710 - type: "plot" - title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '114B' and 'NDRPDR' and - '2T1C' and - 'IP4FWD'" + '1T1C' and + 'VTS'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vts-3n-hsw-x520-114b-1t1c-pdr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '114B' and 'NDRPDR' and - '4T2C' and - 'IP4FWD'" + '2T2C' and + 'VTS'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "vts-3n-hsw-x520-114b-2t2c-pdr" + layout: "plot-throughput" -# Packet Latency - DPDK l3fwd 2n-skx-xxv710 +################################################################################ + +# Packet Throughput - DPDK l3fwd 3n-hsw-x520 - type: "plot" - title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and - '2T1C' and + '1T1C' and 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and - '4T2C' and + '2T2C' and 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" + layout: "plot-throughput" -# Packet Latency - DPDK testpmd 3n-hsw-x520 - type: "plot" - title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr" + layout: "plot-throughput" -# Packet Latency - DPDK testpmd 3n-hsw-x710 +# Packet Throughput - DPDK l3fwd 3n-hsw-x710 - type: "plot" - title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" + layout: "plot-throughput" -# Packet Latency - DPDK testpmd 3n-hsw-xl710 - type: "plot" - title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK l3fwd 3n-hsw-xl710 +- + type: "plot" + title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" + layout: "plot-throughput" -# Packet Latency - DPDK testpmd 3n-skx-x710 - type: "plot" - title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK l3fwd 3n-skx-x710 +- + type: "plot" + title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-throughput" -# Packet Latency - DPDK testpmd 3n-skx-xxv710 - type: "plot" - title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and + filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" - filter: "'NIC_Intel-XXV710' and + filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr" + layout: "plot-throughput" -# Packet Latency - DPDK testpmd 2n-skx-x710 +# Packet Throughput - DPDK l3fwd 3n-skx-xxv710 - type: "plot" - title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP4FWD'" parameters: - - "latency" + - "throughput" - "parent" + - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: - title: "" # No title - layout: "plot-latency" + title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-throughput" - type: "plot" - title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat" - algorithm: "plot_latency_box" - output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat" + title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK l3fwd 2n-skx-x710 +- + type: "plot" + title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + '4T2C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK l3fwd 2n-skx-xxv710 +- + type: "plot" + title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD'" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr" + layout: "plot-throughput" + +################################################################################ + +# Packet Throughput - DPDK testpmd 3n-hsw-x520 +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK testpmd 3n-hsw-x710 +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK testpmd 3n-hsw-xl710 +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK testpmd 3n-skx-x710 +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK testpmd 3n-skx-xxv710 +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK testpmd 2n-skx-x710 +- + type: "plot" + title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr" + layout: "plot-throughput" + +# Packet Throughput - DPDK testpmd 2n-skx-xxv710 +- + type: "plot" + title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr" + layout: "plot-throughput" + +- + type: "plot" + title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr" + algorithm: "plot_performance_box" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "throughput" + - "parent" + - "tags" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 + layout: + title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr" + layout: "plot-throughput" + +################################################################################ + +# Packet Latency - VPP L2 3n-hsw-x520 base and scale +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP L2 3n-hsw-x520 features +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + '1T1C' and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase + layout: + title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + '2T2C' and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase + layout: + title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr" + layout: "plot-latency" + +# Packet Latency - VPP L2 3n-hsw-x710 base and scale +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP L2 3n-hsw-x710 features +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '1T1C' and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase + layout: + title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '2T2C' and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase + layout: + title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr" + layout: "plot-latency" + +# Packet Latency - VPP L2 3n-hsw-xl710 base and scale +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP L2 3n-skx-x710 base and scale +- + type: "plot" + title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP L2 3n-skx-x710 features +- + type: "plot" + title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '2T1C' and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase + layout: + title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '4T2C' and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase + layout: + title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr" + layout: "plot-latency" + +# Packet Latency - VPP L2 3n-skx-xxv710 base and scale +- + type: "plot" + title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP L2 2n-skx-x710 base and scale +- + type: "plot" + title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ETH' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP L2 2n-skx-xxv710 base and scale +- + type: "plot" + title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'ETH' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP Container Memif 3n-hsw-x520 +- + type: "plot" + title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Container Memif 3n-hsw-x710 +- + type: "plot" + title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Container Memif 3n-hsw-xl710 +- + type: "plot" + title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Container Memif 3n-skx-x710 +- + type: "plot" + title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Container Memif 2n-skx-x710 +- + type: "plot" + title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Container Memif 2n-skx-xxv710 +- + type: "plot" + title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc +- + type: "plot" + title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat" + data: "plot-ligato-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '1T1C' and + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat" + data: "plot-ligato-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T2C' and + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd +- + type: "plot" + title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat" + data: "plot-ligato-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat" + data: "plot-ligato-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc +- + type: "plot" + title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat" + data: "plot-ligato-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '1T1C' and + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat" + data: "plot-ligato-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T2C' and + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd +- + type: "plot" + title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat" + data: "plot-ligato-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat" + data: "plot-ligato-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP IPv4 3n-hsw-x520 base and scale +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-x520 features +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-x520 features nat44 +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-nat44-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-x520 features iacl +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-iacl-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-x520 features oacl +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-oacl-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-x710 base and scale +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-x710 features +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-x710 features nat44 +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-nat44-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-x710 features iacl +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-iacl-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-x710 features oacl +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-oacl-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '1T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-skx-x710 base and scale +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '4T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-skx-x710 features oacl +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + '2T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-skx-x710-64b-2t1c-features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + '4T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-skx-x710-64b-4t2c-features-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-skx-x710 features nat44 +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-nat44-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-skx-x710 features iacl +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-iacl-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 3n-skx-x710 features oacl +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 2n-skx-x710 base and scale +- + type: "plot" + title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '4T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale +- + type: "plot" + title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T1C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '4T2C' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 +- + type: "plot" + title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '1T1C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '2T2C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features +- + type: "plot" + title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '1T1C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '2T2C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 +- + type: "plot" + title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '1T1C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '2T2C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features +- + type: "plot" + title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '1T1C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '2T2C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 +- + type: "plot" + title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '2T1C' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '4t2c' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features +- + type: "plot" + title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '2T1C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + '4T2C' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP IPv6 3n-hsw-x520 +- + type: "plot" + title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '1T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv6 3n-hsw-x710 +- + type: "plot" + title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '1T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv6 3n-hsw-xl710 +- + type: "plot" + title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '1T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv6 3n-skx-x710 +- + type: "plot" + title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '4T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv6 2n-skx-x710 +- + type: "plot" + title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '4T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPv6 2n-skx-xxv710 +- + type: "plot" + title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '2T1C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + '4T2C' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP IPv6 tunnels 3n-hsw-x520 +- + type: "plot" + title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'ENCAP' and + 'NDRPDR' and + '1T1C' and + 'LISP' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4UNRLAY" + - "IP6UNRLAY" + layout: + title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'ENCAP' and + 'NDRPDR' and + '2T2C' and + 'LISP' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4UNRLAY" + - "IP6UNRLAY" + layout: + title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP IPSec 3n-hsw-xl710 base +- + type: "plot" + title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'IP4FWD' and + 'NDRPDR' and + 'BASE' and + '1T1C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'IP4FWD' and + 'NDRPDR' and + 'BASE' and + '2T2C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPSec 3n-hsw-xl710 scale +- + type: "plot" + title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'IP4FWD' and + 'NDRPDR' and + 'SCALE' and + '1T1C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'IP4FWD' and + 'NDRPDR' and + 'SCALE' and + '2T2C' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP IPSec 3n-hsw-xl710 sw +- + type: "plot" + title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'IP4FWD' and + 'NDRPDR' and + '1T1C' and + 'IPSECSW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'IP4FWD' and + 'NDRPDR' and + '2T2C' and + 'IPSECSW' and + ('IPSECTRAN' or 'IPSECTUN') and + not 'VHOST'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP SRv6 3n-hsw-x520 +- + type: "plot" + title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'FEATURE' and + 'NDRPDR' and + '1T1C' and + 'IP6FWD' and + 'SRv6'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'FEATURE' and + 'NDRPDR' and + '2T2C' and + 'IP6FWD' and + 'SRv6'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP vhost ip4 3n-hsw-x520 +- + type: "plot" + title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '1T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '2T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-hsw-x520 +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'ETH' and + '1T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'ETH' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost ip4 3n-hsw-x710 +- + type: "plot" + title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '1T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '2T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-hsw-x710 +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '1T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost ip4 3n-hsw-xl710 +- + type: "plot" + title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '1T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '2T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-hsw-xl710 +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '1T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '1T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost ip4 3n-skx-x710 +- + type: "plot" + title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '2T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '4T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-skx-x710 +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '4T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-skx-x710 - base +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost ip4 2n-skx-x710 +- + type: "plot" + title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '2T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '4T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 2n-skx-x710 +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '4T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 2n-skx-x710 - base +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost ip4 2n-skx-xxv710 +- + type: "plot" + title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '2T1C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'IP4FWD' and + '4T2C' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" + layout: + title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 2n-skx-xxv710 +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T1C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '4T2C' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'BASE' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" + layout: + title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '2T1C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat" + data: "plot-vpp-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'NDRPDR' and + 'ETH' and + '4T2C' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" + parameters: + - "latency" + - "parent" + - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" + layout: + title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - VPP VTS 3n-hsw-x520 +- + type: "plot" + title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '114B' and + 'NDRPDR' and + '1T1C' and + 'VTS'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "vts-3n-hsw-x520-114b-1t1c-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat" + data: "plot-vpp-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '114B' and + 'NDRPDR' and + '2T2C' and + 'VTS'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "vts-3n-hsw-x520-114b-2t2c-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - DPDK l3fwd 3n-hsw-x520 +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK l3fwd 3n-hsw-x710 +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK l3fwd 3n-hsw-xl710 +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK l3fwd 3n-skx-x710 +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK l3fwd 3n-skx-xxv710 +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK l3fwd 2n-skx-x710 +- + type: "plot" + title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK l3fwd 2n-skx-xxv710 +- + type: "plot" + title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + 'IP4FWD'" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-latency" + +################################################################################ + +# Packet Latency - DPDK testpmd 3n-hsw-x520 +- + type: "plot" + title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK testpmd 3n-hsw-x710 +- + type: "plot" + title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK testpmd 3n-hsw-xl710 +- + type: "plot" + title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '1T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK testpmd 3n-skx-x710 +- + type: "plot" + title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK testpmd 3n-skx-xxv710 +- + type: "plot" + title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-3n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK testpmd 2n-skx-x710 +- + type: "plot" + title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr" + layout: "plot-latency" + +# Packet Latency - DPDK testpmd 2n-skx-xxv710 +- + type: "plot" + title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '2T1C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" + layout: "plot-latency" + +- + type: "plot" + title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" + algorithm: "plot_latency_error_bars" + output-file-type: ".html" + output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" + data: "plot-dpdk-throughput-latency-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + 'BASE' and + 'NDRPDR' and + '4T2C' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + parameters: + - "latency" + - "parent" + - "tags" + layout: + title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" + layout: "plot-latency" + +################################################################################ + +# Speedup - VPP Container Memif 3n-hsw-x520 +- + type: "plot" + title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-x520-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-x520-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP Container Memif 3n-hsw-x710 +- + type: "plot" + title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-x710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-x710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP Container Memif 3n-hsw-xl710 +- + type: "plot" + title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP Container Memif 3n-skx-x710 +- + type: "plot" + title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-skx-x710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-3n-skx-x710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP Container Memif 2n-skx-x710 +- + type: "plot" + title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-2n-skx-x710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-2n-skx-x710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP Container Memif 2n-skx-xxv710 +- + type: "plot" + title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2XCFWD" + - "L2XCFWD" + - "L2XCFWD" + - "L2BDMACLRN" + - "L2BDMACLRN" + - "L2BDMACLRN" + layout: + title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +################################################################################ + +# Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc +- + type: "plot" + title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa" + data: "plot-ligato-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa" + data: "plot-ligato-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd +- + type: "plot" + title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa" + data: "plot-ligato-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa" + data: "plot-ligato-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP Container Memif 3n-hsw-x710 - l2xc +- + type: "plot" + title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa" + data: "plot-ligato-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa" + data: "plot-ligato-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + 'L2XCFWD' and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP Container Memif 3n-hsw-x710 - l2bd +- + type: "plot" + title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa" + data: "plot-ligato-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa" + data: "plot-ligato-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('BASE' or 'SCALE') and + 'NDRPDR' and + ('L2BDMACSTAT' or 'L2BDMACLRN') and + not 'VHOST' and + 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "1VNF" + - "2VNF" + - "4VNF" + - "2VNF" + - "4VNF" + layout: + title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr" + layout: "plot-throughput-speedup-analysis" + +################################################################################ + +# Speedup - VPP IPv4 3n-hsw-x520 base and scale +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-x520 features +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-hsw-x520-64b-features-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-hsw-x520-64b-features-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-x520 features nat44 +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-hsw-x520-64b-features-nat44-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-hsw-x520-64b-features-nat44-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-x520 features iacl +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x520-64b-features-iacl-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x520-64b-features-iacl-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-x520 features oacl +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x520-64b-features-oacl-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x520-64b-features-oacl-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-x710 base and scale +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-x710 features +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-hsw-x710-64b-features-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-hsw-x710-64b-features-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-x710 features nat44 +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-hsw-x710-64b-features-nat44-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-hsw-x710-64b-features-nat44-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-x710 features iacl +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x710-64b-features-iacl-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x710-64b-features-iacl-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-x710 features oacl +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x710-64b-features-oacl-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-hsw-x710-64b-features-oacl-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-hsw-xl710 base and scale +- + type: "plot" + title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-XL710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-skx-x710 base and scale +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-skx-x710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-3n-skx-x710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-skx-x710 features +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-skx-x710-64b-features-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + ('NAT44' and 'BASE') or + ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "NAT44" + - "POLICE_MARK" + - "COPWHLIST" + - "IACL" + - "OACL" + layout: + title: "ip4-3n-skx-x710-64b-features-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-skx-x710 features nat44 +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-skx-x710-64b-features-nat44-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'NAT44' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "BASE" + - "BASE" + - "SRC_USER_10" + - "SRC_USER_100" + - "SRC_USER_1000" + - "SRC_USER_2000" + layout: + title: "ip4-3n-skx-x710-64b-features-nat44-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-skx-x710 features iacl +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-skx-x710-64b-features-iacl-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'IACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-skx-x710-64b-features-iacl-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 3n-skx-x710 features oacl +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-skx-x710-64b-features-oacl-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'IP4FWD' and + 'OACL' and + ('ACL10' or 'ACL50') and '10k_FLOWS' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "ACL_STATELESS" + - "ACL_STATEFUL" + - "ACL_STATELESS" + - "ACL_STATEFUL" + layout: + title: "ip4-3n-skx-x710-64b-features-oacl-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 2n-skx-x710 base and scale +- + type: "plot" + title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-2n-skx-x710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-2n-skx-x710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 2n-skx-xxv710 base and scale +- + type: "plot" + title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and + ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP4FWD' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP4BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +################################################################################ + +# Speedup - VPP IPv4 Tunnels 3n-hsw-x520 +- + type: "plot" + title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520_DA2' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520_DA2' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features +- + type: "plot" + title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 Tunnels 3n-hsw-x710 +- + type: "plot" + title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features +- + type: "plot" + title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 Tunnels 3n-skx-x710 +- + type: "plot" + title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + 'VXLAN' and + 'L2BDMACLRN' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "not DOT1Q" + - "VXLAN_1" + - "VXLAN_10" + - "VXLAN_100" + - "VXLAN_1000" + layout: + title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features +- + type: "plot" + title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '64B' and + 'ENCAP' and + 'NDRPDR' and + ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and + not 'DOT1Q' and + not 'VHOST' and + not 'IPSECHW'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2BDMACLRN" + - "L2XCFWD" + - "LISP" + layout: + title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr" + layout: "plot-throughput-speedup-analysis" + +################################################################################ + +# Speedup - VPP IPv6 3n-hsw-x520 +- + type: "plot" + title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv6 3n-hsw-x520 features +- + type: "plot" + title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and + 'NDRPDR' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" + layout: + title: "ip6-3n-hsw-x520-78b-base_and_features-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and + 'NDRPDR' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" + layout: + title: "ip6-3n-hsw-x520-78b-base_and_features-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP IPv6 3n-hsw-x710 +- + type: "plot" + title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" + layout: + title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr" + layout: "plot-throughput-speedup-analysis" + +- + type: "plot" + title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and + 'NDRPDR' and + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - - "latency" + - "throughput" - "parent" - traces: - hoverinfo: "x+y" - boxpoints: "outliers" - whiskerwidth: 0 + - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" layout: - title: "" # No title - layout: "plot-latency" + title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" -# Packet Latency - DPDK testpmd 2n-skx-xxv710 +# Speedup - VPP IPv6 3n-hsw-x710 features - type: "plot" - title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and - '2T1C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - - "latency" + - "throughput" - "parent" - traces: - hoverinfo: "x+y" - boxpoints: "outliers" - whiskerwidth: 0 + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" layout: - title: "" # No title - layout: "plot-latency" + title: "ip6-3n-hsw-x710-78b-base_and_features-ndr" + layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" - algorithm: "plot_latency_box" + title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-skx" - filter: "'NIC_Intel-XXV710' and - '64B' and - 'BASE' and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and - '4T2C' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - - "latency" + - "throughput" - "parent" - traces: - hoverinfo: "x+y" - boxpoints: "outliers" - whiskerwidth: 0 + - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" layout: - title: "" # No title - layout: "plot-latency" - -################################################################################ + title: "ip6-3n-hsw-x710-78b-base_and_features-pdr" + layout: "plot-throughput-speedup-analysis" -# Speedup - VPP Container Memif 3n-hsw-x520 +# Speedup - VPP IPv6 3n-hsw-xl710 - type: "plot" - title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - ('BASE' or 'SCALE') and + filter: "'NIC_Intel-XL710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" layout: - title: "" # No title + title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - ('BASE' or 'SCALE') and + filter: "'NIC_Intel-XL710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" layout: - title: "" # No title + title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP Container Memif 3n-hsw-x710 +# Speedup - VPP IPv6 3n-skx-x710 - type: "plot" - title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and - '64B' and - ('BASE' or 'SCALE') and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and - '64B' and - ('BASE' or 'SCALE') and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP Container Memif 3n-hsw-xl710 +# Speedup - VPP IPv6 3n-skx-x710 features - type: "plot" - title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and + '78B' and + ('IP6BASE' or + 'POLICE_MARK' or + 'COPWHLIST' or + 'IACLDST') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "POLICE_MARK" + - "COPWHLIST" + - "IACLDST" layout: - title: "" # No title + title: "ip6-3n-skx-x710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP Container Memif 3n-skx-x710 +# Speedup - VPP IPv6 2n-skx-x710 - type: "plot" - title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa" + title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and - '64B' and - ('BASE' or 'SCALE') and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" layout: - title: "" # No title + title: "ip6-2n-skx-x710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa" + title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-skx" + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and - '64B' and - ('BASE' or 'SCALE') and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" layout: - title: "" # No title + title: "ip6-2n-skx-x710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -################################################################################ - -# Speedup - VPP Container k8s memif 3n-hsw-x520 +# Speedup - VPP IPv6 2n-skx-xxv710 - type: "plot" - title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa" - data: "plot-ligato-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" layout: - title: "" # No title + title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa" - data: "plot-ligato-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '64B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and + '78B' and + ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'IP6FWD' and + not 'SRv6' and + not 'IPSEC' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP6BASE" + - "FIB_20K" + - "FIB_200K" + - "FIB_2M" layout: - title: "" # No title + title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP Container Memif 3n-hsw-x710 +################################################################################ + +# Speedup - VPP IPv6 tunnels 3n-hsw-x520 - type: "plot" - title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa" - data: "plot-ligato-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'ENCAP' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'LISP' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP4UNRLAY" + - "IP6UNRLAY" layout: - title: "" # No title + title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa" - data: "plot-ligato-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '78B' and + 'ENCAP' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - 'MEMIF'" + 'LISP' and + not 'VHOST'" parameters: - "throughput" - "parent" - "tags" + sort: + - "IP4UNRLAY" + - "IP6UNRLAY" layout: - title: "" # No title + title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ -# Speedup - VPP IPv4 3n-hsw-x520 +# Speedup - VPP IPSec 3n-hsw-xl710 base - type: "plot" - title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and - 'NDRPDR' and 'IP4FWD' and - not 'IPSEC' and + 'NDRPDR' and + 'BASE' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and - 'NDRPDR' and 'IP4FWD' and - not 'IPSEC' and + 'NDRPDR' and + 'BASE' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP IPSec 3n-hsw-xl710 scale - type: "plot" - title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa" + title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and - 'NDRPDR' and 'IP4FWD' and - not 'IPSEC' and + 'NDRPDR' and + 'SCALE' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa" + title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and - 'NDRPDR' and 'IP4FWD' and - not 'IPSEC' and + 'NDRPDR' and + 'SCALE' and + 'IPSECHW' and + ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv4 3n-hsw-x710 +# Speedup - VPP IPSec 3n-hsw-xl710 sw - type: "plot" - title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and - 'NDRPDR' and 'IP4FWD' and - not 'IPSEC' and + 'NDRPDR' and + 'IPSECSW' and + ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-sw-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and - 'NDRPDR' and 'IP4FWD' and - not 'IPSEC' and + 'NDRPDR' and + 'IPSECSW' and + ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: - title: "" # No title + title: "ipsec-3n-hsw-xl710-64b-sw-pdr" layout: "plot-throughput-speedup-analysis" +################################################################################ + +# Speedup - VPP SRv6 3n-hsw-x520 - type: "plot" - title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa" + title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and + filter: "'NIC_Intel-X520-DA2' and + '78B' and 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'IP6FWD' and + 'SRv6'" parameters: - "throughput" - "parent" - "tags" layout: - title: "" # No title + title: "srv6-3n-hsw-x520-78b-features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa" + title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and - '64B' and + filter: "'NIC_Intel-X520-DA2' and + '78B' and 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'IP6FWD' and + 'SRv6'" parameters: - "throughput" - "parent" - "tags" layout: - title: "" # No title + title: "srv6-3n-hsw-x520-78b-features-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv4 3n-hsw-xl710 +################################################################################ + +# Speedup - VPP L2 3n-hsw-x520 base and scale - type: "plot" - title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" + +# Speedup - VPP L2 3n-hsw-x520 features +- + type: "plot" + title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and + 'NDRPDR' and + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-features-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv4 3n-skx-x710 - type: "plot" - title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa" + title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase layout: - title: "" # No title + title: "l2sw-3n-hsw-x520-64b-features-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP L2 3n-hsw-x710 base and scale - type: "plot" - title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa" + title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-skx" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa" + title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-skx" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and + ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP L2 3n-hsw-x710 features - type: "plot" - title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa" + title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-skx" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-features-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv4 2n-skx-x710 - type: "plot" - title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa" + title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-2n-skx" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase layout: - title: "" # No title + title: "l2sw-3n-hsw-x710-64b-features-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP L2 3n-hsw-xl710 base and scale - type: "plot" - title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa" + title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-2n-skx" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv4 2n-skx-xxv710 - type: "plot" - title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP L2 3n-skx-x710 base and scale - type: "plot" - title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-2n-skx" - filter: "'NIC_Intel-XXV710' and + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" -################################################################################ - -# Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - type: "plot" - title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and + ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP L2 3n-skx-x710 features - type: "plot" - title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-features-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - type: "plot" - title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and + not 'ACL' and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" + sort: + - "L2XCBASE" # l2xcbase + - "L2BDBASE" # l2bdbase + - "L2XCFWD" # dot1q-l2xcbase + - "L2BDMACLRN" # dot1q-l2bdbase layout: - title: "" # No title + title: "l2sw-3n-skx-x710-64b-features-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP L2 3n-skx-xxv710 base and scale - type: "plot" - title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and - 'ENCAP' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and + ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv4 Tunnels 3n-skx-x710 - type: "plot" - title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa" + title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XXV710' and '64B' and - 'ENCAP' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and + ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP L2 2n-skx-x710 base and scale - type: "plot" - title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa" + title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-skx" + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'ENCAP' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and + ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" -################################################################################ - -# Speedup - VPP IPv6 3n-hsw-x520 - type: "plot" - title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa" + title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-X710' and + '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Speedup - VPP L2 2n-skx-xxv710 base and scale - type: "plot" - title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa" + title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv6 3n-hsw-x710 - type: "plot" - title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa" + title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and - '78B' and + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and + '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and + not 'VHOST' and + not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "L2PATCH" + - "L2XCBASE" + - "BASE" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +################################################################################ + +# Packet Speedup - VPP vhost ip4 3n-hsw-x520 - type: "plot" - title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + filter: "'NIC_Intel-X520-DA2' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv6 3n-hsw-xl710 - type: "plot" - title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and - '78B' and - ('BASE' or 'SCALE') and + filter: "'NIC_Intel-X520-DA2' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - type: "plot" - title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and - '78B' and - ('BASE' or 'SCALE') and + filter: "'NIC_Intel-X520-DA2' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv6 3n-skx-x710 - type: "plot" - title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-skx" - filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base - type: "plot" - title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-skx" - filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv6 2n-skx-x710 - type: "plot" - title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-2n-skx" - filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr" layout: "plot-throughput-speedup-analysis" +# Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm - type: "plot" - title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-2n-skx" - filter: "'NIC_Intel-X710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv6 2n-skx-xxv710 - type: "plot" - title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-2n-skx" - filter: "'NIC_Intel-XXV710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" +# Packet Speedup - VPP vhost ip4 3n-hsw-x710 - type: "plot" - title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-2n-skx" - filter: "'NIC_Intel-XXV710' and - '78B' and - ('BASE' or 'SCALE') and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - not 'SRv6' and - not 'IPSEC' and - not 'VHOST'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" -################################################################################ - -# Speedup - VPP IPv6 tunnels 3n-hsw-x520 - type: "plot" - title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'ENCAP' and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - type: "plot" - title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'ENCAP' and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - not 'VHOST'" + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" -################################################################################ +- + type: "plot" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + algorithm: "plot_throughput_speedup_analysis" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-hsw" + filter: "'NIC_Intel-X710' and + '64B' and + 'NDRPDR' and + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" + parameters: + - "throughput" + - "parent" + - "tags" + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr" + layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPSec 3n-hsw-xl710 +# Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base - type: "plot" - title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and - 'IP4FWD' and 'NDRPDR' and - 'IPSECHW' and - ('IPSECTRAN' or 'IPSECTUN') and - not 'VHOST'" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + filter: "'NIC_Intel-X710' and '64B' and - 'IP4FWD' and 'NDRPDR' and - 'IPSECHW' and - ('IPSECTRAN' or 'IPSECTUN') and - not 'VHOST'" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" -################################################################################ - -# Speedup - VPP SRv6 3n-hsw-x520 +# Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm - type: "plot" - title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'FEATURE' and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - 'SRv6'" + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and - '78B' and - 'FEATURE' and + filter: "'NIC_Intel-X710' and + '64B' and 'NDRPDR' and - 'IP6FWD' and - 'SRv6'" + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" -################################################################################ - -# Speedup - VPP L2 3n-hsw-x520 +# Packet Speedup - VPP vhost ip4 3n-hsw-xl710 - type: "plot" - title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - type: "plot" - title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP L2 3n-hsw-x710 +# Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base - type: "plot" - title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" +# Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm - type: "plot" - title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + filter: "'NIC_Intel-XL710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP L2 3n-hsw-xl710 +# Packet Speedup - VPP vhost ip4 3n-skx-x710 - type: "plot" - title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-3n-skx" + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP L2 3n-skx-x710 +# Packet Speedup - VPP vhost l2sw 3n-skx-x710 - type: "plot" - title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" +# Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base - type: "plot" - title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-3n-skx-x710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and - 'FEATURE' and - ('ACL10' or 'ACL50') and '10k_FLOWS' and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-3n-skx-x710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP L2 3n-skx-xxv710 +# Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm - type: "plot" - title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" - filter: "'NIC_Intel-XXV710' and + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" - filter: "'NIC_Intel-XXV710' and + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP L2 2n-skx-x710 +# Packet Speedup - VPP vhost ip4 2n-skx-x710 - type: "plot" - title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP L2 2n-skx-xxv710 +# Packet Speedup - VPP vhost l2sw 2n-skx-x710 - type: "plot" - title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" - filter: "'NIC_Intel-XXV710' and + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" - filter: "'NIC_Intel-XXV710' and + filter: "'NIC_Intel-X710' and '64B' and - ('BASE' or 'SCALE') and 'NDRPDR' and - ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and - not 'VHOST' and - not 'MEMIF'" + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -################################################################################ - -# Speedup - VPP vhost ip4 3n-hsw-x520 +# Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base - type: "plot" - title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-2n-skx-x710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-2n-skx-x710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP vhost l2sw 3n-hsw-x520 +# Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm - type: "plot" - title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - 'VHOST' and + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X520-DA2' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and - 'VHOST' and + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP vhost ip4 3n-hsw-x710 +# Packet Speedup - VPP vhost ip4 2n-skx-xxv710 - type: "plot" - title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'IP4FWD' and + 'VHOST_1024' and + not 'VXLAN' and + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "1VM" + - "2VM" layout: - title: "" # No title + title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP vhost l2sw 3n-hsw-x710 +# Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - type: "plot" - title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - 'VHOST' and + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and @@ -13594,21 +25654,29 @@ - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-X710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - 'VHOST' and + 'ETH' and + 'L2BDMACLRN' and + 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and @@ -13617,99 +25685,143 @@ - "throughput" - "parent" - "tags" - layout: - title: "" # No title + sort: + - "VM" # "not CFS_OPT" + - "CFS_OPT" + - "FIB_10K" + - "FIB_100K" + - "FIB_1M" + layout: + title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP vhost ip4 3n-hsw-xl710 +# Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base - type: "plot" - title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - 'VHOST' and - not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" + 'ETH' and + 'BASE' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'VXLAN' and + not 'IP4FWD' and + not 'DOT1Q' and + not '2VM'" parameters: - "throughput" - "parent" - "tags" + sort: + - "not CFS_OPT" + - "L2XCFWD" + - "not CFS_OPT" + - "CFS_OPT" layout: - title: "" # No title + title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP vhost l2sw 3n-hsw-xl710 +# Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm - type: "plot" - title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - 'VHOST' and + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" - title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" + title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and + output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa" + data: "plot-throughput-speedup-analysis-2n-skx" + filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and - 'VHOST' and + 'ETH' and + ('L2BDMACLRN' or 'L2XCFWD') and + 'VHOST_1024' and + not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and - not 'DOT1Q' and - not '2VM'" + not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" + sort: + - "1VM" + - "L2XCFWD" + - "1VM" + - "L2BDMACLRN" layout: - title: "" # No title + title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" -# Speedup - VPP vhost l2sw 3n-hsw-x520 +################################################################################ + +# Speedup - VPP vts 3n-hsw-x520 - type: "plot" title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa" @@ -13726,7 +25838,7 @@ - "parent" - "tags" layout: - title: "" # No title + title: "vts-3n-hsw-x520-114b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - @@ -13745,5 +25857,5 @@ - "parent" - "tags" layout: - title: "" # No title - layout: "plot-throughput-speedup-analysis" + title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa" + layout: "plot-throughput-speedup-analysis" \ No newline at end of file -- cgit 1.2.3-korg