aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-04-17 15:54:45 +0200
committerTibor Frank <tifrank@cisco.com>2019-04-18 10:21:52 +0000
commit3969bc368a73f12ab3550b87ef6102c209c66676 (patch)
treeb402fe03022caf552b8872512314e9513d82b678
parent4f2d0c379b50b66e70d9615fc8425cd4772f7738 (diff)
CSIT-1487: Configure PAL for the Report 1904
Change-Id: I4f112693a3b50665a9c53290de42d8e365c6d415 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/index.html.template1
-rw-r--r--docs/report/introduction/introduction.rst3
-rw-r--r--docs/report/introduction/report_history.rst7
-rw-r--r--docs/report/vpp_performance_tests/csit_release_notes.rst15
-rw-r--r--docs/report/vpp_performance_tests/index.rst2
-rw-r--r--resources/tools/presentation/conf.py16
-rw-r--r--resources/tools/presentation/specification.yaml5415
7 files changed, 2252 insertions, 3207 deletions
diff --git a/docs/report/index.html.template b/docs/report/index.html.template
index a74a7f1535..e29d16efdb 100644
--- a/docs/report/index.html.template
+++ b/docs/report/index.html.template
@@ -21,6 +21,7 @@ CSIT-1901.1
vpp_performance_tests/throughput_speedup_multi_core/index
vpp_performance_tests/packet_latency_graphs/index
vpp_performance_tests/soak_tests/index
+ vpp_performance_tests/nf_service_density/index
vpp_performance_tests/comparisons/index
vpp_performance_tests/throughput_trending
vpp_performance_tests/test_environment
diff --git a/docs/report/introduction/introduction.rst b/docs/report/introduction/introduction.rst
index d7897743cb..e9e69359bd 100644
--- a/docs/report/introduction/introduction.rst
+++ b/docs/report/introduction/introduction.rst
@@ -32,6 +32,9 @@ available for download.
executions.
- **Soak Tests**: Long duration soak tests are executed using PLRsearch
algorithm.
+ - **NFV Service Density**: Network Function Virtualization (NFV) service
+ density tests focus on measuring total per server throughput at varied NFV
+ service "packing" densities with vswitch providing host dataplane.
- **Comparisons**: Performance comparisons between VPP releases and
between different testbed types.
- **Throughput Trending**: References to continuous VPP performance
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index ab13b78738..42f3753e03 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -1,15 +1,12 @@
Report History
==============
-FD.io CSIT-1901.1 Report history and per .[ww] revision changes are listed below.
+FD.io CSIT-1904 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
-| .13 | Updated VPP :ref:`vpp_known_issues` |
-| | |
-+----------------+------------------------------------------------------------+
-| .12 | Initial version |
+| .16 | Initial version |
| | |
+----------------+------------------------------------------------------------+
diff --git a/docs/report/vpp_performance_tests/csit_release_notes.rst b/docs/report/vpp_performance_tests/csit_release_notes.rst
index 5086893609..3d5465e7c6 100644
--- a/docs/report/vpp_performance_tests/csit_release_notes.rst
+++ b/docs/report/vpp_performance_tests/csit_release_notes.rst
@@ -6,6 +6,14 @@ Changes in |csit-release|
#. VPP PERFORMANCE TESTS
+ - **Service density 2n-skx tests**: Network Function Virtualization (NFV)
+ service density tests focus on measuring total per server throughput at
+ varied NFV service *packing* densities with vswitch providing host
+ dataplane. The goal is to compare and contrast performance of a shared
+ vswitch for different network topologies and virtualization technologies,
+ and their impact on vswitch performance and efficiency in a range of NFV
+ service configurations.
+
- **Experimental Soak Tests**: Added performamce soak tests framework
code for extended time duration tests and throughput discovery
at given PLR and at give total test time e.g. minutes, hours,
@@ -39,13 +47,6 @@ Changes in |csit-release|
for Packet Latency were published as there are no results for Packet
Latency available.
-.. note::
-
- The Report rls1901.1 was generated with only 1 run of performance tests,
- ie. the data are not statistically significant.
- The NFV tests were not run so this section has been removed from the
- report.
-
.. raw:: latex
\clearpage
diff --git a/docs/report/vpp_performance_tests/index.rst b/docs/report/vpp_performance_tests/index.rst
index 29770e72fe..e33c37d31c 100644
--- a/docs/report/vpp_performance_tests/index.rst
+++ b/docs/report/vpp_performance_tests/index.rst
@@ -9,11 +9,11 @@ VPP Performance
throughput_speedup_multi_core/index
packet_latency_graphs/index
soak_tests/index
+ nf_service_density/index
comparisons/index
throughput_trending
test_environment
documentation/index
..
- nf_service_density/index
http_server_performance/index
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 53c05ae908..f46d7c026e 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -45,8 +45,8 @@ source_suffix = ['.rst', '.md']
master_doc = 'index'
# General information about the project.
-report_week = '13'
-project = u'FD.io CSIT-1901.1.{week}'.format(week=report_week)
+report_week = '16'
+project = u'FD.io CSIT-1904.{week}'.format(week=report_week)
copyright = u'2019, FD.io'
author = u'FD.io CSIT'
@@ -109,16 +109,16 @@ rst_epilog = """
.. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release}
.. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes
.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease}
-""".format(release='rls1901_1',
+""".format(release='rls1904',
report_week=report_week,
prev_release='rls1901',
- srelease='1901_1',
- csitrelease='1901.1',
+ srelease='1904',
+ csitrelease='1904',
csit_prev_release='1901',
- vpprelease='19.01.1',
+ vpprelease='19.04',
vpp_prev_release='19.01',
- dpdkrelease='18.11',
- sdpdkrelease='1811',
+ dpdkrelease='19.02',
+ sdpdkrelease='1902',
trex_version='v2.35',
csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-01-04_2.3',
csit_centos_ver='csit-centos-7.4-1711_2019-01-04_2.1')
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index ca8caa869f..a2bbc9a854 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -1,5 +1,4 @@
--
- type: "environment"
+- type: "environment"
paths:
# Top level directories:
@@ -103,8 +102,7 @@
- "DIR[BUILD,HTML]"
- "DIR[BUILD,LATEX]"
--
- type: "configuration"
+- type: "configuration"
limits:
nic:
@@ -131,59 +129,34 @@
# 3n-hsw
- plot-vpp-throughput-latency-3n-hsw:
+ plot-vpp-throughput-lat-tsa-3n-hsw:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw:
csit-vpp-perf-verify-1901-3n-hsw:
-# - 10 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 44 # NDRPDR sel
-# - 46 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 61 # NDRPDR LB
-# - 62 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
-# - 69 # NDRPDR LB
-# - 70 # NDRPDR LB
-# - 71 # NDRPDR LB
- - 72 # 1901.1 NDRPDR sel
- - 78 # 1901.1 NDRPDR sel
-
- plot-throughput-speedup-analysis-3n-hsw:
- csit-vpp-perf-verify-1901-3n-hsw:
-# - 10 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 44 # NDRPDR sel
-# - 46 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 61 # NDRPDR LB
-# - 62 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
-# - 69 # NDRPDR LB
-# - 70 # NDRPDR LB
-# - 71 # NDRPDR LB
- - 72 # 1901.1 NDRPDR sel
- - 78 # 1901.1 NDRPDR sel
+ - 10 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 44 # NDRPDR sel
+ - 46 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 61 # NDRPDR LB
+ - 62 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
+ - 69 # NDRPDR LB
+ - 70 # NDRPDR LB
+ - 71 # NDRPDR LB
plot-vpp-http-server-performance:
- # TODO: Replace with new data
- # csit-vpp-perf-verify-1901-3n-hsw:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw:
csit-vpp-perf-verify-1810-3n-hsw:
- 28 # WRK
- 29 # WRK
@@ -196,20 +169,9 @@
- 36 # WRK
- 37 # WRK
- plot-ligato-throughput-latency-3n-hsw:
- csit-ligato-perf-verify-1901-3n-hsw:
- - 8 # NDRPDR sel
- - 9 # NDRPDR sel
- - 11 # NDRPDR sel
- - 12 # NDRPDR sel
- - 13 # NDRPDR sel
- - 14 # NDRPDR sel
- - 15 # NDRPDR sel
- - 16 # NDRPDR sel
- - 17 # NDRPDR sel
- - 18 # NDRPDR sel
-
- plot-ligato-throughput-speedup-analysis-3n-hsw:
+ plot-ligato-throughput-lat-tsa-3n-hsw:
+ # TODO: Replace with 1904 data
+ # csit-ligato-perf-verify-1904-3n-hsw:
csit-ligato-perf-verify-1901-3n-hsw:
- 8 # NDRPDR sel
- 9 # NDRPDR sel
@@ -223,6 +185,8 @@
- 18 # NDRPDR sel
plot-dpdk-throughput-latency-3n-hsw:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-3n-hsw:
csit-dpdk-perf-verify-1901-3n-hsw:
- 13 # NDRPDR sel
- 14 # NDRPDR sel
@@ -237,55 +201,34 @@
# 3n-skx
- plot-vpp-throughput-latency-3n-skx:
- csit-vpp-perf-verify-1901-3n-skx:
-# - 18 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 20 # NDRPDR sel
-# - 28 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 33 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 38 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 54 # NDRPDR LB
-# - 57 # NDRPDR LB
-# - 58 # NDRPDR LB
-# - 59 # NDRPDR LB
-# - 60 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
- - 68 # 1901.1 NDRPDR sel
-
- plot-throughput-speedup-analysis-3n-skx:
+ plot-vpp-throughput-lat-tsa-3n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 18 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 20 # NDRPDR sel
-# - 28 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 33 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 38 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 54 # NDRPDR LB
-# - 57 # NDRPDR LB
-# - 58 # NDRPDR LB
-# - 59 # NDRPDR LB
-# - 60 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
- - 68 # 1901.1 NDRPDR sel
+ - 18 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 20 # NDRPDR sel
+ - 28 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 33 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 38 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 54 # NDRPDR LB
+ - 57 # NDRPDR LB
+ - 58 # NDRPDR LB
+ - 59 # NDRPDR LB
+ - 60 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
plot-dpdk-throughput-latency-3n-skx:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-3n-skx:
csit-dpdk-perf-verify-1901-3n-skx:
- 3 # NDRPDR sel
- 5 # NDRPDR sel
@@ -300,39 +243,30 @@
# 2n-skx
- plot-vpp-throughput-latency-2n-skx:
- csit-vpp-perf-verify-1901-2n-skx:
-# - 5 # NDRPDR sel
-# - 12 # NDRPDR sel
-# - 13 # NDRPDR sel
-# - 21 # NDRPDR sel
-# - 23 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 34 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 43 # NDRPDR sel
- - 64 # 1901.1 NDRPDR sel
-
- plot-throughput-speedup-analysis-2n-skx:
+ plot-vpp-throughput-lat-tsa-2n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
-# - 5 # NDRPDR sel
-# - 12 # NDRPDR sel
-# - 13 # NDRPDR sel
-# - 21 # NDRPDR sel
-# - 23 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 34 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 43 # NDRPDR sel
- - 64 # 1901.1 NDRPDR sel
+ - 5 # NDRPDR sel
+ - 12 # NDRPDR sel
+ - 13 # NDRPDR sel
+ - 21 # NDRPDR sel
+ - 23 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 34 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 43 # NDRPDR sel
plot-vpp-soak-2n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
- 45 # SOAK sel
plot-vpp-nfv-2n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
- 28 # NFV NDRPDR
- 29 # NFV NDRPDR
@@ -341,6 +275,8 @@
- 46 # NFV NDRPDR
plot-vpp-nfv-2n-skx-mrr:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
- 24 # NFV MRR
- 26 # NFV MRR
@@ -349,6 +285,8 @@
- 37 # NFV MRR
plot-dpdk-throughput-latency-2n-skx:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-2n-skx:
csit-dpdk-perf-verify-1901-2n-skx:
- 12 # NDRPDR sel
- 13 # NDRPDR sel
@@ -365,6 +303,8 @@
# Denverton:
intel-dnv-vpp:
+ # TODO: Replace with 1904 data
+ # intel-dnv-vpp-release-1904:
intel-dnv-vpp-release-1901:
- 1
@@ -374,169 +314,195 @@
# NIC Comparisons
vpp-nic-comparison-3n-hsw:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw:
csit-vpp-perf-verify-1901-3n-hsw:
-# - 10 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 44 # NDRPDR sel
-# - 46 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 61 # NDRPDR LB
-# - 62 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
-# - 69 # NDRPDR LB
-# - 70 # NDRPDR LB
-# - 71 # NDRPDR LB
- - 72 # 1901.1 NDRPDR sel
- - 78 # 1901.1 NDRPDR sel
+ - 10 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 44 # NDRPDR sel
+ - 46 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 61 # NDRPDR LB
+ - 62 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
+ - 69 # NDRPDR LB
+ - 70 # NDRPDR LB
+ - 71 # NDRPDR LB
vpp-nic-comparison-3n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 18 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 20 # NDRPDR sel
-# - 28 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 33 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 38 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 54 # NDRPDR LB
-# - 57 # NDRPDR LB
-# - 58 # NDRPDR LB
-# - 59 # NDRPDR LB
-# - 60 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
- - 68 # 1901.1 NDRPDR sel
+ - 18 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 20 # NDRPDR sel
+ - 28 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 33 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 38 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 54 # NDRPDR LB
+ - 57 # NDRPDR LB
+ - 58 # NDRPDR LB
+ - 59 # NDRPDR LB
+ - 60 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
vpp-nic-comparison-2n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
-# - 5 # NDRPDR sel
-# - 12 # NDRPDR sel
-# - 13 # NDRPDR sel
-# - 21 # NDRPDR sel
-# - 23 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 34 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 43 # NDRPDR sel
- - 64 # 1901.1 NDRPDR sel
+ - 5 # NDRPDR sel
+ - 12 # NDRPDR sel
+ - 13 # NDRPDR sel
+ - 21 # NDRPDR sel
+ - 23 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 34 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 43 # NDRPDR sel
vpp-nic-comparison-3n-hsw-mrr:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw:
csit-vpp-perf-verify-1901-3n-hsw:
-# - 35 # MRR sel
- - 73 # 1901.1 MRR sel
- - 77 # 1901.1 MRR sel
+ - 35 # MRR sel
vpp-nic-comparison-3n-skx-mrr:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 32 # MRR sel
- - 69 # 1901.1 MRR sel
+ - 32 # MRR sel
vpp-nic-comparison-2n-skx-mrr:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
-# - 22 # MRR sel
- - 65 # 1901.1 MRR sel
+ - 22 # MRR sel
# Results
vpp-perf-results-3n-hsw:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw:
csit-vpp-perf-verify-1901-3n-hsw:
-# - 38 # NDRPDR full
-# - 43 # NDRPDR full
-# - 45 # NDRPDR full
-# - 49 # NDRPDR full
- - 72 # 1901.1 NDRPDR sel
- - 78 # 1901.1 NDRPDR sel
+ - 38 # NDRPDR full
+ - 43 # NDRPDR full
+ - 45 # NDRPDR full
+ - 49 # NDRPDR full
vpp-perf-results-3n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 37 # NDRPDR full
-# - 39 # NDRPDR full
-# - 40 # NDRPDR full
-# - 49 # NDRPDR full
- - 68 # 1901.1 NDRPDR sel
+ - 37 # NDRPDR full
+ - 39 # NDRPDR full
+ - 40 # NDRPDR full
+ - 49 # NDRPDR full
vpp-perf-results-2n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
-# - 25 # NDRPDR full
-# - 30 # NDRPDR full
-# - 33 # NDRPDR full
-# - 44 # NDRPDR full
- - 64 # 1901.1 NDRPDR sel
+ - 25 # NDRPDR full
+ - 30 # NDRPDR full
+ - 33 # NDRPDR full
+ - 44 # NDRPDR full
vpp-mrr-results-3n-hsw:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw:
csit-vpp-perf-verify-1901-3n-hsw:
-# - 35 # MRR sel
- - 73 # 1901.1 MRR sel
- - 77 # 1901.1 MRR sel
+ - 35 # MRR sel
vpp-mrr-results-3n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 32 # MRR sel
- - 69 # 1901.1 MRR sel
+ - 32 # MRR sel
vpp-mrr-results-2n-skx:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
-# - 22 # MRR sel
- - 65 # 1901.1 MRR sel
+ - 22 # MRR sel
vpp-func-results-ubuntu:
+ # TODO: Replace with 1904 data
+ # csit-vpp-functional-1904-ubuntu1604-virl:
csit-vpp-functional-1901-ubuntu1604-virl:
- 173
vpp-func-results-centos:
+ # TODO: Replace with 1904 data
+ # csit-vpp-functional-1904-centos7-virl:
csit-vpp-functional-1901-centos7-virl:
- 175
vpp-device-results-ubuntu:
+ # TODO: Replace with 1904 data
+ # csit-vpp-device-1904-ubuntu1804-1n-skx:
csit-vpp-device-1901-ubuntu1804-1n-skx:
- 175
# VPP Ligato
ligato-perf-results-3n-hsw:
+ # TODO: Replace with 1904 data
+ # csit-ligato-perf-verify-1904-3n-hsw:
csit-ligato-perf-verify-1901-3n-hsw:
- 10 # NDRPDR full
dpdk-perf-results-3n-hsw:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-3n-hsw:
csit-dpdk-perf-verify-1901-3n-hsw:
- 20 # NDRPDR sel
dpdk-perf-results-3n-skx:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-3n-skx:
csit-dpdk-perf-verify-1901-3n-skx:
- 13 # NDRPDR sel
dpdk-perf-results-2n-skx:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-2n-skx:
csit-dpdk-perf-verify-1901-2n-skx:
- 21 # NDRPDR sel
# HoneyComb Functional
hc-func-results:
+ # TODO: Replace with 1904 data
+ # csit-hc2vpp-verify-func-1904-ubuntu1604:
csit-hc2vpp-verify-func-1901-ubuntu1604:
- 3
- # NSH SFC Functional
- nsh-func-results:
- # Not used
- csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
- - 1
+# # NSH SFC Functional
+# nsh-func-results:
+# # Not used
+# csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
+# - 1
# DMM Functional
dmm-func-results:
+ # TODO: Replace with 1904 data
+ # csit-dmm-functional-1904-ubuntu1604-virl:
csit-dmm-functional-1901-ubuntu1604-virl:
- 2
@@ -545,32 +511,23 @@
# Performance changes
- intel-dnv-vpp-changes-2n-dnv-ref:
+ intel-dnv-vpp-changes-2n-dnv-h1:
intel-dnv-vpp-release-1810:
- 1
+ intel-dnv-vpp-changes-2n-dnv-ref:
+ intel-dnv-vpp-release-1901:
+ - 1
intel-dnv-vpp-changes-2n-dnv-cmp:
+ # TODO: Replace with 1904 data
+ # intel-dnv-vpp-release-1904:
intel-dnv-vpp-release-1901:
- 1
intel-dnv-vpp-changes-2n-dnv:
+ - "intel-dnv-vpp-changes-2n-dnv-h1"
- "intel-dnv-vpp-changes-2n-dnv-ref"
- "intel-dnv-vpp-changes-2n-dnv-cmp"
vpp-performance-changes-3n-hsw-h1:
- csit-vpp-perf-verify-1807-3n-hsw:
- - 11 # NDRPDR full 1
- - 22 # NDRPDR full 2
- - 45 # NDRPDR full 3
- - 46 # NDRPDR full 4
- - 15 # NDRPDR sel
- - 16 # NDRPDR sel
- - 19 # NDRPDR sel
- - 18 # NDRPDR sel
- - 20 # NDRPDR sel
- - 38 # NDRPDR sel
- - 40 # NDRPDR sel
- - 44 # NDRPDR sel
- - 47 # NDRPDR sel
- vpp-performance-changes-3n-hsw-ref:
csit-vpp-perf-verify-1810-3n-hsw:
- 8 # NDRPDR sel
- 12 # NDRPDR sel
@@ -582,48 +539,58 @@
- 39 # NDRPDR sel
- 41 # NDRPDR sel
- 42 # NDRPDR sel
+ vpp-performance-changes-3n-hsw-ref:
+ csit-vpp-perf-verify-1901-3n-hsw:
+ - 10 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 44 # NDRPDR sel
+ - 46 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 61 # NDRPDR LB
+ - 62 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
+ - 69 # NDRPDR LB
+ - 70 # NDRPDR LB
+ - 71 # NDRPDR LB
vpp-performance-changes-3n-hsw-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw
csit-vpp-perf-verify-1901-3n-hsw:
-# - 10 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 44 # NDRPDR sel
-# - 46 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 61 # NDRPDR LB
-# - 62 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
-# - 69 # NDRPDR LB
-# - 70 # NDRPDR LB
-# - 71 # NDRPDR LB
- - 72 # 1901.1 NDRPDR sel
- - 78 # 1901.1 NDRPDR sel
+ - 10 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 44 # NDRPDR sel
+ - 46 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 61 # NDRPDR LB
+ - 62 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
+ - 69 # NDRPDR LB
+ - 70 # NDRPDR LB
+ - 71 # NDRPDR LB
vpp-performance-changes-3n-hsw:
- "vpp-performance-changes-3n-hsw-h1"
- "vpp-performance-changes-3n-hsw-ref"
- "vpp-performance-changes-3n-hsw-cmp"
vpp-performance-changes-3n-skx-h1:
- csit-vpp-perf-verify-1807-3n-skx:
- - 33 # NDRPDR sel
- - 35 # NDRPDR sel
- - 37 # NDRPDR sel
- - 38 # NDRPDR sel
- - 39 # NDRPDR sel
- - 43 # NDRPDR sel
- - 44 # NDRPDR sel
- - 49 # NDRPDR sel
- - 50 # NDRPDR sel
- - 56 # NDRPDR sel
- vpp-performance-changes-3n-skx-ref:
csit-vpp-perf-verify-1810-3n-skx:
- 10 # NDRPDR sel
- 14 # NDRPDR sel
@@ -635,47 +602,58 @@
- 21 # NDRPDR sel
- 22 # NDRPDR sel
- 25 # NDRPDR sel
+ vpp-performance-changes-3n-skx-ref:
+ csit-vpp-perf-verify-1901-3n-skx:
+ - 18 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 20 # NDRPDR sel
+ - 28 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 33 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 38 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 54 # NDRPDR LB
+ - 57 # NDRPDR LB
+ - 58 # NDRPDR LB
+ - 59 # NDRPDR LB
+ - 60 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
vpp-performance-changes-3n-skx-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 18 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 20 # NDRPDR sel
-# - 28 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 33 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 38 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 54 # NDRPDR LB
-# - 57 # NDRPDR LB
-# - 58 # NDRPDR LB
-# - 59 # NDRPDR LB
-# - 60 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
- - 68 # 1901.1 NDRPDR sel
+ - 18 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 20 # NDRPDR sel
+ - 28 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 33 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 38 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 54 # NDRPDR LB
+ - 57 # NDRPDR LB
+ - 58 # NDRPDR LB
+ - 59 # NDRPDR LB
+ - 60 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
vpp-performance-changes-3n-skx:
- "vpp-performance-changes-3n-skx-h1"
- "vpp-performance-changes-3n-skx-ref"
- "vpp-performance-changes-3n-skx-cmp"
vpp-performance-changes-2n-skx-h1:
- csit-vpp-perf-verify-1807-2n-skx:
- - 26 # NDRPDR sel
- - 28 # NDRPDR sel
- - 29 # NDRPDR sel
- - 30 # NDRPDR sel
- - 34 # NDRPDR sel
- - 35 # NDRPDR sel
- - 36 # NDRPDR sel
- - 39 # NDRPDR sel
- - 40 # NDRPDR sel
- - 42 # NDRPDR sel
- vpp-performance-changes-2n-skx-ref:
csit-vpp-perf-verify-1810-2n-skx:
- 9 # NDRPDR sel
- 13 # NDRPDR sel
@@ -687,115 +665,92 @@
- 23 # NDRPDR sel
- 24 # NDRPDR sel
- 27 # NDRPDR sel
+ vpp-performance-changes-2n-skx-ref:
+ csit-vpp-perf-verify-1901-2n-skx:
+ - 5 # NDRPDR sel
+ - 12 # NDRPDR sel
+ - 13 # NDRPDR sel
+ - 21 # NDRPDR sel
+ - 23 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 34 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 43 # NDRPDR sel
vpp-performance-changes-2n-skx-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
-# - 5 # NDRPDR sel
-# - 12 # NDRPDR sel
-# - 13 # NDRPDR sel
-# - 21 # NDRPDR sel
-# - 23 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 34 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 43 # NDRPDR sel
- - 64 # 1901.1 NDRPDR sel
+ - 5 # NDRPDR sel
+ - 12 # NDRPDR sel
+ - 13 # NDRPDR sel
+ - 21 # NDRPDR sel
+ - 23 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 34 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 43 # NDRPDR sel
vpp-performance-changes-2n-skx:
- "vpp-performance-changes-2n-skx-h1"
- "vpp-performance-changes-2n-skx-ref"
- "vpp-performance-changes-2n-skx-cmp"
vpp-performance-changes-3n-hsw-mrr-h1:
- csit-vpp-perf-verify-1807-3n-hsw:
- - 8 # MRR full
- - 9 # MRR sel
- - 21 # MRR sel
- - 31 # MRR sel
- - 33 # MRR sel
- - 36 # MRR sel
- - 41 # MRR sel
- - 42 # MRR sel
- - 48 # MRR sel
- vpp-performance-changes-3n-hsw-mrr-ref:
csit-vpp-perf-verify-1810-3n-hsw:
- 9 # MRR sel
+ vpp-performance-changes-3n-hsw-mrr-ref:
+ csit-vpp-perf-verify-1901-3n-hsw:
+ - 35 # MRR sel
vpp-performance-changes-3n-hsw-mrr-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw:
csit-vpp-perf-verify-1901-3n-hsw:
-# - 35 # MRR sel
- - 73 # 1901.1 MRR sel
- - 77 # 1901.1 MRR sel
+ - 35 # MRR sel
vpp-performance-changes-3n-hsw-mrr:
- "vpp-performance-changes-3n-hsw-mrr-h1"
- "vpp-performance-changes-3n-hsw-mrr-ref"
- "vpp-performance-changes-3n-hsw-mrr-cmp"
vpp-performance-changes-3n-skx-mrr-h1:
- csit-vpp-perf-verify-1807-3n-skx:
- - 28 # MRR sel
- - 32 # MRR sel
- - 36 # MRR sel
- - 42 # MRR sel
- - 47 # MRR sel
- - 48 # MRR sel
- - 51 # MRR sel
- - 52 # MRR sel
- - 53 # MRR sel
- - 54 # MRR sel
- vpp-performance-changes-3n-skx-mrr-ref:
csit-vpp-perf-verify-1810-3n-skx:
- 9 # MRR sel
- 11 # MRR sel
- 12 # MRR sel
- 13 # MRR sel
+ vpp-performance-changes-3n-skx-mrr-ref:
+ csit-vpp-perf-verify-1901-3n-skx:
+ - 32 # MRR sel
vpp-performance-changes-3n-skx-mrr-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 32 # MRR sel
- - 69 # 1901.1 MRR sel
+ - 32 # MRR sel
vpp-performance-changes-3n-skx-mrr:
- "vpp-performance-changes-3n-skx-mrr-h1"
- "vpp-performance-changes-3n-skx-mrr-ref"
- "vpp-performance-changes-3n-skx-mrr-cmp"
vpp-performance-changes-2n-skx-mrr-h1:
- csit-vpp-perf-verify-1807-2n-skx:
- - 31 # MRR sel
- - 33 # MRR sel
- - 37 # MRR sel
- - 38 # MRR sel
- - 41 # MRR sel
- - 43 # MRR sel
- - 44 # MRR sel
- - 45 # MRR sel
- - 46 # MRR sel
- - 47 # MRR sel
- vpp-performance-changes-2n-skx-mrr-ref:
csit-vpp-perf-verify-1810-2n-skx:
- 8 # MRR sel
- 10 # MRR sel
- 11 # MRR sel
- 12 # MRR sel
+ vpp-performance-changes-2n-skx-mrr-ref:
+ csit-vpp-perf-verify-1901-2n-skx:
+ - 22 # MRR sel
vpp-performance-changes-2n-skx-mrr-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
-# - 22 # MRR sel
- - 65 # 1901.1 MRR sel
+ - 22 # MRR sel
vpp-performance-changes-2n-skx-mrr:
- "vpp-performance-changes-2n-skx-mrr-h1"
- "vpp-performance-changes-2n-skx-mrr-ref"
- "vpp-performance-changes-2n-skx-mrr-cmp"
dpdk-performance-changes-3n-hsw-h1:
- csit-dpdk-perf-verify-1807-3n-hsw:
- - 11
- - 12 # full
- - 14
- - 15
- - 16
- - 17
- - 20
- - 21
- - 22
- - 23
- dpdk-performance-changes-3n-hsw-ref:
csit-dpdk-perf-verify-1810-3n-hsw:
- 1 # NDRPDR sel
- 2 # NDRPDR sel
@@ -807,7 +762,21 @@
- 8 # NDRPDR sel
- 9 # NDRPDR sel
- 10 # NDRPDR sel
+ dpdk-performance-changes-3n-hsw-ref:
+ csit-dpdk-perf-verify-1901-3n-hsw:
+ - 13 # NDRPDR sel
+ - 14 # NDRPDR sel
+ - 16 # NDRPDR sel
+ - 17 # NDRPDR sel
+ - 18 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 20 # NDRPDR sel
+ - 21 # NDRPDR sel
+ - 22 # NDRPDR sel
+ - 23 # NDRPDR sel
dpdk-performance-changes-3n-hsw-cmp:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-3n-hsw:
csit-dpdk-perf-verify-1901-3n-hsw:
- 13 # NDRPDR sel
- 14 # NDRPDR sel
@@ -825,10 +794,9 @@
- "dpdk-performance-changes-3n-hsw-cmp"
dpdk-performance-changes-3n-skx-h1:
- csit-dpdk-perf-verify-1807-3n-skx:
- - 1 # NDRPDR sel
- - 2 # NDRPDR sel
+ csit-dpdk-perf-verify-1810-3n-skx:
- 3 # NDRPDR sel
+ - 4 # NDRPDR sel
- 6 # NDRPDR sel
- 7 # NDRPDR sel
- 8 # NDRPDR sel
@@ -836,10 +804,11 @@
- 10 # NDRPDR sel
- 11 # NDRPDR sel
- 12 # NDRPDR sel
+ - 13 # NDRPDR sel
dpdk-performance-changes-3n-skx-ref:
- csit-dpdk-perf-verify-1810-3n-skx:
+ csit-dpdk-perf-verify-1901-3n-skx:
- 3 # NDRPDR sel
- - 4 # NDRPDR sel
+ - 5 # NDRPDR sel
- 6 # NDRPDR sel
- 7 # NDRPDR sel
- 8 # NDRPDR sel
@@ -849,6 +818,8 @@
- 12 # NDRPDR sel
- 13 # NDRPDR sel
dpdk-performance-changes-3n-skx-cmp:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-3n-skx:
csit-dpdk-perf-verify-1901-3n-skx:
- 3 # NDRPDR sel
- 5 # NDRPDR sel
@@ -865,7 +836,7 @@
- "dpdk-performance-changes-3n-skx-ref"
- "dpdk-performance-changes-3n-skx-cmp"
- dpdk-performance-changes-2n-skx-ref:
+ dpdk-performance-changes-2n-skx-h1:
csit-dpdk-perf-verify-1810-2n-skx:
- 3 # NDRPDR sel
- 4 # NDRPDR sel
@@ -877,7 +848,21 @@
- 11 # NDRPDR sel
- 12 # NDRPDR sel
- 13 # NDRPDR sel
+ dpdk-performance-changes-2n-skx-ref:
+ csit-dpdk-perf-verify-1901-2n-skx:
+ - 12 # NDRPDR sel
+ - 13 # NDRPDR sel
+ - 14 # NDRPDR sel
+ - 15 # NDRPDR sel
+ - 16 # NDRPDR sel
+ - 17 # NDRPDR sel
+ - 18 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 20 # NDRPDR sel
+ - 21 # NDRPDR sel
dpdk-performance-changes-2n-skx-cmp:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-2n-skx:
csit-dpdk-perf-verify-1901-2n-skx:
- 12 # NDRPDR sel
- 13 # NDRPDR sel
@@ -890,76 +875,81 @@
- 20 # NDRPDR sel
- 21 # NDRPDR sel
dpdk-performance-changes-2n-skx:
+ - "dpdk-performance-changes-2n-skx-h1"
- "dpdk-performance-changes-2n-skx-ref"
- "dpdk-performance-changes-2n-skx-cmp"
# Compare testbeds
vpp-compare-testbeds-ref:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw:
csit-vpp-perf-verify-1901-3n-hsw:
-# - 10 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 44 # NDRPDR sel
-# - 46 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 61 # NDRPDR LB
-# - 62 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
-# - 69 # NDRPDR LB
-# - 70 # NDRPDR LB
-# - 71 # NDRPDR LB
- - 72 # 1901.1 NDRPDR sel
- - 78 # 1901.1 NDRPDR sel
+ - 10 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 44 # NDRPDR sel
+ - 46 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 61 # NDRPDR LB
+ - 62 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
+ - 69 # NDRPDR LB
+ - 70 # NDRPDR LB
+ - 71 # NDRPDR LB
vpp-compare-testbeds-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 18 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 20 # NDRPDR sel
-# - 28 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 33 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 38 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 54 # NDRPDR LB
-# - 57 # NDRPDR LB
-# - 58 # NDRPDR LB
-# - 59 # NDRPDR LB
-# - 60 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
- - 68 # 1901.1 NDRPDR sel
+ - 18 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 20 # NDRPDR sel
+ - 28 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 33 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 38 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 54 # NDRPDR LB
+ - 57 # NDRPDR LB
+ - 58 # NDRPDR LB
+ - 59 # NDRPDR LB
+ - 60 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
vpp-compare-testbeds:
- "vpp-compare-testbeds-ref"
- "vpp-compare-testbeds-cmp"
vpp-compare-testbeds-mrr-ref:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-hsw:
csit-vpp-perf-verify-1901-3n-hsw:
-# - 35 # MRR sel
- - 73 # 1901.1 MRR sel
- - 77 # 1901.1 MRR sel
+ - 35 # MRR sel
vpp-compare-testbeds-mrr-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 32 # MRR sel
- - 69 # 1901.1 MRR sel
+ - 32 # MRR sel
vpp-compare-testbeds-mrr:
- "vpp-compare-testbeds-mrr-ref"
- "vpp-compare-testbeds-mrr-cmp"
dpdk-compare-testbeds-ref:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-3n-hsw:
csit-dpdk-perf-verify-1901-3n-hsw:
- 13 # NDRPDR sel
- 14 # NDRPDR sel
@@ -972,6 +962,8 @@
- 22 # NDRPDR sel
- 23 # NDRPDR sel
dpdk-compare-testbeds-cmp:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-3n-skx:
csit-dpdk-perf-verify-1901-3n-skx:
- 3 # NDRPDR sel
- 5 # NDRPDR sel
@@ -990,58 +982,64 @@
# Compare topologies
vpp-compare-topologies-ref:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 18 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 20 # NDRPDR sel
-# - 28 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 33 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 38 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 54 # NDRPDR LB
-# - 57 # NDRPDR LB
-# - 58 # NDRPDR LB
-# - 59 # NDRPDR LB
-# - 60 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
- - 68 # 1901.1 NDRPDR sel
+ - 18 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 20 # NDRPDR sel
+ - 28 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 33 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 38 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 54 # NDRPDR LB
+ - 57 # NDRPDR LB
+ - 58 # NDRPDR LB
+ - 59 # NDRPDR LB
+ - 60 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
vpp-compare-topologies-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
-# - 5 # NDRPDR sel
-# - 12 # NDRPDR sel
-# - 13 # NDRPDR sel
-# - 21 # NDRPDR sel
-# - 23 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 34 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 43 # NDRPDR sel
- - 64 # 1901.1 NDRPDR sel
+ - 5 # NDRPDR sel
+ - 12 # NDRPDR sel
+ - 13 # NDRPDR sel
+ - 21 # NDRPDR sel
+ - 23 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 34 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 43 # NDRPDR sel
vpp-compare-topologies:
- "vpp-compare-topologies-ref"
- "vpp-compare-topologies-cmp"
vpp-compare-topologies-mrr-ref:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-3n-skx:
csit-vpp-perf-verify-1901-3n-skx:
-# - 32 # MRR sel
- - 69 # 1901.1 MRR sel
+ - 32 # MRR sel
vpp-compare-topologies-mrr-cmp:
+ # TODO: Replace with 1904 data
+ # csit-vpp-perf-verify-1904-2n-skx:
csit-vpp-perf-verify-1901-2n-skx:
-# - 22 # MRR sel
- - 65 # 1901.1 MRR sel
+ - 22 # MRR sel
vpp-compare-topologies-mrr:
- "vpp-compare-topologies-mrr-ref"
- "vpp-compare-topologies-mrr-cmp"
dpdk-compare-topologies-ref:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-3n-skx:
csit-dpdk-perf-verify-1901-3n-skx:
- 3 # NDRPDR sel
- 5 # NDRPDR sel
@@ -1054,6 +1052,8 @@
- 12 # NDRPDR sel
- 13 # NDRPDR sel
dpdk-compare-topologies-cmp:
+ # TODO: Replace with 1904 data
+ # csit-dpdk-perf-verify-1904-2n-skx:
csit-dpdk-perf-verify-1901-2n-skx:
- 12 # NDRPDR sel
- 13 # NDRPDR sel
@@ -1458,13 +1458,11 @@
hoverlabel:
namelength: -1
--
- type: "static"
+- type: "static"
src-path: "{DIR[RST]}"
dst-path: "{DIR[WORKING,SRC]}"
--
- type: "input"
+- type: "input"
general:
file-name: "robot-plugin.zip"
file-format: ".zip"
@@ -1472,6 +1470,9 @@
extract: "robot-plugin/output.xml"
builds:
+ # TODO: Add 1904 data
+# intel-dnv-vpp-release-1904:
+# - 1
intel-dnv-vpp-release-1901:
- 1
@@ -1479,29 +1480,6 @@
intel-dnv-vpp-release-1810:
- 1
- csit-vpp-perf-verify-1807-3n-hsw:
- - 8 # MRR full
- - 9 # MRR sel
- - 21 # MRR sel
- - 31 # MRR sel
- - 33 # MRR sel
- - 36 # MRR sel
- - 41 # MRR sel
- - 42 # MRR sel
- - 48 # MRR sel
- - 11 # NDRPDR full 1
- - 22 # NDRPDR full 2
- - 45 # NDRPDR full 3
- - 46 # NDRPDR full 4
- - 15 # NDRPDR sel
- - 16 # NDRPDR sel
- - 19 # NDRPDR sel
- - 18 # NDRPDR sel
- - 20 # NDRPDR sel
- - 38 # NDRPDR sel
- - 40 # NDRPDR sel
- - 44 # NDRPDR sel
- - 47 # NDRPDR sel
csit-vpp-perf-verify-1810-3n-hsw:
- 9 # MRR sel
- 20 # NDRPDR full
@@ -1529,59 +1507,35 @@
- 36 # WRK
- 37 # WRK
csit-vpp-perf-verify-1901-3n-hsw:
-# - 35 # MRR sel
-# - 38 # NDRPDR full
-# - 43 # NDRPDR full
-# - 45 # NDRPDR full
-# - 49 # NDRPDR full
-# - 10 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 44 # NDRPDR sel
-# - 46 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 61 # NDRPDR LB
-# - 62 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
-# - 69 # NDRPDR LB
-# - 70 # NDRPDR LB
-# - 71 # NDRPDR LB
- - 72 # 1901.1 NDRPDR sel
- - 78 # 1901.1 NDRPDR sel
- - 73 # 1901.1 MRR sel
- - 77 # 1901.1 MRR sel
- csit-vpp-perf-verify-1807-3n-skx:
- - 31 # MRR full
- - 28 # MRR sel
- - 32 # MRR sel
- - 36 # MRR sel
- - 42 # MRR sel
- - 47 # MRR sel
- - 48 # MRR sel
- - 51 # MRR sel
- - 52 # MRR sel
- - 53 # MRR sel
- - 54 # MRR sel
- - 40 # NDRPDR full 1
- - 41 # NDRPDR full 2
- - 33 # NDRPDR sel
- - 35 # NDRPDR sel
- - 37 # NDRPDR sel
- - 38 # NDRPDR sel
- - 39 # NDRPDR sel
- - 43 # NDRPDR sel
+ - 35 # MRR sel
+ - 38 # NDRPDR full
+ - 43 # NDRPDR full
+ - 45 # NDRPDR full
+ - 49 # NDRPDR full
+ - 10 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 36 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
- 44 # NDRPDR sel
- - 49 # NDRPDR sel
- - 50 # NDRPDR sel
- - 56 # NDRPDR sel
+ - 46 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 61 # NDRPDR LB
+ - 62 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
+ - 69 # NDRPDR LB
+ - 70 # NDRPDR LB
+ - 71 # NDRPDR LB
+ # TODO: Add 1904 Data
+# csit-vpp-perf-verify-1904-3n-hsw:
+# -
+
csit-vpp-perf-verify-1810-3n-skx:
- 9 # MRR sel
- 11 # MRR sel
@@ -1600,56 +1554,35 @@
- 22 # NDRPDR sel
- 25 # NDRPDR sel
csit-vpp-perf-verify-1901-3n-skx:
-# - 32 # MRR sel
-# - 37 # NDRPDR full
-# - 39 # NDRPDR full
-# - 40 # NDRPDR full
-# - 49 # NDRPDR full
-# - 18 # NDRPDR sel
-# - 19 # NDRPDR sel
-# - 20 # NDRPDR sel
-# - 28 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 33 # NDRPDR sel
-# - 36 # NDRPDR sel
-# - 38 # NDRPDR sel
-# - 47 # NDRPDR sel
-# - 48 # NDRPDR sel
-# - 54 # NDRPDR LB
-# - 57 # NDRPDR LB
-# - 58 # NDRPDR LB
-# - 59 # NDRPDR LB
-# - 60 # NDRPDR LB
-# - 63 # NDRPDR LB
-# - 64 # NDRPDR LB
-# - 65 # NDRPDR LB
-# - 66 # NDRPDR LB
-# - 67 # NDRPDR LB
- - 68 # 1901.1 NDRPDR sel
- - 69 # 1901.1 MRR sel
- csit-vpp-perf-verify-1807-2n-skx:
- - 27 # MRR full
- - 31 # MRR sel
- - 33 # MRR sel
- - 37 # MRR sel
- - 38 # MRR sel
- - 41 # MRR sel
- - 43 # MRR sel
- - 44 # MRR sel
- - 45 # MRR sel
- - 46 # MRR sel
- - 47 # MRR sel
- - 32 # NDRPDR full
- - 26 # NDRPDR sel
+ - 32 # MRR sel
+ - 37 # NDRPDR full
+ - 39 # NDRPDR full
+ - 40 # NDRPDR full
+ - 49 # NDRPDR full
+ - 18 # NDRPDR sel
+ - 19 # NDRPDR sel
+ - 20 # NDRPDR sel
- 28 # NDRPDR sel
- - 29 # NDRPDR sel
- - 30 # NDRPDR sel
- - 34 # NDRPDR sel
- - 35 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 33 # NDRPDR sel
- 36 # NDRPDR sel
- - 39 # NDRPDR sel
- - 40 # NDRPDR sel
- - 42 # NDRPDR sel
+ - 38 # NDRPDR sel
+ - 47 # NDRPDR sel
+ - 48 # NDRPDR sel
+ - 54 # NDRPDR LB
+ - 57 # NDRPDR LB
+ - 58 # NDRPDR LB
+ - 59 # NDRPDR LB
+ - 60 # NDRPDR LB
+ - 63 # NDRPDR LB
+ - 64 # NDRPDR LB
+ - 65 # NDRPDR LB
+ - 66 # NDRPDR LB
+ - 67 # NDRPDR LB
+ # TODO: Add 1904 data
+# csit-vpp-perf-verify-1904-3n-skx:
+# -
+
csit-vpp-perf-verify-1810-2n-skx:
- 8 # MRR sel
- 10 # MRR sel
@@ -1668,21 +1601,21 @@
- 24 # NDRPDR sel
- 27 # NDRPDR sel
csit-vpp-perf-verify-1901-2n-skx:
-# - 22 # MRR sel
-# - 25 # NDRPDR full
-# - 30 # NDRPDR full
-# - 33 # NDRPDR full
-# - 44 # NDRPDR full
-# - 5 # NDRPDR sel
-# - 12 # NDRPDR sel
-# - 13 # NDRPDR sel
-# - 21 # NDRPDR sel
-# - 23 # NDRPDR sel
-# - 31 # NDRPDR sel
-# - 34 # NDRPDR sel
-# - 40 # NDRPDR sel
-# - 42 # NDRPDR sel
-# - 43 # NDRPDR sel
+ - 22 # MRR sel
+ - 25 # NDRPDR full
+ - 30 # NDRPDR full
+ - 33 # NDRPDR full
+ - 44 # NDRPDR full
+ - 5 # NDRPDR sel
+ - 12 # NDRPDR sel
+ - 13 # NDRPDR sel
+ - 21 # NDRPDR sel
+ - 23 # NDRPDR sel
+ - 31 # NDRPDR sel
+ - 34 # NDRPDR sel
+ - 40 # NDRPDR sel
+ - 42 # NDRPDR sel
+ - 43 # NDRPDR sel
- 24 # NFV MRR
- 26 # NFV MRR
- 27 # NFV MRR
@@ -1694,8 +1627,11 @@
- 39 # NFV NDRPDR
- 46 # NFV NDRPDR
- 45 # SOAK
- - 64 # 1901.1 NDRPDR sel
- - 65 # 1901.1 MRR sel
+ # TODO: Add 1904 data
+# csit-vpp-perf-verify-1901-2n-skx:
+# -
+
+ # TODO: Remove
csit-ligato-perf-verify-1901-3n-hsw:
- 10 # NDRPDR full
- 8 # NDRPDR sel
@@ -1708,17 +1644,10 @@
- 16 # NDRPDR sel
- 17 # NDRPDR sel
- 18 # NDRPDR sel
- csit-dpdk-perf-verify-1807-3n-hsw:
- - 11
- - 12 # full
- - 14
- - 15
- - 16
- - 17
- - 20
- - 21
- - 22
- - 23
+ # TODO: Add 1904 data
+# csit-ligato-perf-verify-1904-3n-hsw:
+# -
+
csit-dpdk-perf-verify-1810-3n-hsw:
- 1 # NDRPDR sel
- 2 # NDRPDR sel
@@ -1741,17 +1670,10 @@
- 21 # NDRPDR sel
- 22 # NDRPDR sel
- 23 # NDRPDR sel
- csit-dpdk-perf-verify-1807-3n-skx:
- - 1 # NDRPDR sel
- - 2 # NDRPDR sel
- - 3 # NDRPDR sel
- - 6 # NDRPDR sel
- - 7 # NDRPDR sel
- - 8 # NDRPDR sel
- - 9 # NDRPDR sel
- - 10 # NDRPDR sel
- - 11 # NDRPDR sel
- - 12 # NDRPDR sel
+ # TODO: Add 1904 data
+# csit-dpdk-perf-verify-1904-3n-hsw:
+# -
+
csit-dpdk-perf-verify-1810-3n-skx:
- 3 # NDRPDR sel
- 4 # NDRPDR sel
@@ -1774,6 +1696,10 @@
- 11 # NDRPDR sel
- 12 # NDRPDR sel
- 13 # NDRPDR sel
+ # TODO: Add 1904 data
+# csit-dpdk-perf-verify-1901-3n-skx:
+# -
+
csit-dpdk-perf-verify-1810-2n-skx:
- 3 # NDRPDR sel
- 4 # NDRPDR sel
@@ -1796,36 +1722,53 @@
- 19 # NDRPDR sel
- 20 # NDRPDR sel
- 21 # NDRPDR sel
+ # TODO: Add 1904 data
+# csit-dpdk-perf-verify-1904-2n-skx:
+# -
+
csit-vpp-functional-1901-ubuntu1604-virl:
- 173
+ # TODO: Add 1904 data
+# csit-vpp-functional-1904-ubuntu1604-virl:
+# -
csit-vpp-functional-1901-centos7-virl:
- 175
+ # TODO: Add 1904 data
+# csit-vpp-functional-1904-centos7-virl:
+# -
csit-vpp-device-1901-ubuntu1804-1n-skx:
- 175
- # Not used
- csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
- - 1
+ # TODO: Add 1904 data
+# csit-vpp-device-1901-ubuntu1804-1n-skx:
+# -
+# # Not used
+# csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
+# - 1
csit-dmm-functional-1901-ubuntu1604-virl:
- 2
+ # TODO: Add 1904 data
+# csit-dmm-functional-1904-ubuntu1604-virl:
+# -
csit-hc2vpp-verify-func-1901-ubuntu1604:
- 3
+ # TODO: Add 1904 data
+ csit-hc2vpp-verify-func-1904-ubuntu1604:
+ -
--
- type: "output"
+- type: "output"
output: "report"
format:
html:
- full
- pdf:
- - minimal
+# pdf:
+# - minimal
################################################################################
### T A B L E S ###
################################################################################
# VPP Compare NICs 3n-hsw 1t1c ndr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-hsw 1t1c ndr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
@@ -1845,8 +1788,7 @@
- "tags"
# VPP Compare NICs 3n-hsw 2t2c ndr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-hsw 2t2c ndr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
@@ -1866,8 +1808,7 @@
- "tags"
# VPP Compare NICs 3n-hsw 1t1c pdr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-hsw 1t1c pdr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
@@ -1887,8 +1828,7 @@
- "tags"
# VPP Compare NICs 3n-hsw 2t2c pdr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-hsw 2t2c pdr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
@@ -1908,8 +1848,7 @@
- "tags"
# VPP Compare NICs 3n-hsw 1t1c mrr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-hsw 1t1c mrr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
@@ -1929,8 +1868,7 @@
- "tags"
# VPP Compare NICs 3n-hsw 2t2c mrr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-hsw 2t2c mrr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
@@ -1950,8 +1888,7 @@
- "tags"
# VPP Compare NICs 3n-hsw 4t4c mrr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-hsw 4t4c mrr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
@@ -1971,8 +1908,7 @@
- "tags"
# VPP Compare NICs 3n-skx 2t1c ndr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-skx 2t1c ndr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
@@ -1992,8 +1928,7 @@
- "tags"
# VPP Compare NICs 3n-skx 4t2c ndr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-skx 4t2c ndr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
@@ -2013,8 +1948,7 @@
- "tags"
# VPP Compare NICs 3n-skx 2t1c pdr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-skx 2t1c pdr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
@@ -2034,8 +1968,7 @@
- "tags"
# VPP Compare NICs 3n-skx 4t2c pdr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-skx 4t2c pdr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
@@ -2055,8 +1988,7 @@
- "tags"
# VPP Compare NICs 3n-skx 2t1c mrr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-skx 2t1c mrr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
@@ -2076,8 +2008,7 @@
- "tags"
# VPP Compare NICs 3n-skx 4t2c mrr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-skx 4t2c mrr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
@@ -2097,8 +2028,7 @@
- "tags"
# VPP Compare NICs 3n-skx 8t4c mrr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 3n-skx 8t4c mrr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
@@ -2118,8 +2048,7 @@
- "tags"
# VPP Compare NICs 2n-skx 2t1c ndr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 2n-skx 2t1c ndr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
@@ -2139,8 +2068,7 @@
- "tags"
# VPP Compare NICs 2n-skx 4t2c ndr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 2n-skx 4t2c ndr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
@@ -2160,8 +2088,7 @@
- "tags"
# VPP Compare NICs 2n-skx 2t1c pdr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 2n-skx 2t1c pdr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
@@ -2181,8 +2108,7 @@
- "tags"
# VPP Compare NICs 2n-skx 4t2c pdr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 2n-skx 4t2c pdr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
@@ -2202,8 +2128,7 @@
- "tags"
# VPP Compare NICs 2n-skx 2t1c mrr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 2n-skx 2t1c mrr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
@@ -2223,8 +2148,7 @@
- "tags"
# VPP Compare NICs 2n-skx 4t2c mrr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 2n-skx 4t2c mrr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
@@ -2244,8 +2168,7 @@
- "tags"
# VPP Compare NICs 2n-skx 8t4c mrr
--
- type: "table"
+- type: "table"
title: "VPP Compare NICs 2n-skx 8t4c mrr"
algorithm: "table_nics_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
@@ -2268,16 +2191,18 @@
# VPP
# VPP Performance Changes 2n-dnv 1t1c pdr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-dnv 1t1c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
+ history:
+ - title: "rls1810"
+ data: "intel-dnv-vpp-changes-2n-dnv-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "intel-dnv-vpp-changes-2n-dnv-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "intel-dnv-vpp-changes-2n-dnv-cmp"
data: "intel-dnv-vpp-changes-2n-dnv"
include-tests: "PDR"
@@ -2288,16 +2213,18 @@
- "throughput"
# VPP Performance Changes 2n-dnv 2t2c pdr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-dnv 2t2c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
+ history:
+ - title: "rls1810"
+ data: "intel-dnv-vpp-changes-2n-dnv-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "intel-dnv-vpp-changes-2n-dnv-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "intel-dnv-vpp-changes-2n-dnv-cmp"
data: "intel-dnv-vpp-changes-2n-dnv"
include-tests: "PDR"
@@ -2308,16 +2235,18 @@
- "throughput"
# VPP Performance Changes 2n-dnv 1t1c ndr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-dnv 1t1c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
+ history:
+ - title: "rls1810"
+ data: "intel-dnv-vpp-changes-2n-dnv-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "intel-dnv-vpp-changes-2n-dnv-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "intel-dnv-vpp-changes-2n-dnv-cmp"
data: "intel-dnv-vpp-changes-2n-dnv"
include-tests: "NDR"
@@ -2328,16 +2257,18 @@
- "throughput"
# VPP Performance Changes 2n-dnv 2t2c ndr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-dnv 2t2c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
+ history:
+ - title: "rls1810"
+ data: "intel-dnv-vpp-changes-2n-dnv-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "intel-dnv-vpp-changes-2n-dnv-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "intel-dnv-vpp-changes-2n-dnv-cmp"
data: "intel-dnv-vpp-changes-2n-dnv"
include-tests: "NDR"
@@ -2346,19 +2277,20 @@
- "name"
- "parent"
- "throughput"
-
# VPP Performance Changes 2n-dnv 1t1c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-dnv 1t1c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
+ history:
+ - title: "rls1810"
+ data: "intel-dnv-vpp-changes-2n-dnv-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "intel-dnv-vpp-changes-2n-dnv-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "intel-dnv-vpp-changes-2n-dnv-cmp"
data: "intel-dnv-vpp-changes-2n-dnv"
include-tests: "MRR"
@@ -2369,16 +2301,18 @@
- "result"
# VPP Performance Changes 2n-dnv 2t2c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-dnv 2t2c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
+ history:
+ - title: "rls1810"
+ data: "intel-dnv-vpp-changes-2n-dnv-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "intel-dnv-vpp-changes-2n-dnv-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "intel-dnv-vpp-changes-2n-dnv-cmp"
data: "intel-dnv-vpp-changes-2n-dnv"
include-tests: "MRR"
@@ -2389,16 +2323,18 @@
- "result"
# VPP Performance Changes 2n-dnv 4t4c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-dnv 4t4c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
+ history:
+ - title: "rls1810"
+ data: "intel-dnv-vpp-changes-2n-dnv-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "intel-dnv-vpp-changes-2n-dnv-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "intel-dnv-vpp-changes-2n-dnv-cmp"
data: "intel-dnv-vpp-changes-2n-dnv"
include-tests: "MRR"
@@ -2409,20 +2345,18 @@
- "result"
# VPP Performance Changes 3n-hsw 1t1c pdr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-hsw 1t1c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-hsw-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-hsw-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-hsw-cmp"
data: "vpp-performance-changes-3n-hsw"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -2433,20 +2367,18 @@
- "throughput"
# VPP Performance Changes 3n-hsw 2t2c pdr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-hsw 2t2c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-hsw-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-hsw-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-hsw-cmp"
data: "vpp-performance-changes-3n-hsw"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -2457,20 +2389,18 @@
- "throughput"
# VPP Performance Changes 3n-hsw 1t1c ndr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-hsw 1t1c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-hsw-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-hsw-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-hsw-cmp"
data: "vpp-performance-changes-3n-hsw"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -2481,20 +2411,18 @@
- "throughput"
# VPP Performance Changes 3n-hsw 2t2c ndr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-hsw 2t2c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-hsw-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-hsw-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-hsw-cmp"
data: "vpp-performance-changes-3n-hsw"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -2505,20 +2433,18 @@
- "throughput"
# VPP Performance Changes 3n-skx 2t1c pdr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-skx 2t1c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-skx-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-skx-cmp"
data: "vpp-performance-changes-3n-skx"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -2529,20 +2455,18 @@
- "throughput"
# VPP Performance Changes 3n-skx 4t2c pdr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-skx 4t2c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-skx-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-skx-cmp"
data: "vpp-performance-changes-3n-skx"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -2553,20 +2477,18 @@
- "throughput"
# VPP Performance Changes 3n-skx 2t1c ndr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-skx 2t1c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-skx-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-skx-cmp"
data: "vpp-performance-changes-3n-skx"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -2577,20 +2499,18 @@
- "throughput"
# VPP Performance Changes 3n-skx 4t2c ndr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-skx 4t2c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-skx-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-skx-cmp"
data: "vpp-performance-changes-3n-skx"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -2601,20 +2521,18 @@
- "throughput"
# VPP Performance Changes 2n-skx 2t1c pdr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-skx 2t1c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-2n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-2n-skx-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-2n-skx-cmp"
data: "vpp-performance-changes-2n-skx"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -2625,19 +2543,18 @@
- "throughput"
# VPP Performance Changes 2n-skx 4t2c pdr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-skx 4t2c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
history:
- - title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-2n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-2n-skx-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-2n-skx-cmp"
data: "vpp-performance-changes-2n-skx"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -2648,19 +2565,18 @@
- "throughput"
# VPP Performance Changes 2n-skx 2t1c ndr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-skx 2t1c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
history:
- - title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-2n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-2n-skx-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-2n-skx-cmp"
data: "vpp-performance-changes-2n-skx"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -2671,19 +2587,18 @@
- "throughput"
# VPP Performance Changes 2n-skx 4t2c ndr
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-skx 4t2c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
history:
- - title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-2n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-2n-skx-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-2n-skx-cmp"
data: "vpp-performance-changes-2n-skx"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -2694,8 +2609,7 @@
- "throughput"
# VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
@@ -2714,8 +2628,7 @@
- "throughput"
# VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
@@ -2734,8 +2647,7 @@
- "throughput"
# VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
@@ -2754,8 +2666,7 @@
- "throughput"
# VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
@@ -2774,8 +2685,7 @@
- "throughput"
# VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
@@ -2794,8 +2704,7 @@
- "throughput"
# VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
@@ -2814,8 +2723,7 @@
- "throughput"
# VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
@@ -2834,8 +2742,7 @@
- "throughput"
# VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
@@ -2854,20 +2761,18 @@
- "throughput"
# VPP Performance Changes 3n-hsw 1t1c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-hsw 1t1c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-hsw-mrr-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-hsw-mrr-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-hsw-mrr-cmp"
data: "vpp-performance-changes-3n-hsw-mrr"
include-tests: "MRR" # "PDR" | "NDR" | "MRR"
@@ -2878,20 +2783,18 @@
- "result"
# VPP Performance Changes 3n-hsw 2t2c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-hsw 2t2c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-hsw-mrr-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-hsw-mrr-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-hsw-mrr-cmp"
data: "vpp-performance-changes-3n-hsw-mrr"
include-tests: "MRR" # "PDR" | "NDR" | "MRR"
@@ -2902,20 +2805,18 @@
- "result"
# VPP Performance Changes 3n-hsw 4t4c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-hsw 4t4c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-hsw-mrr-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-hsw-mrr-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-hsw-mrr-cmp"
data: "vpp-performance-changes-3n-hsw-mrr"
include-tests: "MRR" # "PDR" | "NDR" | "MRR"
@@ -2926,20 +2827,18 @@
- "result"
# VPP Performance Changes 3n-skx 2t1c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-skx 2t1c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-skx-mrr-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-skx-mrr-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-skx-mrr-cmp"
data: "vpp-performance-changes-3n-skx-mrr"
include-tests: "MRR" # "PDR" | "NDR" | "MRR"
@@ -2950,20 +2849,18 @@
- "result"
# VPP Performance Changes 3n-skx 4t2c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-skx 4t2c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-skx-mrr-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-skx-mrr-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-skx-mrr-cmp"
data: "vpp-performance-changes-3n-skx-mrr"
include-tests: "MRR" # "PDR" | "NDR" | "MRR"
@@ -2974,20 +2871,18 @@
- "result"
# VPP Performance Changes 3n-skx 8t4c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 3n-skx 8t4c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-3n-skx-mrr-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-3n-skx-mrr-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-3n-skx-mrr-cmp"
data: "vpp-performance-changes-3n-skx-mrr"
include-tests: "MRR" # "PDR" | "NDR" | "MRR"
@@ -2998,20 +2893,18 @@
- "result"
# VPP Performance Changes 2n-skx 2t1c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-skx 2t1c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-2n-skx-mrr-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-2n-skx-mrr-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-2n-skx-mrr-cmp"
data: "vpp-performance-changes-2n-skx-mrr"
include-tests: "MRR" # "PDR" | "NDR" | "MRR"
@@ -3022,20 +2915,18 @@
- "result"
# VPP Performance Changes 2n-skx 4t2c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-skx 4t2c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-2n-skx-mrr-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-2n-skx-mrr-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-2n-skx-mrr-cmp"
data: "vpp-performance-changes-2n-skx-mrr"
include-tests: "MRR" # "PDR" | "NDR" | "MRR"
@@ -3046,20 +2937,18 @@
- "result"
# VPP Performance Changes 2n-skx 8t4c MRR
--
- type: "table"
+- type: "table"
title: "VPP Performance Changes 2n-skx 8t4c MRR"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "vpp-performance-changes-2n-skx-mrr-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "vpp-performance-changes-2n-skx-mrr-ref"
compare:
- title: "rls1901.1"
+ title: "rls1904"
data: "vpp-performance-changes-2n-skx-mrr-cmp"
data: "vpp-performance-changes-2n-skx-mrr"
include-tests: "MRR" # "PDR" | "NDR" | "MRR"
@@ -3070,8 +2959,7 @@
- "result"
# VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
@@ -3090,8 +2978,7 @@
- "result"
# VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
@@ -3110,8 +2997,7 @@
- "result"
# VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
@@ -3130,8 +3016,7 @@
- "result"
# VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
@@ -3150,8 +3035,7 @@
- "result"
# VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
@@ -3170,8 +3054,7 @@
- "result"
# VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
--
- type: "table"
+- type: "table"
title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
@@ -3190,18 +3073,15 @@
- "result"
# Detailed Test Results - VPP Performance Results 3n-hsw
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP Performance Results 3n-hsw"
algorithm: "table_merged_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "vpp-perf-results-3n-hsw"
@@ -3212,18 +3092,15 @@
- "msg"
# Detailed Test Results - VPP Performance Results 3n-skx
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP Performance Results 3n-skx"
algorithm: "table_merged_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "vpp-perf-results-3n-skx"
@@ -3234,18 +3111,15 @@
- "msg"
# Detailed Test Results - VPP Performance Results 2n-skx
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP Performance Results 2n-skx"
algorithm: "table_merged_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "vpp-perf-results-2n-skx"
@@ -3256,18 +3130,15 @@
- "msg"
# Detailed Test Results - VPP Performance Results 2n-dnv
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP Performance Results 2n-dnv"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "intel-dnv-vpp"
@@ -3278,18 +3149,15 @@
- "msg"
# Test configuration - VPP Performance Test Configs 3n-hsw
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP Performance Test Configs 3n-hsw"
algorithm: "table_merged_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "vpp-perf-results-3n-hsw"
@@ -3300,18 +3168,15 @@
- "conf-history"
# Test configuration - VPP Performance Test Configs 3n-skx
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP Performance Test Configs 3n-skx"
algorithm: "table_merged_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "vpp-perf-results-3n-skx"
@@ -3322,18 +3187,15 @@
- "conf-history"
# Test configuration - VPP Performance Test Configs 2n-skx
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP Performance Test Configs 2n-skx"
algorithm: "table_merged_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "vpp-perf-results-2n-skx"
@@ -3344,18 +3206,15 @@
- "conf-history"
# Test configuration - VPP Performance Test Configs 2n-dnv
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP Performance Test Configs 2n-dnv"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "intel-dnv-vpp"
@@ -3366,18 +3225,15 @@
- "conf-history"
# Test Operational Data - VPP Performance Operational Data 3n-hsw
--
- type: "table"
+- type: "table"
title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
algorithm: "table_merged_details"
output-file-ext: ".csv"
output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
+ - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
data: "data show-run"
rows: "generated"
data: "vpp-perf-results-3n-hsw"
@@ -3388,18 +3244,15 @@
- "show-run"
# Test Operational Data - VPP Performance Operational Data 3n-skx
--
- type: "table"
+- type: "table"
title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
algorithm: "table_merged_details"
output-file-ext: ".csv"
output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
+ - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
data: "data show-run"
rows: "generated"
data: "vpp-perf-results-3n-skx"
@@ -3410,18 +3263,15 @@
- "show-run"
# Test Operational Data - VPP Performance Operational Data 2n-skx
--
- type: "table"
+- type: "table"
title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
algorithm: "table_merged_details"
output-file-ext: ".csv"
output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
+ - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
data: "data show-run"
rows: "generated"
data: "vpp-perf-results-2n-skx"
@@ -3432,18 +3282,15 @@
- "show-run"
# Test Operational Data - VPP Performance Operational Data 2n-dnv
--
- type: "table"
+- type: "table"
title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
+ - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
data: "data show-run"
rows: "generated"
data: "intel-dnv-vpp"
@@ -3454,18 +3301,15 @@
- "show-run"
# Detailed Test Results - VPP MRR Results 3n-hsw
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP MRR Results 3n-hsw"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "vpp-mrr-results-3n-hsw"
@@ -3476,18 +3320,15 @@
- "msg"
# Detailed Test Results - VPP MRR Results 3n-skx
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP MRR Results 3n-skx"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "vpp-mrr-results-3n-skx"
@@ -3498,18 +3339,15 @@
- "msg"
# Detailed Test Results - VPP MRR Results 2n-skx
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP MRR Results 2n-skx"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "vpp-mrr-results-2n-skx"
@@ -3520,18 +3358,15 @@
- "msg"
# Detailed Test Results - VPP MRR Results 2n-dnv
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP MRR Results 2n-dnv"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "intel-dnv-vpp"
@@ -3542,18 +3377,15 @@
- "msg"
# Test configuration - VPP MRR Test Configs 3n-hsw
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP MRR Test Configs 3n-hsw"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "vpp-mrr-results-3n-hsw"
@@ -3564,18 +3396,15 @@
- "conf-history"
# Test configuration - VPP MRR Test Configs 3n-skx
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP MRR Test Configs 3n-skx"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "vpp-mrr-results-3n-skx"
@@ -3586,18 +3415,15 @@
- "conf-history"
# Test configuration - VPP MRR Test Configs 2n-skx
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP MRR Test Configs 2n-skx"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "vpp-mrr-results-2n-skx"
@@ -3608,18 +3434,15 @@
- "conf-history"
# Test configuration - VPP MRR Test Configs 2n-dnv
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP MRR Test Configs 2n-dnv"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "intel-dnv-vpp"
@@ -3630,21 +3453,17 @@
- "conf-history"
# Detailed Test Results - VPP Functional Results - Ubuntu
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP Functional Results - Ubuntu"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Documentation"
+ - title: "Documentation"
data: "data doc"
- -
- title: "Status"
+ - title: "Status"
data: "data status"
rows: "generated"
data: "vpp-func-results-ubuntu"
@@ -3656,18 +3475,15 @@
- "status"
# Detailed Test Results - VPP Functional Results - CentOS
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP Functional Results - CentOS"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Documentation"
+ - title: "Documentation"
data: "data doc"
-
title: "Status"
@@ -3683,18 +3499,15 @@
- "status"
# Test configuration - VPP Functional Test Configs - Ubuntu
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP Functional Test Configs - Ubuntu"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "vpp-func-results-ubuntu"
@@ -3705,18 +3518,15 @@
- "conf-history"
# Test configuration - VPP Functional Test Configs - CentOS
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP Functional Test Configs - CentOS"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "vpp-func-results-centos"
@@ -3727,18 +3537,15 @@
- "conf-history"
# Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "ligato-perf-results-3n-hsw"
@@ -3749,21 +3556,17 @@
- "msg"
# Detailed Test Results - VPP Device Results - Ubuntu
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - VPP Device Results - Ubuntu"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Documentation"
+ - title: "Documentation"
data: "data doc"
- -
- title: "Status"
+ - title: "Status"
data: "data status"
rows: "generated"
data: "vpp-device-results-ubuntu"
@@ -3775,18 +3578,15 @@
- "status"
# Test configuration - VPP Device Test Configs - Ubuntu
--
- type: "table"
+- type: "table"
title: "Test configuration - VPP Device Test Configs - Ubuntu"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "VPP API Test Commands History - Commands Used Per Test Case"
+ - title: "VPP API Test Commands History - Commands Used Per Test Case"
data: "data conf-history"
rows: "generated"
data: "vpp-device-results-ubuntu"
@@ -3799,20 +3599,18 @@
################################################################################
# DPDK Performance Changes 3n-hsw 1t1c pdr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "dpdk-performance-changes-3n-hsw-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-3n-hsw-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-3n-hsw-cmp"
data: "dpdk-performance-changes-3n-hsw"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -3823,20 +3621,18 @@
- "throughput"
# DPDK Performance Changes 3n-hsw 2t2c pdr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "dpdk-performance-changes-3n-hsw-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-3n-hsw-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-3n-hsw-cmp"
data: "dpdk-performance-changes-3n-hsw"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -3847,20 +3643,18 @@
- "throughput"
# DPDK Performance Changes 3n-hsw 1t1c ndr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "dpdk-performance-changes-3n-hsw-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-3n-hsw-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-3n-hsw-cmp"
data: "dpdk-performance-changes-3n-hsw"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -3871,20 +3665,18 @@
- "throughput"
# DPDK Performance Changes 3n-hsw 2t2c ndr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "dpdk-performance-changes-3n-hsw-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-3n-hsw-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-3n-hsw-cmp"
data: "dpdk-performance-changes-3n-hsw"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -3895,20 +3687,18 @@
- "throughput"
# DPDK Performance Changes 3n-skx 2t1c pdr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 3n-skx 2t1c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "dpdk-performance-changes-3n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-3n-skx-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-3n-skx-cmp"
data: "dpdk-performance-changes-3n-skx"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -3919,20 +3709,18 @@
- "throughput"
# DPDK Performance Changes 3n-skx 4t2c pdr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 3n-skx 4t2c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "dpdk-performance-changes-3n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-3n-skx-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-3n-skx-cmp"
data: "dpdk-performance-changes-3n-skx"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -3943,20 +3731,18 @@
- "throughput"
# DPDK Performance Changes 3n-skx 2t1c ndr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 3n-skx 2t1c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "dpdk-performance-changes-3n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-3n-skx-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-3n-skx-cmp"
data: "dpdk-performance-changes-3n-skx"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -3967,20 +3753,18 @@
- "throughput"
# DPDK Performance Changes 3n-skx 4t2c ndr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 3n-skx 4t2c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
history:
- -
- title: "rls1807"
+ - title: "rls1810"
data: "dpdk-performance-changes-3n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-3n-skx-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-3n-skx-cmp"
data: "dpdk-performance-changes-3n-skx"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -3991,8 +3775,7 @@
- "throughput"
# DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
--
- type: "table"
+- type: "table"
title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
@@ -4011,8 +3794,7 @@
- "throughput"
# DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
--
- type: "table"
+- type: "table"
title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
@@ -4031,8 +3813,7 @@
- "throughput"
# DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
--
- type: "table"
+- type: "table"
title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
@@ -4051,8 +3832,7 @@
- "throughput"
# DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
--
- type: "table"
+- type: "table"
title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
@@ -4071,16 +3851,18 @@
- "throughput"
# DPDK Performance Changes 2n-skx 2t1c pdr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 2n-skx 2t1c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
+ history:
+ - title: "rls1810"
+ data: "dpdk-performance-changes-2n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-2n-skx-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-2n-skx-cmp"
data: "dpdk-performance-changes-2n-skx"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -4091,16 +3873,18 @@
- "throughput"
# DPDK Performance Changes 2n-skx 4t2c pdr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 2n-skx 4t2c pdr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
+ history:
+ - title: "rls1810"
+ data: "dpdk-performance-changes-2n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-2n-skx-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-2n-skx-cmp"
data: "dpdk-performance-changes-2n-skx"
include-tests: "PDR" # "PDR" | "NDR" | "MRR"
@@ -4111,16 +3895,18 @@
- "throughput"
# DPDK Performance Changes 2n-skx 2t1c ndr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 2n-skx 2t1c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
+ history:
+ - title: "rls1810"
+ data: "dpdk-performance-changes-2n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-2n-skx-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-2n-skx-cmp"
data: "dpdk-performance-changes-2n-skx"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -4131,16 +3917,18 @@
- "throughput"
# DPDK Performance Changes 2n-skx 4t2c ndr
--
- type: "table"
+- type: "table"
title: "DPDK Performance Changes 2n-skx 4t2c ndr"
algorithm: "table_performance_comparison"
output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
+ history:
+ - title: "rls1810"
+ data: "dpdk-performance-changes-2n-skx-h1"
reference:
- title: "rls1810"
+ title: "rls1901"
data: "dpdk-performance-changes-2n-skx-ref"
compare:
- title: "rls1901"
+ title: "rls1904"
data: "dpdk-performance-changes-2n-skx-cmp"
data: "dpdk-performance-changes-2n-skx"
include-tests: "NDR" # "PDR" | "NDR" | "MRR"
@@ -4151,18 +3939,15 @@
- "throughput"
# Detailed Test Results - DPDK Performance Results 3n-hsw
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "dpdk-perf-results-3n-hsw"
@@ -4173,18 +3958,15 @@
- "msg"
# Detailed Test Results - DPDK Performance Results 3n-skx
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - DPDK Performance Results 3n-skx"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "dpdk-perf-results-3n-skx"
@@ -4195,18 +3977,15 @@
- "msg"
# Detailed Test Results - DPDK Performance Results 2n-skx
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - DPDK Performance Results 2n-skx"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Status"
+ - title: "Status"
data: "data msg"
rows: "generated"
data: "dpdk-perf-results-2n-skx"
@@ -4218,21 +3997,17 @@
################################################################################
# HoneyComb
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - Honeycomb Functional Results"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Documentation"
+ - title: "Documentation"
data: "data doc"
- -
- title: "Status"
+ - title: "Status"
data: "data status"
rows: "generated"
data:
@@ -4246,49 +4021,45 @@
################################################################################
# NSH SFC
--
- type: "table"
- title: "Detailed Test Results - NSH SFC Functional Results"
- algorithm: "table_details"
- output-file-ext: ".csv"
- output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
- columns:
- -
- title: "Name"
- data: "data name"
- -
- title: "Documentation"
- data: "data doc"
- -
- title: "Status"
- data: "data status"
- rows: "generated"
- data:
- "nsh-func-results"
- filter: "all"
- parameters:
- - "name"
- - "parent"
- - "doc"
- - "status"
+#-
+# type: "table"
+# title: "Detailed Test Results - NSH SFC Functional Results"
+# algorithm: "table_details"
+# output-file-ext: ".csv"
+# output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
+# columns:
+# -
+# title: "Name"
+# data: "data name"
+# -
+# title: "Documentation"
+# data: "data doc"
+# -
+# title: "Status"
+# data: "data status"
+# rows: "generated"
+# data:
+# "nsh-func-results"
+# filter: "all"
+# parameters:
+# - "name"
+# - "parent"
+# - "doc"
+# - "status"
################################################################################
# DMM
--
- type: "table"
+- type: "table"
title: "Detailed Test Results - DMM Functional Results"
algorithm: "table_details"
output-file-ext: ".csv"
output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
columns:
- -
- title: "Name"
+ - title: "Name"
data: "data name"
- -
- title: "Documentation"
+ - title: "Documentation"
data: "data doc"
- -
- title: "Status"
+ - title: "Status"
data: "data status"
rows: "generated"
data:
@@ -4305,8 +4076,7 @@
################################################################################
# VPP Performance Results 3n-hsw
--
- type: "file"
+- type: "file"
title: "VPP Performance Results 3n-hsw"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4323,8 +4093,7 @@
data-start-level: 3
# VPP Performance Results 3n-skx
--
- type: "file"
+- type: "file"
title: "VPP Performance Results 3n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4341,8 +4110,7 @@
data-start-level: 3
# VPP Performance Results 2n-skx
--
- type: "file"
+- type: "file"
title: "VPP Performance Results 2n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4359,8 +4127,7 @@
data-start-level: 3
# VPP Performance Results 2n-dnv
--
- type: "file"
+- type: "file"
title: "VPP Performance Results 2n-dnv"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4377,8 +4144,7 @@
data-start-level: 3
# VPP Performance Configuration 3n-hsw
--
- type: "file"
+- type: "file"
title: "VPP Performance Configuration 3n-hsw"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4395,8 +4161,7 @@
data-start-level: 3
# VPP Performance Configuration 3n-skx
--
- type: "file"
+- type: "file"
title: "VPP Performance Configuration 3n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4413,8 +4178,7 @@
data-start-level: 3
# VPP Performance Configuration 2n-skx
--
- type: "file"
+- type: "file"
title: "VPP Performance Configuration 2n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4431,8 +4195,7 @@
data-start-level: 3
# VPP Performance Configuration 2n-dnv
--
- type: "file"
+- type: "file"
title: "VPP Performance Configuration 2n-dnv"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4449,8 +4212,7 @@
data-start-level: 3
# VPP Performance Operational Data 3n-hsw
--
- type: "file"
+- type: "file"
title: "VPP Performance Operational Data 3n-hsw"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4467,8 +4229,7 @@
data-start-level: 3
# VPP Performance Operational Data 3n-skx
--
- type: "file"
+- type: "file"
title: "VPP Performance Operational Data 3n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4485,8 +4246,7 @@
data-start-level: 3
# VPP Performance Operational Data 2n-skx
--
- type: "file"
+- type: "file"
title: "VPP Performance Operational Data 2n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4503,8 +4263,7 @@
data-start-level: 3
# VPP Performance Operational Data 2n-dnv
--
- type: "file"
+- type: "file"
title: "VPP Performance Operational Data 2n-dnv"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4521,8 +4280,7 @@
data-start-level: 3
# VPP MRR Results 3n-hsw
--
- type: "file"
+- type: "file"
title: "VPP MRR Results 3n-hsw"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4539,8 +4297,7 @@
data-start-level: 3
# VPP MRR Results 3n-skx
--
- type: "file"
+- type: "file"
title: "VPP MRR Results 3n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4557,8 +4314,7 @@
data-start-level: 3
# VPP MRR Results 2n-skx
--
- type: "file"
+- type: "file"
title: "VPP MRR Results 2n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4575,8 +4331,7 @@
data-start-level: 3
# VPP MRR Results 2n-dnv
--
- type: "file"
+- type: "file"
title: "VPP MRR Results 2n-dnv"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4593,8 +4348,7 @@
data-start-level: 3
# VPP MRR Configuration 3n-hsw
--
- type: "file"
+- type: "file"
title: "VPP MRR Configuration 3n-hsw"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4611,8 +4365,7 @@
data-start-level: 3
# VPP MRR Configuration 3n-skx
--
- type: "file"
+- type: "file"
title: "VPP MRR Configuration 3n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4629,8 +4382,7 @@
data-start-level: 3
# VPP MRR Configuration 2n-skx
--
- type: "file"
+- type: "file"
title: "VPP MRR Configuration 2n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4647,8 +4399,7 @@
data-start-level: 3
# VPP MRR Configuration 2n-dnv
--
- type: "file"
+- type: "file"
title: "VPP MRR Configuration 2n-dnv"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4665,8 +4416,7 @@
data-start-level: 3
# VPP Functional Results - Ubuntu
--
- type: "file"
+- type: "file"
title: "VPP Functional Results - Ubuntu"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4683,8 +4433,7 @@
data-start-level: 3
# VPP Functional Results - CentOS
--
- type: "file"
+- type: "file"
title: "VPP Functional Results - CentOS"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4702,8 +4451,7 @@
data-start-level: 3
# VPP Functional Configuration - Ubuntu
--
- type: "file"
+- type: "file"
title: "VPP Functional Configuration - Ubuntu"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4720,8 +4468,7 @@
data-start-level: 3
# VPP Functional Configuration - CentOS
--
- type: "file"
+- type: "file"
title: "VPP Functional Configuration - CentOS"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4739,8 +4486,7 @@
data-start-level: 3
# VPP Device Results - Ubuntu
--
- type: "file"
+- type: "file"
title: "VPP Device Results - Ubuntu"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4757,8 +4503,7 @@
data-start-level: 2
# VPP Device Configuration - Ubuntu
--
- type: "file"
+- type: "file"
title: "VPP Device Configuration - Ubuntu"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4775,8 +4520,7 @@
data-start-level: 2
# Container Orchestrated Performance Results 3n-hsw
--
- type: "file"
+- type: "file"
title: "Container Orchestrated Performance Results 3n-hsw"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4793,8 +4537,7 @@
data-start-level: 3
# DPDK Performance Results 3n-hsw
--
- type: "file"
+- type: "file"
title: "DPDK Performance Results 3n-hsw"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4811,8 +4554,7 @@
data-start-level: 3
# DPDK Performance Results 3n-skx
--
- type: "file"
+- type: "file"
title: "DPDK Performance Results 3n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4829,8 +4571,7 @@
data-start-level: 3
# DPDK Performance Results 2n-skx
--
- type: "file"
+- type: "file"
title: "DPDK Performance Results 2n-skx"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4847,8 +4588,7 @@
data-start-level: 3
# Honeycomb Functional Results
--
- type: "file"
+- type: "file"
title: "Honeycomb Functional Results"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4866,27 +4606,26 @@
data-start-level: 3
# NSH SFC Functional Results
--
- type: "file"
- title: "NSH SFC Functional Results"
- algorithm: "file_test_results"
- output-file-ext: ".rst"
- output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
- file-header: "\n.. |br| raw:: html\n\n <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\n\n"
- dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
- data:
- "nsh-func-results"
- filter: "all"
- parameters:
- - "name"
- - "doc"
- - "level"
- - "parent"
- data-start-level: 3
+#-
+# type: "file"
+# title: "NSH SFC Functional Results"
+# algorithm: "file_test_results"
+# output-file-ext: ".rst"
+# output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
+# file-header: "\n.. |br| raw:: html\n\n <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\n\n"
+# dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
+# data:
+# "nsh-func-results"
+# filter: "all"
+# parameters:
+# - "name"
+# - "doc"
+# - "level"
+# - "parent"
+# data-start-level: 3
# DMM Functional Results
--
- type: "file"
+- type: "file"
title: "DMM Functional Results"
algorithm: "file_test_results"
output-file-ext: ".rst"
@@ -4908,8 +4647,7 @@
################################################################################
# Soak test - 30min Soak Test (PLRsearch), boxes
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
algorithm: "plot_soak_boxes"
output-file-type: ".html"
@@ -4932,8 +4670,7 @@
layout: "plot-soak-throughput"
# Soak test - example, not used
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
algorithm: "plot_soak_bars"
output-file-type: ".html"
@@ -4958,8 +4695,7 @@
################################################################################
# Plots - NF Density - VSC
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -4984,8 +4720,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5010,8 +4745,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5036,8 +4770,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5062,8 +4795,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5088,8 +4820,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5114,8 +4845,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5140,8 +4870,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5166,8 +4895,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5192,8 +4920,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5218,8 +4945,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5244,8 +4970,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5273,8 +4998,7 @@
################################################################################
# Plots - NF Density - CSC
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5299,8 +5023,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5325,8 +5048,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5351,8 +5073,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5377,8 +5098,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5403,8 +5123,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5429,8 +5148,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5455,8 +5173,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5481,8 +5198,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5507,8 +5223,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5533,8 +5248,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5559,8 +5273,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5588,8 +5301,7 @@
################################################################################
# Plots - NF Density - CSP
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5614,8 +5326,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5640,8 +5351,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5666,8 +5376,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5692,8 +5401,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5718,8 +5426,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5744,8 +5451,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5770,8 +5476,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5796,8 +5501,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5822,8 +5526,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5848,8 +5551,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5874,8 +5576,7 @@
title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
layout: "plot-service-density"
--
- type: "plot"
+- type: "plot"
title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
@@ -5902,8 +5603,7 @@
################################################################################
# Plots VPP HTTP Server Performance
--
- type: "plot"
+- type: "plot"
title: "VPP HTTP Server Performance"
algorithm: "plot_http_server_performance_box"
output-file-type: ".html"
@@ -5925,8 +5625,7 @@
layout:
"plot-cps"
--
- type: "plot"
+- type: "plot"
title: "VPP HTTP Server Performance"
algorithm: "plot_http_server_performance_box"
output-file-type: ".html"
@@ -5949,13 +5648,12 @@
################################################################################
# Packet Throughput - VPP L2 3n-hsw-x520 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: 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-x520-64b-1t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -5984,13 +5682,12 @@
title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: 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-x520-64b-1t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -6019,13 +5716,12 @@
title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: 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-x520-64b-2t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -6054,13 +5750,12 @@
title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: 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-x520-64b-2t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -6090,13 +5785,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 3n-hsw-x520 features
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -6122,13 +5816,12 @@
title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -6154,13 +5847,12 @@
title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -6186,13 +5878,12 @@
title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -6219,13 +5910,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 3n-hsw-x710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x710-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"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6254,13 +5944,12 @@
title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x710-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-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6289,13 +5978,12 @@
title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x710-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"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6324,13 +6012,12 @@
title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x710-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-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6360,13 +6047,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 3n-hsw-x710 features
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -6393,13 +6079,12 @@
title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -6426,13 +6111,12 @@
title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -6459,13 +6143,12 @@
title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -6493,13 +6176,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'BASE' and
@@ -6525,13 +6207,12 @@
title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'BASE' and
@@ -6557,13 +6238,12 @@
title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'BASE' and
@@ -6589,13 +6269,12 @@
title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'BASE' and
@@ -6622,13 +6301,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 3n-skx-x710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6658,13 +6336,12 @@
title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6694,13 +6371,12 @@
title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6730,13 +6406,12 @@
title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6767,13 +6442,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 3n-skx-x710 features
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -6801,13 +6475,12 @@
title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -6835,13 +6508,12 @@
title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -6869,13 +6541,12 @@
title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -6904,13 +6575,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6937,13 +6607,12 @@
title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -6970,13 +6639,12 @@
title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7003,13 +6671,12 @@
title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7037,13 +6704,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 2n-skx-x710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-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"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7072,13 +6738,12 @@
title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7107,13 +6772,12 @@
title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-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"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7142,13 +6806,12 @@
title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7178,13 +6841,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7213,13 +6875,12 @@
title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-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-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7248,13 +6909,12 @@
title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7283,13 +6943,12 @@
title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-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-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7319,8 +6978,7 @@
layout: "plot-throughput"
# Packet Throughput - VPP L2 2n-dnv-x553 base
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -7351,8 +7009,7 @@
title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -7383,8 +7040,7 @@
title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -7415,8 +7071,7 @@
title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -7450,13 +7105,12 @@
################################################################################
# Packet Throughput - VPP Container Memif 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -7485,13 +7139,12 @@
title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -7520,13 +7173,12 @@
title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -7555,13 +7207,12 @@
title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -7591,13 +7242,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP Container Memif 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7626,13 +7276,12 @@
title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7661,13 +7310,12 @@
title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7696,13 +7344,12 @@
title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7732,13 +7379,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP Container Memif 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7767,13 +7413,12 @@
title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7802,13 +7447,12 @@
title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7837,13 +7481,12 @@
title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7873,13 +7516,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP Container Memif 3n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7908,13 +7550,12 @@
title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7943,13 +7584,12 @@
title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -7978,13 +7618,12 @@
title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8014,13 +7653,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP Container Memif 2n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8050,13 +7688,12 @@
title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8086,13 +7723,12 @@
title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8122,13 +7758,12 @@
title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8159,13 +7794,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP Container Memif 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8194,13 +7828,12 @@
title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8229,13 +7862,12 @@
title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8264,13 +7896,12 @@
title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8302,13 +7933,12 @@
################################################################################
# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -8336,13 +7966,12 @@
title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -8370,13 +7999,12 @@
title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -8404,13 +8032,12 @@
title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -8439,13 +8066,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -8473,13 +8099,12 @@
title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -8507,13 +8132,12 @@
title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -8541,13 +8165,12 @@
title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -8576,13 +8199,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8610,13 +8232,12 @@
title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8644,13 +8265,12 @@
title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8678,13 +8298,12 @@
title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8713,13 +8332,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8747,13 +8365,12 @@
title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8781,13 +8398,12 @@
title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8815,13 +8431,12 @@
title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
- data: "plot-ligato-throughput-latency-3n-hsw"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -8852,13 +8467,12 @@
################################################################################
# Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
--
- type: "plot"
+- type: "plot"
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-x520-64b-1t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -8885,13 +8499,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-x520-64b-1t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -8918,13 +8531,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-x520-64b-2t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -8951,13 +8563,12 @@
title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-x520-64b-2t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -8985,13 +8596,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-hsw-x520 features
--
- type: "plot"
+- type: "plot"
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-hsw-x520-64b-1t1c-features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or
@@ -9024,13 +8634,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-hsw-x520-64b-1t1c-features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or
@@ -9063,13 +8672,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-hsw-x520-64b-2t2c-features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or
@@ -9102,13 +8710,12 @@
title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-hsw-x520-64b-2t2c-features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or
@@ -9142,13 +8749,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
--
- type: "plot"
+- type: "plot"
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-hsw-x520-64b-1t1c-features-nat44-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9177,13 +8783,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-hsw-x520-64b-1t1c-features-nat44-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9212,13 +8817,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-hsw-x520-64b-2t2c-features-nat44-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9247,13 +8851,12 @@
title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-hsw-x520-64b-2t2c-features-nat44-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9283,13 +8886,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
--
- type: "plot"
+- type: "plot"
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-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9317,13 +8919,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9351,13 +8952,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9385,13 +8985,12 @@
title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9420,13 +9019,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
--
- type: "plot"
+- type: "plot"
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-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9454,13 +9052,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9488,13 +9085,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9522,13 +9118,12 @@
title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -9557,13 +9152,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -9590,13 +9184,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -9623,13 +9216,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -9656,13 +9248,12 @@
title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -9690,13 +9281,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-hsw-x710 features
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -9729,13 +9319,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -9768,13 +9357,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -9807,13 +9395,12 @@
title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -9847,13 +9434,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -9881,13 +9467,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -9915,13 +9500,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -9949,13 +9533,12 @@
title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -9984,13 +9567,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10017,13 +9599,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10050,13 +9631,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10083,13 +9663,12 @@
title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10117,13 +9696,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-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-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -10149,13 +9727,12 @@
title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-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-1t1c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -10181,13 +9758,12 @@
title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -10213,13 +9789,12 @@
title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -10246,13 +9821,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -10279,13 +9853,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -10312,13 +9885,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -10345,13 +9917,12 @@
title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -10379,13 +9950,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-skx-x710 features
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -10418,13 +9988,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -10457,13 +10026,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -10496,13 +10064,12 @@
title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -10536,13 +10103,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10570,13 +10136,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10604,13 +10169,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10638,13 +10202,12 @@
title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10673,13 +10236,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10706,13 +10268,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10739,13 +10300,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10772,13 +10332,12 @@
title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -10806,13 +10365,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -10839,13 +10397,12 @@
title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -10872,13 +10429,12 @@
title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -10905,13 +10461,12 @@
title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -10939,13 +10494,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -10972,13 +10526,12 @@
title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -11005,13 +10558,12 @@
title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -11038,13 +10590,12 @@
title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -11072,8 +10623,7 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -11101,8 +10651,7 @@
title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -11130,8 +10679,7 @@
title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -11159,8 +10707,7 @@
title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -11191,13 +10738,12 @@
################################################################################
# Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'ENCAP' and
@@ -11224,13 +10770,12 @@
title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'ENCAP' and
@@ -11257,13 +10802,12 @@
title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'ENCAP' and
@@ -11290,13 +10834,12 @@
title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'ENCAP' and
@@ -11324,13 +10867,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11358,13 +10900,12 @@
title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11392,13 +10933,12 @@
title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11426,13 +10966,12 @@
title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11461,13 +11000,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11494,13 +11032,12 @@
title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11527,13 +11064,12 @@
title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11560,13 +11096,12 @@
title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11594,13 +11129,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11628,13 +11162,12 @@
title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11662,13 +11195,12 @@
title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11696,13 +11228,12 @@
title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11731,13 +11262,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11764,13 +11294,12 @@
title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11797,13 +11326,12 @@
title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11830,13 +11358,12 @@
title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -11866,13 +11393,12 @@
################################################################################
# Packet Throughput - VPP IPv6 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -11899,13 +11425,12 @@
title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -11932,13 +11457,12 @@
title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -11965,13 +11489,12 @@
title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -11999,13 +11522,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv6 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12032,13 +11554,12 @@
title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12065,13 +11586,12 @@
title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12098,13 +11618,12 @@
title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12132,13 +11651,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv6 3n-hsw-x710 - features
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -12168,13 +11686,12 @@
title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -12204,13 +11721,12 @@
title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -12240,13 +11756,12 @@
title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -12277,13 +11792,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv6 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12310,13 +11824,12 @@
title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12343,13 +11856,12 @@
title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12376,13 +11888,12 @@
title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12410,13 +11921,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv6 3n-skx-x710
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12443,13 +11953,12 @@
title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12476,13 +11985,12 @@
title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12509,13 +12017,12 @@
title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -12543,13 +12050,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv6 3n-skx-x710 - features
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -12579,13 +12085,12 @@
title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -12615,13 +12120,12 @@
title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -12651,13 +12155,12 @@
title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -12688,13 +12191,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv6 2n-skx-x710
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -12721,13 +12223,12 @@
title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -12754,13 +12255,12 @@
title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -12787,13 +12287,12 @@
title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -12821,13 +12320,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv6 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -12854,13 +12352,12 @@
title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -12887,13 +12384,12 @@
title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -12920,13 +12416,12 @@
title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -12954,8 +12449,7 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPv6 2n-dnv-x553 base
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -12984,8 +12478,7 @@
title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -13014,8 +12507,7 @@
title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -13044,8 +12536,7 @@
title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -13077,13 +12568,12 @@
################################################################################
# Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'ENCAP' and
@@ -13106,13 +12596,12 @@
title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'ENCAP' and
@@ -13135,13 +12624,12 @@
title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'ENCAP' and
@@ -13164,13 +12652,12 @@
title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'ENCAP' and
@@ -13196,13 +12683,12 @@
################################################################################
# Packet Throughput - VPP IPSec 3n-hsw-xl710 base
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13224,13 +12710,12 @@
title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13252,13 +12737,12 @@
title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13280,13 +12764,12 @@
title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13309,13 +12792,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13337,13 +12819,12 @@
title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13365,13 +12846,12 @@
title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13393,13 +12873,12 @@
title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13422,13 +12901,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13449,13 +12927,12 @@
title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13476,13 +12953,12 @@
title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13503,13 +12979,12 @@
title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -13533,13 +13008,12 @@
################################################################################
# Packet Throughput - VPP SRv6 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'FEATURE' and
@@ -13559,13 +13033,12 @@
title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'FEATURE' and
@@ -13585,13 +13058,12 @@
title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'FEATURE' and
@@ -13611,13 +13083,12 @@
title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'FEATURE' and
@@ -13640,13 +13111,12 @@
################################################################################
# Packet Throughput - VPP vhost ip4 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13672,13 +13142,12 @@
title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13704,13 +13173,12 @@
title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13736,13 +13204,12 @@
title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13769,13 +13236,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13806,13 +13272,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13843,13 +13308,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13880,13 +13344,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13918,13 +13381,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
--
- type: "plot"
+- type: "plot"
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]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13954,13 +13416,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -13990,13 +13451,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -14026,13 +13486,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -14063,13 +13522,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost ip4 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14095,13 +13553,12 @@
title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14127,13 +13584,12 @@
title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14159,13 +13615,12 @@
title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14192,13 +13647,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14229,13 +13683,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14266,13 +13719,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14303,13 +13755,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14341,13 +13792,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14378,13 +13828,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14415,13 +13864,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14452,13 +13900,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14490,13 +13937,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost ip4 3n-skx-x710
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14521,13 +13967,12 @@
title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14552,13 +13997,12 @@
title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14583,13 +14027,12 @@
title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14615,13 +14058,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14652,13 +14094,12 @@
title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14689,13 +14130,12 @@
title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14726,13 +14166,12 @@
title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14764,13 +14203,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14801,13 +14239,12 @@
title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14838,13 +14275,12 @@
title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14875,13 +14311,12 @@
title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14913,13 +14348,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost ip4 2n-skx-x710
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14946,13 +14380,12 @@
title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -14979,13 +14412,12 @@
title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15012,13 +14444,12 @@
title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15046,13 +14477,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15082,13 +14512,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15118,13 +14547,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15154,13 +14582,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15191,13 +14618,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
--
- type: "plot"
+- type: "plot"
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-2n-skx-x710-64b-2t1c-base-vm-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15227,13 +14653,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-2n-skx-x710-64b-2t1c-base-vm-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15263,13 +14688,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15299,13 +14723,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -15336,13 +14759,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost ip4 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
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-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15368,13 +14790,12 @@
title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15400,13 +14821,12 @@
title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15432,13 +14852,12 @@
title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15465,13 +14884,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15500,13 +14918,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15535,13 +14952,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15570,13 +14986,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15606,13 +15021,12 @@
layout: "plot-throughput"
# Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
--
- type: "plot"
+- type: "plot"
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,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15641,13 +15055,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15676,13 +15089,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15711,13 +15123,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
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,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -15749,13 +15160,12 @@
################################################################################
# Packet Throughput - VPP VTS 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'114B' and
'NDRPDR' and
@@ -15773,13 +15183,12 @@
title: "vts-3n-hsw-x520-114b-1t1c-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'114B' and
'NDRPDR' and
@@ -15797,13 +15206,12 @@
title: "vts-3n-hsw-x520-114b-2t2c-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'114B' and
'NDRPDR' and
@@ -15821,13 +15229,12 @@
title: "vts-3n-hsw-x520-114b-1t1c-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'114B' and
'NDRPDR' and
@@ -15848,8 +15255,7 @@
################################################################################
# Packet Throughput - DPDK l3fwd 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -15873,8 +15279,7 @@
title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -15898,8 +15303,7 @@
title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -15923,8 +15327,7 @@
title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -15949,8 +15352,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK l3fwd 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -15974,8 +15376,7 @@
title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -15999,8 +15400,7 @@
title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16024,8 +15424,7 @@
title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16050,8 +15449,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK l3fwd 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16075,8 +15473,7 @@
title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16100,8 +15497,7 @@
title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16125,8 +15521,7 @@
title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16151,8 +15546,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK l3fwd 3n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16176,8 +15570,7 @@
title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16201,8 +15594,7 @@
title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16226,8 +15618,7 @@
title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16252,8 +15643,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK l3fwd 3n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16277,8 +15667,7 @@
title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16302,8 +15691,7 @@
title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16327,8 +15715,7 @@
title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16353,8 +15740,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK l3fwd 2n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16378,8 +15764,7 @@
title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16403,8 +15788,7 @@
title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16428,8 +15812,7 @@
title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16454,8 +15837,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK l3fwd 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16479,8 +15861,7 @@
title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16504,8 +15885,7 @@
title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16529,8 +15909,7 @@
title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16557,8 +15936,7 @@
################################################################################
# Packet Throughput - DPDK testpmd 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16582,8 +15960,7 @@
title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16607,8 +15984,7 @@
title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16632,8 +16008,7 @@
title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16658,8 +16033,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK testpmd 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16683,8 +16057,7 @@
title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16708,8 +16081,7 @@
title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16733,8 +16105,7 @@
title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16759,8 +16130,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK testpmd 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16784,8 +16154,7 @@
title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16809,8 +16178,7 @@
title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16834,8 +16202,7 @@
title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16860,8 +16227,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK testpmd 3n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16885,8 +16251,7 @@
title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16910,8 +16275,7 @@
title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16935,8 +16299,7 @@
title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16961,8 +16324,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK testpmd 3n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -16986,8 +16348,7 @@
title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17011,8 +16372,7 @@
title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17036,8 +16396,7 @@
title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17062,8 +16421,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK testpmd 2n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17087,8 +16445,7 @@
title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17112,8 +16469,7 @@
title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17137,8 +16493,7 @@
title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17163,8 +16518,7 @@
layout: "plot-throughput"
# Packet Throughput - DPDK testpmd 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17188,8 +16542,7 @@
title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17213,8 +16566,7 @@
title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17238,8 +16590,7 @@
title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
layout: "plot-throughput"
--
- type: "plot"
+- type: "plot"
title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
algorithm: "plot_performance_box"
output-file-type: ".html"
@@ -17266,13 +16617,12 @@
################################################################################
# Packet Latency - VPP L2 3n-hsw-x520 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -17297,13 +16647,12 @@
title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -17329,13 +16678,12 @@
layout: "plot-latency"
# Packet Latency - VPP L2 3n-hsw-x520 features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -17357,13 +16705,12 @@
title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -17386,13 +16733,12 @@
layout: "plot-latency"
# Packet Latency - VPP L2 3n-hsw-x710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17417,13 +16763,12 @@
title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17449,13 +16794,12 @@
layout: "plot-latency"
# Packet Latency - VPP L2 3n-hsw-x710 features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -17478,13 +16822,12 @@
title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -17508,13 +16851,12 @@
layout: "plot-latency"
# Packet Latency - VPP L2 3n-hsw-xl710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'BASE' and
@@ -17536,13 +16878,12 @@
title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'BASE' and
@@ -17565,13 +16906,12 @@
layout: "plot-latency"
# Packet Latency - VPP L2 3n-skx-x710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17597,13 +16937,12 @@
title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17630,13 +16969,12 @@
layout: "plot-latency"
# Packet Latency - VPP L2 3n-skx-x710 features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -17660,13 +16998,12 @@
title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -17691,13 +17028,12 @@
layout: "plot-latency"
# Packet Latency - VPP L2 3n-skx-xxv710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17720,13 +17056,12 @@
title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17750,13 +17085,12 @@
layout: "plot-latency"
# Packet Latency - VPP L2 2n-skx-x710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ETH' and
@@ -17781,13 +17115,12 @@
title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17813,13 +17146,12 @@
layout: "plot-latency"
# Packet Latency - VPP L2 2n-skx-xxv710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17844,13 +17176,12 @@
title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17878,13 +17209,12 @@
################################################################################
# Packet Latency - VPP Container Memif 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -17909,13 +17239,12 @@
title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -17941,13 +17270,12 @@
layout: "plot-latency"
# Packet Latency - VPP Container Memif 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -17972,13 +17300,12 @@
title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18004,13 +17331,12 @@
layout: "plot-latency"
# Packet Latency - VPP Container Memif 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18035,13 +17361,12 @@
title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18067,13 +17392,12 @@
layout: "plot-latency"
# Packet Latency - VPP Container Memif 3n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18098,13 +17422,12 @@
title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18130,13 +17453,12 @@
layout: "plot-latency"
# Packet Latency - VPP Container Memif 2n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18162,13 +17484,12 @@
title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18195,13 +17516,12 @@
layout: "plot-latency"
# Packet Latency - VPP Container Memif 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18226,13 +17546,12 @@
title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18260,13 +17579,12 @@
################################################################################
# Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -18290,13 +17608,12 @@
title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -18321,13 +17638,12 @@
layout: "plot-latency"
# Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -18351,13 +17667,12 @@
title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -18382,13 +17697,12 @@
layout: "plot-latency"
# Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18412,13 +17726,12 @@
title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18443,13 +17756,12 @@
layout: "plot-latency"
# Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18473,13 +17785,12 @@
title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -18506,13 +17817,12 @@
################################################################################
# Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -18536,13 +17846,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -18567,13 +17876,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-hsw-x520 features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or
@@ -18602,13 +17910,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or
@@ -18638,13 +17945,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -18669,13 +17975,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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-nat44-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -18701,13 +18006,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -18731,13 +18035,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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-iacl-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -18762,13 +18065,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -18792,13 +18094,12 @@
title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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-oacl-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -18823,13 +18124,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -18852,13 +18152,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -18882,13 +18181,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-hsw-x710 features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -18917,13 +18215,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -18953,13 +18250,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -18983,13 +18279,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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-nat44-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -19014,13 +18309,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -19043,13 +18337,12 @@
title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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-iacl-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -19073,13 +18366,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19101,13 +18393,12 @@
title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19130,13 +18421,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-skx-x710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19159,13 +18449,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19189,13 +18478,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-skx-x710 features oacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -19224,13 +18512,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -19260,13 +18547,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-skx-x710 features nat44
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -19290,13 +18576,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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-nat44-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -19321,13 +18606,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 3n-skx-x710 features iacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -19350,13 +18634,12 @@
title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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-iacl-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -19381,13 +18664,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 2n-skx-x710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -19410,13 +18692,12 @@
title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -19440,13 +18721,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -19469,13 +18749,12 @@
title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -19501,13 +18780,12 @@
################################################################################
# Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'ENCAP' and
@@ -19530,13 +18808,12 @@
title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'ENCAP' and
@@ -19560,13 +18837,12 @@
layout: "plot-latency"
# Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -19590,13 +18866,12 @@
title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -19621,13 +18896,12 @@
layout: "plot-latency"
# Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -19650,13 +18924,12 @@
title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -19680,13 +18953,12 @@
layout: "plot-latency"
# Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -19710,13 +18982,12 @@
title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -19741,13 +19012,12 @@
layout: "plot-latency"
# Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -19770,13 +19040,12 @@
title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -19802,13 +19071,12 @@
################################################################################
# Packet Latency - VPP IPv6 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19831,13 +19099,12 @@
title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19861,13 +19128,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv6 3n-hsw-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19890,13 +19156,12 @@
title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19920,13 +19185,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv6 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19949,13 +19213,12 @@
title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -19979,13 +19242,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv6 3n-skx-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -20008,13 +19270,12 @@
title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -20038,13 +19299,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv6 2n-skx-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -20067,13 +19327,12 @@
title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -20097,13 +19356,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPv6 2n-skx-xxv710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -20126,13 +19384,12 @@
title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -20158,13 +19415,12 @@
################################################################################
# Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'ENCAP' and
@@ -20183,13 +19439,12 @@
title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'ENCAP' and
@@ -20211,13 +19466,12 @@
################################################################################
# Packet Latency - VPP IPSec 3n-hsw-xl710 base
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -20235,13 +19489,12 @@
title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -20260,13 +19513,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPSec 3n-hsw-xl710 scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -20284,13 +19536,12 @@
title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -20309,13 +19560,12 @@
layout: "plot-latency"
# Packet Latency - VPP IPSec 3n-hsw-xl710 sw
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -20332,13 +19582,12 @@
title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -20358,13 +19607,12 @@
################################################################################
# Packet Latency - VPP SRv6 3n-hsw-x520
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'FEATURE' and
@@ -20380,13 +19628,12 @@
title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'FEATURE' and
@@ -20405,13 +19652,12 @@
################################################################################
# Packet Latency - VPP vhost ip4 3n-hsw-x520
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -20433,13 +19679,12 @@
title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -20462,13 +19707,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -20495,13 +19739,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -20529,13 +19772,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -20561,13 +19803,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -20594,13 +19835,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost ip4 3n-hsw-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20622,13 +19862,12 @@
title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20651,13 +19890,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20684,13 +19922,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20718,13 +19955,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-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_and_features-vm-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20751,13 +19987,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-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_and_features-vm-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20785,13 +20020,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost ip4 3n-skx-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20812,13 +20046,12 @@
title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20840,13 +20073,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20873,13 +20105,12 @@
title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20907,13 +20138,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-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_and_features-vm-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20940,13 +20170,12 @@
title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-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_and_features-vm-ndr-lat"
- data: "plot-vpp-throughput-latency-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -20974,13 +20203,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost ip4 2n-skx-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -21003,13 +20231,12 @@
title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -21033,13 +20260,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -21065,13 +20291,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -21098,13 +20323,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -21130,13 +20354,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -21163,13 +20386,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost ip4 2n-skx-xxv710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -21192,13 +20414,12 @@
title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -21222,13 +20443,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -21253,13 +20473,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-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_features-ndr-lat"
- data: "plot-vpp-throughput-latency-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -21285,13 +20504,12 @@
layout: "plot-latency"
# Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -21316,13 +20534,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -21350,13 +20567,12 @@
################################################################################
# Packet Latency - VPP VTS 3n-hsw-x520
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'114B' and
'NDRPDR' and
@@ -21370,13 +20586,12 @@
title: "vts-3n-hsw-x520-114b-1t1c-ndr"
layout: "plot-latency"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'114B' and
'NDRPDR' and
@@ -21393,8 +20608,7 @@
################################################################################
# Packet Latency - DPDK l3fwd 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21414,8 +20628,7 @@
title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21436,8 +20649,7 @@
layout: "plot-latency"
# Packet Latency - DPDK l3fwd 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21457,8 +20669,7 @@
title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21479,8 +20690,7 @@
layout: "plot-latency"
# Packet Latency - DPDK l3fwd 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21500,8 +20710,7 @@
title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21522,8 +20731,7 @@
layout: "plot-latency"
# Packet Latency - DPDK l3fwd 3n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21543,8 +20751,7 @@
title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21565,8 +20772,7 @@
layout: "plot-latency"
# Packet Latency - DPDK l3fwd 3n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21586,8 +20792,7 @@
title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21608,8 +20813,7 @@
layout: "plot-latency"
# Packet Latency - DPDK l3fwd 2n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21629,8 +20833,7 @@
title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21651,8 +20854,7 @@
layout: "plot-latency"
# Packet Latency - DPDK l3fwd 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21672,8 +20874,7 @@
title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21696,8 +20897,7 @@
################################################################################
# Packet Latency - DPDK testpmd 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21717,8 +20917,7 @@
title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21739,8 +20938,7 @@
layout: "plot-latency"
# Packet Latency - DPDK testpmd 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21760,8 +20958,7 @@
title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21782,8 +20979,7 @@
layout: "plot-latency"
# Packet Latency - DPDK testpmd 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21803,8 +20999,7 @@
title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21825,8 +21020,7 @@
layout: "plot-latency"
# Packet Latency - DPDK testpmd 3n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21846,8 +21040,7 @@
title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21868,8 +21061,7 @@
layout: "plot-latency"
# Packet Latency - DPDK testpmd 3n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21889,8 +21081,7 @@
title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21911,8 +21102,7 @@
layout: "plot-latency"
# Packet Latency - DPDK testpmd 2n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21932,8 +21122,7 @@
title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21954,8 +21143,7 @@
layout: "plot-latency"
# Packet Latency - DPDK testpmd 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21975,8 +21163,7 @@
title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
layout: "plot-latency"
--
- type: "plot"
+- type: "plot"
title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
algorithm: "plot_latency_error_bars"
output-file-type: ".html"
@@ -21999,13 +21186,12 @@
################################################################################
# Speedup - VPP Container Memif 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -22029,13 +21215,12 @@
title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -22060,13 +21245,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP Container Memif 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22090,13 +21274,12 @@
title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22121,13 +21304,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP Container Memif 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22151,13 +21333,12 @@
title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22182,13 +21363,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP Container Memif 3n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22212,13 +21392,12 @@
title: "memif-3n-skx-x710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22243,13 +21422,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP Container Memif 2n-skx-x710
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22274,13 +21452,12 @@
title: "memif-2n-skx-x710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22306,13 +21483,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP Container Memif 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22336,13 +21512,12 @@
title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22369,13 +21544,12 @@
################################################################################
# Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -22398,13 +21572,12 @@
title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -22428,13 +21601,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -22457,13 +21629,12 @@
title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -22487,13 +21658,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22516,13 +21686,12 @@
title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22546,13 +21715,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22575,13 +21743,12 @@
title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-ligato-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -22607,13 +21774,12 @@
################################################################################
# Speedup - VPP IPv4 3n-hsw-x520 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -22636,13 +21802,12 @@
title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -22666,13 +21831,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-hsw-x520 features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or
@@ -22700,13 +21864,12 @@
title: "ip4-3n-hsw-x520-64b-features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('IP4BASE' or
@@ -22735,13 +21898,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-hsw-x520 features nat44
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -22765,13 +21927,12 @@
title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -22796,13 +21957,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-hsw-x520 features iacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -22825,13 +21985,12 @@
title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -22855,13 +22014,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-hsw-x520 features oacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -22884,13 +22042,12 @@
title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -22914,13 +22071,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-hsw-x710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -22942,13 +22098,12 @@
title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -22971,13 +22126,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-hsw-x710 features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -23005,13 +22159,12 @@
title: "ip4-3n-hsw-x710-64b-features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -23040,13 +22193,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-hsw-x710 features nat44
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23069,13 +22221,12 @@
title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23099,13 +22250,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-hsw-x710 features iacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23127,13 +22277,12 @@
title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23156,13 +22305,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-hsw-xl710 base and scale
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -23183,13 +22331,12 @@
title: "ip4-3n-hsw-xl710-64b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -23211,13 +22358,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-skx-x710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -23239,13 +22385,12 @@
title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -23268,13 +22413,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-skx-x710 features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -23302,13 +22446,12 @@
title: "ip4-3n-skx-x710-64b-features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or
@@ -23337,13 +22480,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-skx-x710 features nat44
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23366,13 +22508,12 @@
title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23396,13 +22537,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-skx-x710 features iacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23424,13 +22564,12 @@
title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23453,13 +22592,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 3n-skx-x710 features oacl
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23481,13 +22619,12 @@
title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -23510,13 +22647,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 2n-skx-x710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -23538,13 +22674,12 @@
title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -23567,13 +22702,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 2n-skx-xxv710 base and scale
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -23595,13 +22729,12 @@
title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -23624,8 +22757,7 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 2n-dnv-x553 base
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
@@ -23648,8 +22780,7 @@
title: "ip4-2n-dnv-x553-64b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
@@ -23675,13 +22806,12 @@
################################################################################
# Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'ENCAP' and
@@ -23703,13 +22833,12 @@
title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'ENCAP' and
@@ -23732,13 +22861,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 Tunnels 3n-hsw-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -23761,13 +22889,12 @@
title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -23791,13 +22918,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -23819,13 +22945,12 @@
title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -23848,13 +22973,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 Tunnels 3n-skx-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -23877,13 +23001,12 @@
title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -23907,13 +23030,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -23935,13 +23057,12 @@
title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'ENCAP' and
@@ -23966,13 +23087,12 @@
################################################################################
# Speedup - VPP IPv6 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -23994,13 +23114,12 @@
title: "ip6-3n-hsw-x520-78b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -24023,13 +23142,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv6 3n-hsw-x710
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -24051,13 +23169,12 @@
title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -24080,13 +23197,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv6 3n-hsw-x710 features
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -24111,13 +23227,12 @@
title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -24143,13 +23258,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv6 3n-hsw-xl710
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -24171,13 +23285,12 @@
title: "ip6-3n-hsw-xl710-78b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -24200,13 +23313,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv6 3n-skx-x710
--
- type: "plot"
+- type: "plot"
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]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -24228,13 +23340,12 @@
title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
@@ -24257,13 +23368,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv6 3n-skx-x710 features
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -24288,13 +23398,12 @@
title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or
@@ -24320,13 +23429,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv6 2n-skx-x710
--
- type: "plot"
+- type: "plot"
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]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -24348,13 +23456,12 @@
title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -24377,13 +23484,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv6 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
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]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -24405,13 +23511,12 @@
title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'78B' and
('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
@@ -24434,8 +23539,7 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPv6 2n-dnv-x553 base
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
@@ -24459,8 +23563,7 @@
title: "ip6-2n-dnv-x553-78b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
@@ -24487,13 +23590,12 @@
################################################################################
# Speedup - VPP IPv6 tunnels 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'ENCAP' and
@@ -24511,13 +23613,12 @@
title: "ip6tun-3n-hsw-x520-78b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'ENCAP' and
@@ -24538,13 +23639,12 @@
################################################################################
# Speedup - VPP IPSec 3n-hsw-xl710 base
--
- type: "plot"
+- type: "plot"
title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -24561,13 +23661,12 @@
title: "ipsec-3n-hsw-xl710-64b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -24585,13 +23684,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPSec 3n-hsw-xl710 scale
--
- type: "plot"
+- type: "plot"
title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -24608,13 +23706,12 @@
title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -24632,13 +23729,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP IPSec 3n-hsw-xl710 sw
--
- type: "plot"
+- type: "plot"
title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -24654,13 +23750,12 @@
title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'IP4FWD' and
@@ -24679,13 +23774,12 @@
################################################################################
# Speedup - VPP SRv6 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'FEATURE' and
@@ -24700,13 +23794,12 @@
title: "srv6-3n-hsw-x520-78b-features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'78B' and
'FEATURE' and
@@ -24724,13 +23817,12 @@
################################################################################
# Speedup - VPP L2 3n-hsw-x520 base and scale
--
- type: "plot"
+- type: "plot"
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]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -24754,13 +23846,12 @@
title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
('BASE' or 'SCALE') and
@@ -24785,13 +23876,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 3n-hsw-x520 features
--
- type: "plot"
+- 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"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -24812,13 +23902,12 @@
title: "l2sw-3n-hsw-x520-64b-features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -24840,13 +23929,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 3n-hsw-x710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -24871,13 +23959,12 @@
title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -24903,13 +23990,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 3n-hsw-x710 features
--
- type: "plot"
+- type: "plot"
title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -24931,13 +24017,12 @@
title: "l2sw-3n-hsw-x710-64b-features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -24960,13 +24045,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 3n-hsw-xl710 base and scale
--
- type: "plot"
+- type: "plot"
title: "Speedup: 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-xl710-64b-base-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'BASE' and
@@ -24987,13 +24071,12 @@
title: "l2sw-3n-hsw-xl710-64b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: 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-xl710-64b-base-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-XL710' and
'64B' and
'BASE' and
@@ -25015,13 +24098,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 3n-skx-x710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -25046,13 +24128,12 @@
title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -25078,13 +24159,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 3n-skx-x710 features
--
- type: "plot"
+- type: "plot"
title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25107,13 +24187,12 @@
title: "l2sw-3n-skx-x710-64b-features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25137,13 +24216,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 3n-skx-xxv710 base and scale
--
- type: "plot"
+- type: "plot"
title: "Speedup: l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -25165,13 +24243,12 @@
title: "l2sw-3n-skx-xxv710-64b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -25194,13 +24271,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 2n-skx-x710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -25224,13 +24300,12 @@
title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
('BASE' or 'SCALE') and
@@ -25255,13 +24330,12 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 2n-skx-xxv710 base and scale
--
- type: "plot"
+- type: "plot"
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]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -25285,13 +24359,12 @@
title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
('BASE' or 'SCALE') and
@@ -25316,8 +24389,7 @@
layout: "plot-throughput-speedup-analysis"
# Speedup - VPP L2 2n-dnv-x553 base
--
- type: "plot"
+- type: "plot"
title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
@@ -25343,8 +24415,7 @@
title: "l2sw-2n-dnv-x553-64b-base-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
@@ -25373,13 +24444,12 @@
################################################################################
# Packet Speedup - VPP vhost ip4 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -25400,13 +24470,12 @@
title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -25428,13 +24497,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -25460,13 +24528,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -25493,13 +24560,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
--
- type: "plot"
+- type: "plot"
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]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -25524,13 +24590,12 @@
title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'64B' and
'NDRPDR' and
@@ -25556,13 +24621,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost ip4 3n-hsw-x710
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25583,13 +24647,12 @@
title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25611,13 +24674,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25643,13 +24705,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25676,13 +24737,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25708,13 +24768,12 @@
title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25741,13 +24800,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost ip4 3n-skx-x710
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25767,13 +24825,12 @@
title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-skx"
+ data: "plot-vpp-throughput-lat-tsa-3n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25794,13 +24851,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost ip4 2n-skx-x710
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25822,13 +24878,12 @@
title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25851,13 +24906,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25882,13 +24936,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25914,13 +24967,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
--
- type: "plot"
+- type: "plot"
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-2n-skx-x710-64b-base-vm-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25945,13 +24997,12 @@
title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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-2n-skx-x710-64b-base-vm-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-X710' and
'64B' and
'NDRPDR' and
@@ -25977,13 +25028,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost ip4 2n-skx-xxv710
--
- type: "plot"
+- type: "plot"
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-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -26005,13 +25055,12 @@
title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -26034,13 +25083,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -26064,13 +25112,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -26095,13 +25142,12 @@
layout: "plot-throughput-speedup-analysis"
# Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
--
- type: "plot"
+- type: "plot"
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-2n-skx-xxv710-64b-base-vm-ndr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -26125,13 +25171,12 @@
title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
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-2n-skx-xxv710-64b-base-vm-pdr-tsa"
- data: "plot-throughput-speedup-analysis-2n-skx"
+ data: "plot-vpp-throughput-lat-tsa-2n-skx"
filter: "'NIC_Intel-XXV710' and
'64B' and
'NDRPDR' and
@@ -26158,13 +25203,12 @@
################################################################################
# Speedup - VPP vts 3n-hsw-x520
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'114B' and
'NDRPDR' and
@@ -26177,13 +25221,12 @@
title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
layout: "plot-throughput-speedup-analysis"
--
- type: "plot"
+- type: "plot"
title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
algorithm: "plot_throughput_speedup_analysis"
output-file-type: ".html"
output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
- data: "plot-throughput-speedup-analysis-3n-hsw"
+ data: "plot-vpp-throughput-lat-tsa-3n-hsw"
filter: "'NIC_Intel-X520-DA2' and
'114B' and
'NDRPDR' and