hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
e9455ce7463102fdc93d74dfb86797ad05ce88c4
524
yml
YAML
_config.yml
pawelnguyen/pawelnguyen.github.io
148dc04630b7f89f8f207d4a5041b760563eefd2
[ "Apache-2.0" ]
1
2015-01-17T21:58:00.000Z
2015-01-17T21:58:00.000Z
_config.yml
pawelnguyen/pawelnguyen.github.io
148dc04630b7f89f8f207d4a5041b760563eefd2
[ "Apache-2.0" ]
null
null
null
_config.yml
pawelnguyen/pawelnguyen.github.io
148dc04630b7f89f8f207d4a5041b760563eefd2
[ "Apache-2.0" ]
null
null
null
# Site settings title: Paweł Nguyen header-img: img/home-bg.jpg email: pawel.nguyen@gmail.com description: "Full-stack Ruby on Rails programmer, ScrumMaster and startup enthusiast. Helps with building MVPs" baseurl: "" url: "http://pawelnguyen.github.io" twitter_username: pawel_nguyen github_username: pawelnguyen linkedin_username: pawelnguyen # Build settings markdown: kramdown highlighter: pygments permalink: pretty paginate: 5 exclude: ["less","node_modules","Gruntfile.js","package.json","README.md","about.html"]
29.111111
112
0.791985
aadec6822902f9b0fcbde8de1f31016b0b6572a2
52
yml
YAML
src/main/resources/application-btp.yml
Chotrawee/dgca-verifier-service
13b99a7666fe8c8e63bcd602411697819b657ff7
[ "Apache-2.0" ]
16
2021-04-24T06:49:39.000Z
2021-12-14T22:25:31.000Z
src/main/resources/application-btp.yml
Chotrawee/dgca-verifier-service
13b99a7666fe8c8e63bcd602411697819b657ff7
[ "Apache-2.0" ]
69
2021-04-25T11:13:58.000Z
2022-02-17T17:06:10.000Z
src/main/resources/application-btp.yml
Chotrawee/dgca-verifier-service
13b99a7666fe8c8e63bcd602411697819b657ff7
[ "Apache-2.0" ]
18
2021-05-03T16:19:26.000Z
2022-03-26T15:20:12.000Z
dgc: gateway: connector: enabled: false
10.4
20
0.596154
83b235f87119fbda73ab52b4dce2ee8ea8b6781b
79
yml
YAML
_data/site_short_description_text.yml
soran-ghaderi/soran-ghaderi.github.io
10b3a0986198155e1189819851f1fc3eb01b6860
[ "MIT" ]
null
null
null
_data/site_short_description_text.yml
soran-ghaderi/soran-ghaderi.github.io
10b3a0986198155e1189819851f1fc3eb01b6860
[ "MIT" ]
null
null
null
_data/site_short_description_text.yml
soran-ghaderi/soran-ghaderi.github.io
10b3a0986198155e1189819851f1fc3eb01b6860
[ "MIT" ]
null
null
null
desc: A personal blog that tries to share ML research and news on my projects.
39.5
78
0.78481
64bfb8bccfed2a9072fce97c7df7a0a8130e1f3b
844
yml
YAML
.github/workflows/algolia-docsearch.yml
KaylieB/checklyhq.com
88bf2f5b14f3a43e41f2957e3ab21806579ef3c4
[ "MIT" ]
null
null
null
.github/workflows/algolia-docsearch.yml
KaylieB/checklyhq.com
88bf2f5b14f3a43e41f2957e3ab21806579ef3c4
[ "MIT" ]
1
2021-07-24T20:18:51.000Z
2021-07-24T20:18:51.000Z
.github/workflows/algolia-docsearch.yml
KaylieB/checklyhq.com
88bf2f5b14f3a43e41f2957e3ab21806579ef3c4
[ "MIT" ]
null
null
null
name: algolia doc-search on: - push jobs: scrape-docs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2 - name: Run doc-search uses: darrenjennings/algolia-docsearch-action@master with: algolia_application_id: ${{ secrets.ALGOLIA_APP_ID }} algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }} file: 'algolia/config-docs.json' scrape-learn: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2 - name: Run learn-search uses: darrenjennings/algolia-docsearch-action@master with: algolia_application_id: ${{ secrets.ALGOLIA_APP_ID }} algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }} file: 'algolia/config-learn.json'
31.259259
63
0.635071
2ce9bcfc1fb76bc1c01e7c075caddd1546d58dc2
295
yml
YAML
spring-cloud-config/spring-cloud-config-client/src/main/resources/application.yml
HWYWL/spring-cloud-examples
d759fe34a3cc3bed112bd8f053fbea27b9d000e5
[ "Apache-2.0" ]
null
null
null
spring-cloud-config/spring-cloud-config-client/src/main/resources/application.yml
HWYWL/spring-cloud-examples
d759fe34a3cc3bed112bd8f053fbea27b9d000e5
[ "Apache-2.0" ]
null
null
null
spring-cloud-config/spring-cloud-config-client/src/main/resources/application.yml
HWYWL/spring-cloud-examples
d759fe34a3cc3bed112bd8f053fbea27b9d000e5
[ "Apache-2.0" ]
null
null
null
spring: application: name : config-client cloud: config: #配置文件 profile: test #配置服务地址 uri: http://localhost:8888/ #GitHub分支 label: master server: port: 8088 management: security: enabled: false
15.526316
37
0.501695
2cead499c4b0150c9931f2044bc64b91a1d08c9b
88
yml
YAML
.github/actions/build-with-emscripten/action.yml
aymux/pico2wave.js
5429ee5abed42c1bbc7fd7b08e43a695d5e34727
[ "Apache-2.0" ]
5
2018-05-22T16:22:10.000Z
2021-08-01T09:02:22.000Z
.github/actions/build-with-emscripten/action.yml
aymux/pico2wave.js
5429ee5abed42c1bbc7fd7b08e43a695d5e34727
[ "Apache-2.0" ]
1
2018-09-30T18:08:18.000Z
2018-09-30T22:16:58.000Z
.github/actions/build-with-emscripten/action.yml
aymux/pico2wave.js
5429ee5abed42c1bbc7fd7b08e43a695d5e34727
[ "Apache-2.0" ]
2
2021-04-15T09:29:14.000Z
2021-04-15T10:00:28.000Z
name: Build with Emscripten runs: using: docker image: Dockerfile args: - make
14.666667
27
0.693182
0b7073e826cc787433d26c5deb876fd675d2c347
1,945
yml
YAML
docs-ref-autogen/apimanagement/ApiManagementService/Delete.yml
faicalsaid/azure-docs-rest-apis-public
7aa35aa43aa0caab2786c9613dfbd97f3841827f
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/apimanagement/ApiManagementService/Delete.yml
faicalsaid/azure-docs-rest-apis-public
7aa35aa43aa0caab2786c9613dfbd97f3841827f
[ "CC-BY-4.0", "MIT" ]
3
2019-02-27T12:45:59.000Z
2019-07-13T04:49:17.000Z
docs-ref-autogen/apimanagement/ApiManagementService/Delete.yml
faicalsaid/azure-docs-rest-apis-public
7aa35aa43aa0caab2786c9613dfbd97f3841827f
[ "CC-BY-4.0", "MIT" ]
8
2018-10-23T13:56:32.000Z
2021-03-12T16:55:10.000Z
### YamlMime:RESTOperation uid: management.azure.com.apimanagement.apimanagementservice.delete name: Delete service: API Management groupName: Api Management Service apiVersion: 2018-06-01-preview summary: Deletes an existing API Management service. consumes: - application/json produces: - application/json paths: - content: DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}?api-version=2018-06-01-preview uriParameters: - name: subscriptionId in: path isRequired: true description: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. types: - uid: string - name: resourceGroupName in: path isRequired: true description: The name of the resource group. types: - uid: string - name: serviceName in: path isRequired: true description: The name of the API Management service. types: - uid: string pattern: ^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$ - name: api-version in: query isRequired: true description: Version of the API to be used with the client request. types: - uid: string responses: - name: 200 OK description: Service was successfully deleted. - name: 204 No Content description: Service is already deleted. requestHeader: [] definitions: [] examples: - name: ApiManagementServiceDeleteService request: uri: DELETE https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1?api-version=2018-06-01-preview responses: - statusCode: "200" - statusCode: "204" security: - type: oauth2 description: Azure Active Directory OAuth2 Flow. flow: implicit authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize scopes: - name: user_impersonation description: impersonate your user account
31.370968
199
0.77018
0bcc1c1ef2bc27cf09cd198d61b6d5023b2c1a35
141
yaml
YAML
kubernetes/Charts/reddit/Chart.yaml
Otus-DevOps-2019-11/eshenko_microservices
d25d0ac3f08316d571729e5a3a380a083ae4a567
[ "MIT" ]
null
null
null
kubernetes/Charts/reddit/Chart.yaml
Otus-DevOps-2019-11/eshenko_microservices
d25d0ac3f08316d571729e5a3a380a083ae4a567
[ "MIT" ]
12
2020-04-06T17:39:51.000Z
2022-02-12T00:52:21.000Z
kubernetes/Charts/reddit/Chart.yaml
Otus-DevOps-2019-11/eshenko_microservices
d25d0ac3f08316d571729e5a3a380a083ae4a567
[ "MIT" ]
null
null
null
name: reddit version: 0.1.0 description: OTUS sample reddit application maintainers: - name: eshenkoao email: alexeyeschenko@gmail.com
20.142857
43
0.77305
2fbcc9c46ddd9e45bad3901b79a166c44b8716de
562
yaml
YAML
asdc-tests/src/test/resources/CI/importResource-VCE-Brocade/resourcesToFix/tosca.nodes.nfv.VL/tosca.nodes.nfv.VL.yaml
onapdemo/sdc
3f1fee2ca76332b48e6f36662b32f2b5096c25e7
[ "Apache-2.0" ]
null
null
null
asdc-tests/src/test/resources/CI/importResource-VCE-Brocade/resourcesToFix/tosca.nodes.nfv.VL/tosca.nodes.nfv.VL.yaml
onapdemo/sdc
3f1fee2ca76332b48e6f36662b32f2b5096c25e7
[ "Apache-2.0" ]
null
null
null
asdc-tests/src/test/resources/CI/importResource-VCE-Brocade/resourcesToFix/tosca.nodes.nfv.VL/tosca.nodes.nfv.VL.yaml
onapdemo/sdc
3f1fee2ca76332b48e6f36662b32f2b5096c25e7
[ "Apache-2.0" ]
null
null
null
################################################################## ############## TOSCA VL Node Type ####################### ################################################################## tosca.nodes.nfv.VL: derived_from: tosca.nodes.Root properties: vendor: type: string required: false description: name of the vendor who provides this VL capabilities: virtuallinkable: type: tosca.capabilities.nfv.VirtualLinkable occurrences: [1, UNBOUNDED] # this is default
35.125
68
0.423488
1c91e1cdd80bd2a7cd1e6135d4ca4b3be281ec67
953
yml
YAML
docker-compose.yml
JJTC-Docker/unifi
03237c41ef3d2230c317494370b66ba278b1cd71
[ "MIT" ]
1
2019-02-18T21:11:34.000Z
2019-02-18T21:11:34.000Z
docker-compose.yml
JJTC-Docker/unifi
03237c41ef3d2230c317494370b66ba278b1cd71
[ "MIT" ]
null
null
null
docker-compose.yml
JJTC-Docker/unifi
03237c41ef3d2230c317494370b66ba278b1cd71
[ "MIT" ]
null
null
null
version: '3.1' services: mongo: image: mongo:3 restart: unless-stopped volumes: - db-data:/data/db networks: - unifi unifi: build: ./ image: jjtc/unifi restart: unless-stopped depends_on: - mongo volumes: - unifi:/var/lib/unifi ports: - "3478:3478/udp" # Port used for STUN - "8080:8080/tcp" # Port used for device and controller communication - "8443:8443/tcp" # Port used for controller GUI/API as seen in a web browser - "8880:8880/tcp" # Port used for HTTP portal redirection - "8843:8843/tcp" # Port used for HTTPS portal redirection - "6789:6789/tcp" # Port used for UniFi mobile speed test - "10001:10001/udp" # Port used for AP discovery - "1900:1900/udp" # Port used for "Make controller discoverable on L2 network" in controller settings networks: - unifi networks: unifi: volumes: db-data: unifi:
25.756757
107
0.625393
7c22b55ddceafb981adc841a1a046c3aace3d70c
282
yaml
YAML
k8s-dashboard/traefik-ingress.yaml
RHabereder/zero-to-k8s
f9a12549b1b101cc6a42bddf6541109f4931d247
[ "Unlicense" ]
8
2020-06-09T10:28:59.000Z
2022-03-23T10:14:33.000Z
k8s-dashboard/traefik-ingress.yaml
RHabereder/zero-to-k8s
f9a12549b1b101cc6a42bddf6541109f4931d247
[ "Unlicense" ]
null
null
null
k8s-dashboard/traefik-ingress.yaml
RHabereder/zero-to-k8s
f9a12549b1b101cc6a42bddf6541109f4931d247
[ "Unlicense" ]
2
2020-11-10T13:50:10.000Z
2020-11-24T05:20:04.000Z
apiVersion: extensions/v1beta1 kind: Ingress metadata: name: k8sdashboard namespace: kubernetes-dashboard spec: rules: - host: localhost http: paths: - backend: serviceName: kubernetes-dashboard servicePort: 443 path: /dashboard
18.8
43
0.656028
6b0001fbc618541d6beb05896f7ad80d7de96ad4
3,438
yaml
YAML
benchmark/map100by100/agents50/empty/map_100by100_obst0_agents50_ex29.yaml
LIJUNCHENG001/CL-CBS
b353759a3e34962ee57475a031026416fbbc2382
[ "MIT" ]
101
2020-10-29T05:01:37.000Z
2022-03-25T09:17:08.000Z
benchmark/map100by100/agents50/empty/map_100by100_obst0_agents50_ex29.yaml
mieximiemie/CL-CBS
b353759a3e34962ee57475a031026416fbbc2382
[ "MIT" ]
2
2021-06-25T17:48:40.000Z
2022-02-21T02:57:54.000Z
benchmark/map100by100/agents50/empty/map_100by100_obst0_agents50_ex29.yaml
mieximiemie/CL-CBS
b353759a3e34962ee57475a031026416fbbc2382
[ "MIT" ]
29
2020-11-23T05:09:07.000Z
2022-03-25T09:17:10.000Z
agents: - start: [26, 3, 0] name: agent0 goal: [50, 23, -1.57] - start: [22, 56, 1.57] name: agent1 goal: [9, 81, 3.14] - start: [40, 39, -1.57] name: agent2 goal: [36, 2, 0] - start: [48, 77, 3.14] name: agent3 goal: [29, 38, 1.57] - start: [6, 64, 0] name: agent4 goal: [17, 98, -1.57] - start: [25, 27, 1.57] name: agent5 goal: [70, 44, 3.14] - start: [20, 48, -1.57] name: agent6 goal: [55, 33, 0] - start: [73, 71, 3.14] name: agent7 goal: [38, 48, 1.57] - start: [60, 25, 0] name: agent8 goal: [85, 2, -1.57] - start: [33, 74, 1.57] name: agent9 goal: [59, 72, 3.14] - start: [77, 4, -1.57] name: agent10 goal: [64, 39, 0] - start: [3, 17, 3.14] name: agent11 goal: [51, 15, 1.57] - start: [43, 28, 0] name: agent12 goal: [81, 30, -1.57] - start: [49, 95, 1.57] name: agent13 goal: [78, 96, 3.14] - start: [16, 22, -1.57] name: agent14 goal: [27, 65, 0] - start: [66, 62, 3.14] name: agent15 goal: [93, 91, 1.57] - start: [97, 8, 0] name: agent16 goal: [98, 48, -1.57] - start: [4, 50, 1.57] name: agent17 goal: [34, 29, 3.14] - start: [61, 54, -1.57] name: agent18 goal: [59, 8, 0] - start: [48, 4, 3.14] name: agent19 goal: [3, 4, 1.57] - start: [28, 18, 0] name: agent20 goal: [38, 57, -1.57] - start: [16, 90, 1.57] name: agent21 goal: [64, 78, 3.14] - start: [92, 26, -1.57] name: agent22 goal: [77, 49, 0] - start: [83, 22, 3.14] name: agent23 goal: [92, 56, 1.57] - start: [64, 97, 0] name: agent24 goal: [27, 98, -1.57] - start: [92, 71, 1.57] name: agent25 goal: [56, 62, 3.14] - start: [68, 20, -1.57] name: agent26 goal: [96, 17, 0] - start: [16, 8, 3.14] name: agent27 goal: [14, 53, 1.57] - start: [74, 85, 0] name: agent28 goal: [48, 56, -1.57] - start: [74, 58, 1.57] name: agent29 goal: [44, 86, 3.14] - start: [8, 39, -1.57] name: agent30 goal: [43, 11, 0] - start: [88, 79, 3.14] name: agent31 goal: [58, 88, 1.57] - start: [51, 69, 0] name: agent32 goal: [3, 76, -1.57] - start: [33, 88, 1.57] name: agent33 goal: [83, 88, 3.14] - start: [72, 33, -1.57] name: agent34 goal: [97, 32, 0] - start: [72, 12, 3.14] name: agent35 goal: [89, 34, 1.57] - start: [82, 67, 0] name: agent36 goal: [38, 80, -1.57] - start: [3, 95, 1.57] name: agent37 goal: [24, 74, 3.14] - start: [81, 41, -1.57] name: agent38 goal: [97, 62, 0] - start: [52, 49, 3.14] name: agent39 goal: [60, 16, 1.57] - start: [17, 36, 0] name: agent40 goal: [14, 64, -1.57] - start: [25, 90, 1.57] name: agent41 goal: [68, 90, 3.14] - start: [79, 78, -1.57] name: agent42 goal: [40, 98, 0] - start: [53, 41, 3.14] name: agent43 goal: [98, 40, 1.57] - start: [37, 20, 0] name: agent44 goal: [84, 14, -1.57] - start: [34, 10, 1.57] name: agent45 goal: [74, 25, 3.14] - start: [30, 48, -1.57] name: agent46 goal: [20, 83, 0] - start: [9, 31, 3.14] name: agent47 goal: [16, 75, 1.57] - start: [39, 66, 0] name: agent48 goal: [8, 89, -1.57] - start: [89, 45, 1.57] name: agent49 goal: [47, 35, 3.14] map: dimensions: [100, 100] obstacles: - [-1, -1]
22.038462
26
0.481966
d4337ea66d31f6c678ebcbbe2bc775ab819fbe5e
4,166
yml
YAML
bitrise.yml
bitce/steps-github-status
903f939717a64a5d8d79731e266e10d16427cdd0
[ "MIT" ]
6
2018-03-14T13:12:23.000Z
2019-11-06T13:00:12.000Z
bitrise.yml
bitce/steps-github-status
903f939717a64a5d8d79731e266e10d16427cdd0
[ "MIT" ]
11
2016-12-02T09:53:32.000Z
2021-06-23T16:53:06.000Z
bitrise.yml
bitce/steps-github-status
903f939717a64a5d8d79731e266e10d16427cdd0
[ "MIT" ]
12
2017-02-03T00:22:19.000Z
2020-11-19T12:48:07.000Z
format_version: 5 default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git app: envs: - STEP_VERSION: 2.1.0 # define these in your .bitrise.secrets.yml - TEST_AUTH_TOKEN: "$TEST_AUTH_TOKEN" - TEST_REPOSITORY_URL: $TEST_REPOSITORY_URL - TEST_GIT_COMMIT: $TEST_GIT_COMMIT - TEST_BUILD_URL: $TEST_BUILD_URL - STEP_ID_IN_STEPLIB: github-status workflows: # ---------------------------------------------------------------- # --- workflow to Step Test ci: test: before_run: - audit-this-step steps: - go-list: - golint: - errcheck: - go-test: after_run: - _test_invalid - _test_success - _test_failed - _test_no_commit_hash _test_success: steps: - path::./: title: Test success status is_skippable: false inputs: - auth_token: "$TEST_AUTH_TOKEN" - repository_url: "$TEST_REPOSITORY_URL" - commit_hash: "$TEST_GIT_COMMIT" - build_url: $TEST_BUILD_URL - verbose: "true" _test_invalid: steps: - path::./: title: Test invalid commit hash inputs: - auth_token: "$TEST_AUTH_TOKEN" - repository_url: "$TEST_REPOSITORY_URL" - commit_hash: "invalid" - build_url: $TEST_BUILD_URL _test_failed: steps: - path::./: title: Test failed status inputs: - auth_token: "$TEST_AUTH_TOKEN" - repository_url: "$TEST_REPOSITORY_URL" - commit_hash: "$TEST_GIT_COMMIT" - set_specific_status: failure - build_url: $TEST_BUILD_URL _test_no_commit_hash: steps: - path::./: title: Test no commit hash specified inputs: - auth_token: "$TEST_AUTH_TOKEN" - repository_url: "$TEST_REPOSITORY_URL" - commit_hash: - build_url: $TEST_BUILD_URL go-tests: before_run: - _install-test-tools steps: - script: title: Export go files to test inputs: - content: |- #!/usr/bin/env bash set -ex no_vendor_paths="$(go list ./... | grep -v vendor)" envman add --key GOLIST_WITHOUT_VENDOR --value "$no_vendor_paths" - script: title: Err check inputs: - content: |- #!/usr/bin/env bash set -ex errcheck -asserts=true -blank=true $GOLIST_WITHOUT_VENDOR - script: title: Go lint inputs: - content: |- #!/usr/bin/env bash set -ex while read -r line; do echo "-> Linting: $line" golint_out="$(golint $line)" if [[ "${golint_out}" != "" ]] ; then echo "=> Golint issues found:" echo "${golint_out}" exit 1 fi done <<< "$GOLIST_WITHOUT_VENDOR" - script: title: Go test inputs: - content: |- #!/usr/bin/env bash set -ex go test ./... _install-test-tools: steps: - script: title: Install required testing tools inputs: - content: |- #!/usr/bin/env bash set -ex # Check for unhandled errors go get -u -v github.com/kisielk/errcheck # Go lint go get -u -v github.com/golang/lint/golint # ---------------------------------------------------------------- # --- Utility workflows dep-update: title: Dep update description: | Used for updating bitrise dependencies with dep steps: - script: title: Dependency update inputs: - content: |- #!/usr/bin/env bash set -ex go get -u -v github.com/golang/dep/cmd/dep dep ensure -v dep ensure -v -update # ---------------------------------------------------------------- # --- workflows to Share this step into a Step Library audit-this-step: steps: - script: inputs: - content: |- #!/usr/bin/env bash set -ex stepman audit --step-yml ./step.yml
25.402439
77
0.517283
e519f35647c6bcbb0ac939faffed46b01bb5c310
1,038
yml
YAML
fhq-server/src.wsjcpp/wsjcpp_levenshtein/wsjcpp.hold.yml
MobyFS/fhq-server
aa2d8891b0c958ce74ae2a8bf2635c3683b368e0
[ "MIT" ]
28
2019-04-03T17:23:27.000Z
2022-02-25T09:27:43.000Z
fhq-server/src.wsjcpp/wsjcpp_levenshtein/wsjcpp.hold.yml
MobyFS/fhq-server
aa2d8891b0c958ce74ae2a8bf2635c3683b368e0
[ "MIT" ]
194
2019-02-01T15:07:51.000Z
2022-03-22T10:57:06.000Z
fhq-server/src.wsjcpp/wsjcpp_levenshtein/wsjcpp.hold.yml
MobyFS/fhq-server
aa2d8891b0c958ce74ae2a8bf2635c3683b368e0
[ "MIT" ]
12
2019-04-11T08:45:57.000Z
2022-03-25T10:44:35.000Z
wsjcpp_version: v0.0.1 cmake_minimum_required: 3.0 cmake_cxx_standard: 11 name: wsjcpp-levenshtein version: v0.0.1 description: Calculation Levenshtein Distance issues: https://github.com/wsjcpp/wsjcpp-levenstein/issues keywords: - "c++" - "sources" - "levenshtein" - "distance" required-libraries: - pthread dependencies: - name: "wsjcpp/wsjcpp-core" version: "v0.0.2" url: "https://github.com/wsjcpp/wsjcpp-core:master" origin: "https://github.com/" installation-dir: "./src.wsjcpp/wsjcpp_wsjcpp_core" repositories: - type: main url: "https://github.com/wsjcpp/wsjcpp-levenshtein" authors: - name: "Igor Polyakov" email: "igorpolyakov@protonmail.com" distribution: - source-file: "src/wsjcpp_levenshtein.cpp" target-file: "wsjcpp_levenshtein.cpp" type: "source-code" sha1: "f981e0154ad7252dbf27f5c40d424a2965090152" - source-file: "src/wsjcpp_levenshtein.h" target-file: "wsjcpp_levenshtein.h" type: "source-code" sha1: "bdb73b23f68999c9fa6cfe6d36241463ae1e769f"
25.317073
58
0.725434
e5976c8e6d6fe11c781fea4396a20e8e8e965ce8
183
yml
YAML
.eslintrc.yml
BuBuaBu/swagger-coverage
e2dcbf3bb0846a30db1d5d1ecfa7290c823dee70
[ "MIT" ]
1
2017-12-13T15:59:50.000Z
2017-12-13T15:59:50.000Z
.eslintrc.yml
BuBuaBu/swagger-coverage
e2dcbf3bb0846a30db1d5d1ecfa7290c823dee70
[ "MIT" ]
1
2020-04-26T15:19:20.000Z
2020-04-26T15:19:20.000Z
.eslintrc.yml
BuBuaBu/swagger-coverage
e2dcbf3bb0846a30db1d5d1ecfa7290c823dee70
[ "MIT" ]
null
null
null
env: es6: true node: true extends: 'airbnb/base' rules: semi: - 2 - never comma-dangle: - 2 - never space-before-function-paren: - 2 - named: always
12.2
30
0.562842
903bdc5ae6bc7f75a12be1da8926b5e3c9982297
1,257
yaml
YAML
proxmox/content/params/proxmox-vm-machine-os-type.yaml
oschroeder8/provision-content
bf5168e62a21ea5b70ff49cca14bb4f5dc883c79
[ "Apache-2.0" ]
29
2017-09-09T17:37:47.000Z
2021-12-25T23:41:44.000Z
proxmox/content/params/proxmox-vm-machine-os-type.yaml
oschroeder8/provision-content
bf5168e62a21ea5b70ff49cca14bb4f5dc883c79
[ "Apache-2.0" ]
106
2017-08-16T16:17:25.000Z
2021-05-25T17:33:23.000Z
proxmox/content/params/proxmox-vm-machine-os-type.yaml
oschroeder8/provision-content
bf5168e62a21ea5b70ff49cca14bb4f5dc883c79
[ "Apache-2.0" ]
29
2017-08-11T00:38:13.000Z
2021-07-21T21:52:37.000Z
--- Name: proxmox/vm-machine-os-type Description: The OS Type to use for the target Machine Virtual Machines. Documentation: | Must select one of the Proxmox supported OS Type models from the list. The default is ``l26`` (Linux 2.6 or newer kernel). Additional documentation and details can be found on the Proxmox Wiki, at (search for 'ostype: <l24' to find them): * https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines The list of supported OS Types is as follows: * ``other`` = unspecified OS * ``wxp`` = Microsoft Windows XP * ``w2k`` = Microsoft Windows 2000 * ``w2k3`` = Microsoft Windows 2003 * ``w2k8`` = Microsoft Windows 2008 * ``wvista`` = Microsoft Windows Vista * ``win7`` = Microsoft Windows 7 * ``win8`` = Microsoft Windows 8/2012/2012r2 * ``win10`` = Microsoft Windows 10/2016 * ``l24`` = Linux 2.4 Kernel * ``l26`` = Linux 2.6 - 5.X Kernel * ``solaris`` = Solaris/OpenSolaris/OpenIndiania kernel Meta: color: blue icon: database title: Digital Rebar Community Content Schema: default: l26 type: string enum: - other - wxp - w2k - w2k3 - w2k8 - wvista - win7 - win8 - win10 - l24 - l26 - solaris Secure: false
25.14
77
0.639618
29393009441a293340b86c228e39fd237600051f
2,007
yml
YAML
threads/3334493/posts/68476096.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3334493/posts/68476096.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3334493/posts/68476096.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
url: showpost.php?p=68476096&postcount=14192 id: 68476096 tid: 3334493 num: 14192 datetime: 2014-06-27T11:06:00.000Z user: img: customavatars/avatar949300_1.gif name: UlquiorraQ title: Senior Member joinDate: 2011-11-30T16:00:00.000Z posts: .nan id: '949300' title: >- Re: post 1 tấm ảnh về Cô gái mà bạn cho là xinh nhất mà bạn từng gặp trong đời?! content: html: "\r\n\t\t\t\r\n\t\t\t<!-- BEGIN TEMPLATE: bbcode_quote -->\n<div style=\"margin:20px; margin-top:5px; \">\r\n\t<div class=\"smallfont\" style=\"margin-bottom:2px\">Quote:</div>\r\n\t<table cellpadding=\"6\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"voz-bbcode-quote\">\r\n\t<tr>\r\n\t\t<td class=\"alt2\" style=\"border:1px inset\">\r\n\t\t\t\r\n\t\t\t\t<div>\r\n\t\t\t\t\tOriginally Posted by <strong>cusin</strong>\r\n\t\t\t\t\t<a href=\"showthread.php?p=68476054#post68476054\" rel=\"nofollow\"><img class=\"inlineimg\" src=\"images/buttons/viewpost.gif\" border=\"0\" alt=\"View Post\"></a>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div style=\"font-style:italic\">...</div>\r\n\t\t\t\r\n\t\t</td>\r\n\t</tr>\r\n\t</table>\r\n</div>\n<!-- END TEMPLATE: bbcode_quote -->Xin th&#xED;m tha cho c&#xE1;i di&#x1EC5;n &#x111;&#xE0;n n&#xE0;y,ho&#x1EB7;c th&#xED;m c&#xF3; th&#x1EC3; post sang th&#x1EDB;t n&#xE0;y ch&#x1EB3;ng h&#x1EA1;n<img src=\"/images/smilies/Off/burn_joss_stick.gif\" border=\"0\" alt=\"\" title=\"Burn Joss Stick\" class=\"inlineimg\"><img src=\"/images/smilies/Off/burn_joss_stick.gif\" border=\"0\" alt=\"\" title=\"Burn Joss Stick\" class=\"inlineimg\"><br>\r\n<a href=\"http://vozforums.com/showthread.php?t=3799927\" target=\"_blank\">http://vozforums.com/showthread.php?t=3799927</a>\r\n\t\t" text: "Quote:\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\tOriginally Posted by cusin\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t...\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\nXin thím tha cho cái diễn đàn này,hoặc thím có thể post sang thớt này chẳng hạn\r\nhttp://vozforums.com/showthread.php?t=3799927"
105.631579
1,327
0.663179
299ebfb9b8a5dc4e9a53ef2ae3f288ca7bd8a18a
5,662
yml
YAML
lib/locales/en/coffee.yml
may-solty/faker
3b4d4342e7b394fc69c9783193f2d911255d3768
[ "MIT" ]
3,377
2015-01-16T13:55:07.000Z
2022-03-31T06:36:41.000Z
lib/locales/en/coffee.yml
may-solty/faker
3b4d4342e7b394fc69c9783193f2d911255d3768
[ "MIT" ]
383
2015-04-17T12:15:37.000Z
2022-03-31T07:21:59.000Z
lib/locales/en/coffee.yml
may-solty/faker
3b4d4342e7b394fc69c9783193f2d911255d3768
[ "MIT" ]
777
2015-02-12T08:32:29.000Z
2022-03-29T15:25:42.000Z
en: faker: coffee: country: ["Brazil", "Colombia", "Sumatra", "Ethiopia", "Honduras", "Kenya", "Uganda", "Mexico", "Guatemala", "Nicaragua", "Costa Rica", "Tanzania", "El Salvador", "Rwanda", "Burundi", "Panama", "Yemen", "India"] regions: brazil: ["Sul Minas", "Mogiana", "Cerrado"] colombia: ["Nariño", "Huila", "Tolima", "Cauca", "Casanare", "Santander", "Antioquia", "Cundinamarca", "Boyacá"] sumatra: ["Tapanuli", "Lintong", "Aceh", "Lake Tawar", "Lintong", "Gayo"] ethiopia: ["Sidama", "Harrar", "Limu", "Ojimmah", "Lekempti", "Wellega", "Gimbi"] honduras: ["Agalta", "Comayagua", "Copan", "Montecillos", "Opalca", "El Paraiso"] kenya: ["Bungoma", "Embu", "Kiamba", "Kirinyaga", "Mt. Kenya", "Kisii", "Meru", "Murang'a", "Machakos", "Thika", "Nyeri", "Nakuru", "Nyanza", "Kericho"] uganda: ["Bugisu", "Mount Elgon", "Kibale"] mexico: ["Chiapas", "Oaxaca", "Veracruz", "Colima", "San Luis Potosi", "Nayarit", "Hidalgo", "Puebla", "Jalisco"] guatemala: ["Acatenango", "Antigua", "Atitlan", "Fraijanes", "Huehuetenango", "Nuevo Oriente", "Coban", "San Marcos"] nicaragua: ["Matagalpa", "Jinotega", "Boaco", "Madriz", "Nueva Segovia", "Estelí", "Dipilto", "Jalapa", "Carazo", "Granada", "Masaya", "Managua", "Rivas"] costa_rica: ["Tarrazu", "Central Valley", "West Valley", "Guanacaste", "Tres Rios", "Turrialba", "Orosi", "Brunca"] tanzania: ["Western Region, Bukova", "Western Region, Kigoma", "Mbeya Region", "Southern Region, Mbinga", "Western Region, Tarime", "Northern Region, Oldeani", "Northern Region, Arusha", "Northern Region, Kilimanjaro", "Southern Region, Morogoro"] el_salvador: ["Alotepec-Metapán", "Apaneca-Ilamatepec", "El Balsamo-Quetzaltepec", "Cacahuatique", "Chichontepec", "Tecapa-Chinameca"] rwanda: ["Rulindo", "Gishamwana Coffee Island", "Lake Kivu Region", "Kigeyo Washing Station", "Kabirizi"] burundi: ["Kayanza"] panama: ["Boquete", "Chiriqui", "Volcan"] yemen: ["Mattari", "San'ani", "Hirazi", "Raimi"] india: ["Chikmagalur", "Coorg","Biligiris", "Bababudangiris", "Manjarabad", "Nilgiris", "Travancore", "Manjarabad", "Brahmaputra", "Pulneys", "Sheveroys"] variety: ["Liberica", "S288", "S795", "Kent", "Java", "Dilla", "Sumatara", "Catuai", "Pacamara", "Mundo Novo", "Red Bourbon", "Bourbon", "Yellow Bourbon", "Pacas", "Caturra", "Pink Bourbon", "Colombia", "Obata", "Catimors", "Sarchimor", "Mokka", "Kaffa", "Gimma", "Tafari-Kela", "S.4", "Agaro", "Dega", "Barbuk Sudan", "Ennarea", "Geisha", "Gesha", "Blue Mountain", "Kona", "San Ramon", "SL28", "SL34", "Villa Sarchi", "Villalobos", "Typica", "Ethiopian Heirloom"] intensifier: ["muted", "dull", "mild", "structured", "balanced", "rounded", "soft", "faint", "delicate", "dry", "astringent", "quick", "clean", "crisp", "bright", "vibrant", "tart", "wild", "unbalanced", "sharp", "pointed", "dense", "deep", "complex", "juicy", "lingering", "dirty"] body: ["watery", "tea-like", "silky", "slick", "juicy", "smooth", "syrupy", "round", "creamy", "full", "velvety", "big", "chewy", "coating"] descriptor: ["bergamot", "hops", "black-tea", "green-tea", "mint", "sage", "dill", "grassy", "snow pea", "sweet pea", "mushroom", "squash", "green pepper", "olive", "leafy greens", "hay", "tobacco", "cedar", "fresh wood", "soil", "tomato", "sundried tomato", "soy sauce", "leathery", "clove", "liquorice", "curry", "nutmeg", "ginger", "corriander", "cinnamon", "white pepper", "black pepper", "carbon", "smokey", "burnt sugar", "toast", "fresh bread", "barley", "wheat", "rye", "graham cracker", "granola", "almond", "hazelnut", "pecan", "cashew", "peanut", "walnut", "cola", "molasses", "maple syrup", "carmel", "brown sugar", "sugar cane", "marshmallow", "cream", "butter", "honey", "nougat", "vanilla", "milk chocolate", "cocoa powder", "bittersweet chocolate", "bakers chocolate", "cacao nibs", "prune", "dates", "figs", "raisin", "golden raisin", "black currant", "red currant", "blueberry", "strawberry", "raspberry", "cranberry", "black cherry", "cherry", "plum", "apricot", "nectarine", "peach", "coconut", "banana", "kiwi", "mango", "papaya", "pineapple", "passion fruit", "tamarind", "star fruit", "lychee", "concord grape", "red grape", "green grape", "white grape", "cantaloupe", "honeydew", "watermelon", "red apple", "green apple", "orange", "mandarin", "tangerine", "clementine", "grapefruit", "lime", "meyer lemon", "lemonade", "lemon", "orange creamsicle", "marzipan", "nutella", "lemongrass", "orange blossom", "jasmine", "honeysuckle", "magnolia", "lavender", "rose hips", "hibiscus", "lemon verbena", "medicinal", "quakery", "baggy", "potato defect!", "musty", "rubber"] notes: "#{intensifier}, #{body}, #{descriptor}, #{descriptor}, #{descriptor}" name_1: ["Summer", "Holiday", "Jacked", "Joe", "Express", "Reg's", "Split", "Spilt", "Chocolate", "Dark", "Veranda", "Major", "Bluebery", "American", "Huggy", "Wake-up", "Morning", "Evening", "Winter", "Captain's", "Thanksgiving", "Seattle", "Brooklyn", "Café", "Blacktop", "Pumpkin-spice", "Good-morning", "Postmodern", "The Captain's", "The", "Cascara", "Melty", "Heart", "Goodbye", "Hello", "Street", "Red", "Blue", "Green", "Strong", "KrebStar", "Kreb-Full-o"] name_2: ["Solstice", "Blend", "Level", "Enlightenment", "Cowboy", "", "Choice", "Select", "Equinox", "Star", "Forrester", "Java", "Symphony", "Utopia", "Cup", "Mug", "Been", "Bean", "Cake", "Extract", "Delight", "Pie", "America", "Treat", "Volcano", "Breaker", "Town", "Light", "Look", "Coffee", "Nuts"] blend_name: "#{name_1} #{name_2}"
176.9375
1,596
0.619922
58dce0bec5e7262c4f495882a97b2599756c591e
178
yml
YAML
_config.yml
adolfont/logicaparacomputacao.github.io
a59f88f981ed88fa68ff4a454c84a62d72bc3b77
[ "CC0-1.0" ]
null
null
null
_config.yml
adolfont/logicaparacomputacao.github.io
a59f88f981ed88fa68ff4a454c84a62d72bc3b77
[ "CC0-1.0" ]
null
null
null
_config.yml
adolfont/logicaparacomputacao.github.io
a59f88f981ed88fa68ff4a454c84a62d72bc3b77
[ "CC0-1.0" ]
1
2021-09-10T13:16:59.000Z
2021-09-10T13:16:59.000Z
theme: jekyll-theme-minimal title: [Lógica para Computação] description: [Site das disciplinas relacionadas a Lógica para Computação na UTFPR Curitiba ] logo: img/utfpr-logo.png
35.6
92
0.808989
6f9678546b97338b5160f0a7576dd4270c924429
760
yml
YAML
application/admin-server.yml
wkk-java/docker-compose-yaml
6f949aa04fa6797b5015e04f4c77a01990fc009e
[ "Apache-2.0" ]
null
null
null
application/admin-server.yml
wkk-java/docker-compose-yaml
6f949aa04fa6797b5015e04f4c77a01990fc009e
[ "Apache-2.0" ]
null
null
null
application/admin-server.yml
wkk-java/docker-compose-yaml
6f949aa04fa6797b5015e04f4c77a01990fc009e
[ "Apache-2.0" ]
null
null
null
version: '3.9' services: admin-server: image: wk-server:18082/admin-server:1.0.0-SNAPSHOT networks: - framework_network deploy: replicas: 1 restart_policy: condition: on-failure placement: constraints: - node.hostname == wk-server ports: - "2001:2001" environment: - TZ=Asia/Shanghai - server.port=2001 - SECURITY_USER_PASSWORD=password123456 - spring.cloud.nacos.discovery.namespace=dev - spring.cloud.nacos.discovery.ip=wk-server extra_hosts: wk-server1: 47.100.74.126 wk-server: 106.14.202.235 jr-server: 47.98.170.93 networks: framework_network: external: true name: framework_network
24.516129
55
0.610526
091fd4c0b153d32963c65d6602dca4c55958c208
4,893
yaml
YAML
data/nodes/wicket-vm.apache.org.yaml
rlenferink/infrastructure-puppet
9c1365140c409689f66fc480046bd7652d554e9e
[ "Apache-2.0" ]
null
null
null
data/nodes/wicket-vm.apache.org.yaml
rlenferink/infrastructure-puppet
9c1365140c409689f66fc480046bd7652d554e9e
[ "Apache-2.0" ]
null
null
null
data/nodes/wicket-vm.apache.org.yaml
rlenferink/infrastructure-puppet
9c1365140c409689f66fc480046bd7652d554e9e
[ "Apache-2.0" ]
null
null
null
--- classes: - wicket_pvm_asf - apache - apache::mod::proxy - apache::mod::proxy_http - apache::mod::proxy_wstunnel - apache::mod::rewrite - vhosts_asf::vhosts logrotate::rule: apache2: ensure: 'present' vhosts_asf::vhosts::vhosts: examples6x-80: priority: '12' servername: 'examples6x.wicket.apache.org' serveraliases: - 'www.examples6x.wicket.apache.org' port: 80 ssl: false docroot: '/var/www' error_log_file: 'examples6x_error.log' rewrites: - comment: 'rewrite ssl' rewrite_cond: - "%%{}{HTTPS} !=on" rewrite_rule: - "^/?(.*) https://%%{}{SERVER_NAME}/$1 [R,L]" examples6x-443: priority: '12' servername: 'examples6x.wicket.apache.org' serveraliases: - 'www.examples6x.wicket.apache.org' port: 443 ssl: true ssl_cert: '/etc/letsencrypt/live/wicket-vm.apache.org/cert.pem' ssl_key: '/etc/letsencrypt/live/wicket-vm.apache.org/privkey.pem' ssl_chain: '/etc/letsencrypt/live/wicket-vm.apache.org/chain.pem' docroot: '/var/www' error_log_file: 'examples6x_ssl_error.log' proxy_pass: - path: '/' url: 'http://127.0.0.1:8086/' reverse_urls: - 'http://127.0.0.1:8086/' examples7x-80: priority: '12' servername: 'examples7x.wicket.apache.org' serveraliases: - 'www.examples7x.wicket.apache.org' port: 80 ssl: false docroot: '/var/www' error_log_file: 'examples7x_error.log' rewrites: - comment: 'rewrite ssl' rewrite_cond: - "%%{}{HTTPS} !=on" rewrite_rule: - "^/?(.*) https://%%{}{SERVER_NAME}/$1 [R,L]" examples7x-443: priority: '12' servername: 'examples7x.wicket.apache.org' port: 443 ssl: true ssl_cert: '/etc/letsencrypt/live/wicket-vm.apache.org/cert.pem' ssl_key: '/etc/letsencrypt/live/wicket-vm.apache.org/privkey.pem' ssl_chain: '/etc/letsencrypt/live/wicket-vm.apache.org/chain.pem' docroot: '/var/www' error_log_file: 'examples7x_ssl_error.log' proxy_pass: - path: '/' url: 'http://127.0.0.1:8087/' reverse_urls: - 'http://127.0.0.1:8087/' examples8x-80: priority: '12' servername: 'examples8x.wicket.apache.org' serveraliases: - 'www.examples8x.wicket.apache.org' port: 80 ssl: false docroot: '/var/www' error_log_file: 'examples8x_error.log' rewrites: - comment: 'rewrite ssl' rewrite_cond: - "%%{}{HTTPS} !=on" rewrite_rule: - "^/?(.*) https://%%{}{SERVER_NAME}/$1 [R,L]" examples8x-443: priority: '12' servername: 'examples8x.wicket.apache.org' port: 443 ssl: true ssl_cert: '/etc/letsencrypt/live/wicket-vm.apache.org/cert.pem' ssl_key: '/etc/letsencrypt/live/wicket-vm.apache.org/privkey.pem' ssl_chain: '/etc/letsencrypt/live/wicket-vm.apache.org/chain.pem' docroot: '/var/www' error_log_file: 'examples8x_error.log' proxy_preserve_host: on proxy_pass: - path: '/' url: 'http://127.0.0.1:8088/' reverse_urls: - 'http://127.0.0.1:8088/' rewrites: - comment: 'rewrite websockets' rewrite_cond: - "%%{}{HTTP:UPGRADE} websocket [NC]" - "%%{}{HTTP:CONNECTION} Upgrade$ [NC]" rewrite_rule: - ".* ws://127.0.0.1:8088%%{}{REQUEST_URI} [P]" examples9x-80: priority: '12' servername: 'examples9x.wicket.apache.org' serveraliases: - 'www.examples9x.wicket.apache.org' port: 80 ssl: false docroot: '/var/www' error_log_file: 'examples9x_error.log' rewrites: - comment: 'rewrite ssl' rewrite_cond: - "%%{}{HTTPS} !=on" rewrite_rule: - "^/?(.*) https://%%{}{SERVER_NAME}/$1 [R,L]" examples9x-443: priority: '12' servername: 'examples9x.wicket.apache.org' port: 443 ssl: true ssl_cert: '/etc/letsencrypt/live/wicket-vm.apache.org/cert.pem' ssl_key: '/etc/letsencrypt/live/wicket-vm.apache.org/privkey.pem' ssl_chain: '/etc/letsencrypt/live/wicket-vm.apache.org/chain.pem' docroot: '/var/www' error_log_file: 'examples9x_ssl_error.log' proxy_preserve_host: on proxy_pass: - path: '/' url: 'http://127.0.0.1:8089/' reverse_urls: - 'http://127.0.0.1:8089/' rewrites: - comment: 'rewrite websockets' rewrite_cond: - "%%{}{HTTP:UPGRADE} websocket [NC]" - "%%{}{HTTP:CONNECTION} Upgrade$ [NC]" rewrite_rule: - ".* ws://127.0.0.1:8088%%{}{REQUEST_URI} [P]" cron: letsencrypt: user: 'root' minute: '0' hour: '0' weekday: '3' command: '/usr/local/bin/certbot-auto renew > /var/log/letsencrypt.log 2>&1'
27.183333
80
0.584917
09d55cf735740f2655b19d97316a16fb6d73b6f0
161
yaml
YAML
kubernetes/Charts/comment/Chart.yaml
Otus-DevOps-2021-06/lultala_microservices
eabaa3d7904a4b994781ce5624b9ea80a4cc8307
[ "MIT" ]
null
null
null
kubernetes/Charts/comment/Chart.yaml
Otus-DevOps-2021-06/lultala_microservices
eabaa3d7904a4b994781ce5624b9ea80a4cc8307
[ "MIT" ]
null
null
null
kubernetes/Charts/comment/Chart.yaml
Otus-DevOps-2021-06/lultala_microservices
eabaa3d7904a4b994781ce5624b9ea80a4cc8307
[ "MIT" ]
null
null
null
name: comment version: 1.0.0 description: OTUS reddit application UI maintainers: - name: Yaroslav Veselukha email: yveselukha@express42.com appVersion: 1.0
20.125
39
0.782609
07b2a484104702c1f3615a69ed47abde5a639eb5
2,274
yml
YAML
static/configs/solov2/solov2_light_448_reader.yml
leakyH/PaddleDetection
aa15eb945711baf248177a02d4d3dd3bd3abc4e8
[ "Apache-2.0" ]
7,782
2019-10-25T09:39:37.000Z
2022-03-31T13:44:14.000Z
static/configs/solov2/solov2_light_448_reader.yml
siqi-yang/PaddleDetection
d7383ad99c69e03f984ead52cc645d17f4729837
[ "Apache-2.0" ]
3,499
2019-10-29T12:37:40.000Z
2022-03-31T14:51:56.000Z
static/configs/solov2/solov2_light_448_reader.yml
siqi-yang/PaddleDetection
d7383ad99c69e03f984ead52cc645d17f4729837
[ "Apache-2.0" ]
1,874
2019-10-28T04:21:58.000Z
2022-03-31T05:41:21.000Z
TrainReader: batch_size: 4 worker_num: 2 inputs_def: fields: ['image', 'im_id', 'gt_segm'] dataset: !COCODataSet dataset_dir: dataset/coco anno_path: annotations/instances_train2017.json image_dir: train2017 sample_transforms: - !DecodeImage to_rgb: true - !Poly2Mask {} - !ColorDistort {} - !RandomCrop is_mask_crop: True - !ResizeImage target_size: [352, 384, 416, 448, 480, 512] max_size: 768 interp: 1 use_cv2: true resize_box: true - !RandomFlipImage prob: 0.5 - !NormalizeImage is_channel_first: false is_scale: true mean: [0.485,0.456,0.406] std: [0.229, 0.224,0.225] - !Permute to_bgr: false channel_first: true batch_transforms: - !PadBatch pad_to_stride: 32 - !Gt2Solov2Target num_grids: [40, 36, 24, 16, 12] scale_ranges: [[1, 56], [28, 112], [56, 224], [112, 448], [224, 896]] coord_sigma: 0.2 shuffle: True EvalReader: inputs_def: fields: ['image', 'im_info', 'im_id'] dataset: !COCODataSet image_dir: val2017 anno_path: annotations/instances_val2017.json dataset_dir: dataset/coco sample_transforms: - !DecodeImage to_rgb: true - !ResizeImage interp: 1 max_size: 768 target_size: 448 use_cv2: true - !NormalizeImage is_channel_first: false is_scale: true mean: [0.485,0.456,0.406] std: [0.229, 0.224,0.225] - !Permute channel_first: true to_bgr: false batch_transforms: - !PadBatch pad_to_stride: 32 use_padded_im_info: false # only support batch_size=1 when evaluation batch_size: 1 shuffle: false drop_last: false drop_empty: false worker_num: 2 TestReader: inputs_def: fields: ['image', 'im_info', 'im_id', 'im_shape'] dataset: !ImageFolder anno_path: dataset/coco/annotations/instances_val2017.json sample_transforms: - !DecodeImage to_rgb: true - !ResizeImage interp: 1 max_size: 768 target_size: 448 use_cv2: true - !NormalizeImage is_channel_first: false is_scale: true mean: [0.485,0.456,0.406] std: [0.229, 0.224,0.225] - !Permute channel_first: true to_bgr: false batch_transforms: - !PadBatch pad_to_stride: 32 use_padded_im_info: false
21.865385
73
0.658311
0548fee5afce38d111c6653c8a30425dd961c27b
160
yaml
YAML
manifests/t/Timber1900/WebDL/v9.2/Timber1900.WebDL.yaml
pavll/winget-pkgs
97e2195b1067212c719caa188d5c0ec32d28298d
[ "MIT" ]
5,998
2020-05-19T15:15:42.000Z
2022-03-31T19:10:43.000Z
manifests/t/Timber1900/WebDL/v9.2/Timber1900.WebDL.yaml
pavll/winget-pkgs
97e2195b1067212c719caa188d5c0ec32d28298d
[ "MIT" ]
53,539
2020-05-19T14:56:15.000Z
2022-03-31T23:51:50.000Z
manifests/t/Timber1900/WebDL/v9.2/Timber1900.WebDL.yaml
pavll/winget-pkgs
97e2195b1067212c719caa188d5c0ec32d28298d
[ "MIT" ]
4,317
2020-05-19T15:23:05.000Z
2022-03-31T17:45:09.000Z
# Created using wingetcreate PackageIdentifier: Timber1900.WebDL PackageVersion: v9.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.0.0
20
36
0.79375
f159b4b06e5cb29a4b4a0a67e37a1d7fafaeafc0
2,389
yml
YAML
rpc_deployment/vars/repo_packages/all_common.yml
hughsaunders/os-ansible-deployment
c24a89379a1ae1f566af4787ed4630c042b230a1
[ "Apache-2.0" ]
null
null
null
rpc_deployment/vars/repo_packages/all_common.yml
hughsaunders/os-ansible-deployment
c24a89379a1ae1f566af4787ed4630c042b230a1
[ "Apache-2.0" ]
null
null
null
rpc_deployment/vars/repo_packages/all_common.yml
hughsaunders/os-ansible-deployment
c24a89379a1ae1f566af4787ed4630c042b230a1
[ "Apache-2.0" ]
null
null
null
--- # Copyright 2014, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. ## URL for the frozen rpc repo rpc_repo_url: "http://mirror.rackspace.com/rackspaceprivatecloud" ## GPG Keys gpg_keys: - { key_name: 'mariadb', keyserver: 'hkp://keyserver.ubuntu.com:80', hash_id: '0xcbcb082a1bb943db' } apt_common_repos: - { repo: "deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu {{ ansible_distribution_release }} main", state: "present" } # apt_container_keys: # - { url: "{{ rpc_repo_url }}/repo.gpg", state: "present" } ## Repositories. the name: key value is only used in the ``containers-setup.yml`` play # Set the name to whatever the domain name is of the ``rpc_repo_url`` value with any # Hyphens and periods replaced with underlines. This will ensure that when ansible # runs into the ``apt_common_repos`` option is set correctly. # apt_common_repos: # - { repo: "deb [arch=amd64] {{ rpc_repo_url }} rpc-LA main", state: "present", name: "mirror_rackspace_com" } # - { repo: "deb [arch=amd64] {{ rpc_repo_url }} LA main", state: "present", name: "mirror_rackspace_com" } # - { repo: "deb [arch=amd64] {{ rpc_repo_url }} universe-LA universe", state: "present", name: "mirror_rackspace_com" } ## Python pip get_pip_url: "{{ rpc_repo_url }}/downloads/get-pip.py" get_pip_sha256sum: "d43dc33a5670d69dd14a9be1f2b2fa27ebf124ec1b212a47425331040f742a9b" ## Base Packages apt_common_packages: - aptitude - vlan - python-software-properties - python-dev - build-essential - git-core - rsyslog - lvm2 - dmeventd - libkmod-dev - libkmod2 - libssl-dev - bridge-utils - cgroup-lite - sqlite3 - iptables - sshpass - libffi-dev - libxml2-dev - libxslt1-dev - mariadb-client - libmariadbclient-dev # Util packages that are installed when repos are put in place common_util_packages: - curl - wget - time - rsync
32.726027
127
0.717036
a864865bf198c7729bf131e8f9f2644bc6820db4
1,384
yaml
YAML
charts/hpe-csi-driver/v1.4.2/templates/sc.yaml
AlexandreNasc12/treinamentojac
2a65bcc2efb5a76fa6ec5bb5aef2432dd52aa14c
[ "Apache-2.0" ]
13
2020-02-29T03:32:50.000Z
2022-03-17T11:14:43.000Z
charts/hpe-csi-driver/v1.4.2/templates/sc.yaml
AlexandreNasc12/treinamentojac
2a65bcc2efb5a76fa6ec5bb5aef2432dd52aa14c
[ "Apache-2.0" ]
42
2020-04-08T04:46:50.000Z
2021-11-16T06:51:43.000Z
charts/hpe-csi-driver/v1.4.2/templates/sc.yaml
AlexandreNasc12/treinamentojac
2a65bcc2efb5a76fa6ec5bb5aef2432dd52aa14c
[ "Apache-2.0" ]
60
2020-04-02T10:59:37.000Z
2022-02-15T16:47:06.000Z
{{ if $sc := (lookup "storage.k8s.io/v1" "StorageClass" "" "hpe-standard") -}} # This is required to maintain backward compatibility of resources(storageclass) # created with previous releases as we no longer create a storageclass with CSI driver install. # Annotation "helm.sh/resource-policy": keep" should help to remove this file altogether # in future. # Also, manage the storageClass only if created by previous versions of helm with below check. --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: hpe-standard labels: plugin: {{ $.Release.Name }} app.kubernetes.io/managed-by: Helm annotations: helm.sh/resource-policy: keep meta.helm.sh/release-name: {{ .Release.Name }} meta.helm.sh/release-namespace: {{ .Release.Namespace }} {{- range $k, $v := $sc.metadata.annotations }} {{- if or (eq $v "true") (eq $v "false")}} {{ $k }}: {{ $v | quote }} {{- else }} {{ $k }}: {{ $v }} {{- end }} {{- end }} provisioner: csi.hpe.com {{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "15") }} allowVolumeExpansion: {{ $sc.allowVolumeExpansion }} {{- end }} parameters: {{- range $k, $v := $sc.parameters }} {{- if or (eq $v "true") (eq $v "false")}} {{ $k }}: {{ $v | quote }} {{- else }} {{ $k }}: {{ $v }} {{- end }} {{- end }} {{- end }}
35.487179
117
0.613439
7a95da604d6c919218aa50698ad78bbdf33d64d3
1,918
yml
YAML
SelfDepth.yml
reutazaria/underwater_dense_depth_completion
a3bc5294b3a821a209a334bd026c8043076d9d0e
[ "MIT" ]
null
null
null
SelfDepth.yml
reutazaria/underwater_dense_depth_completion
a3bc5294b3a821a209a334bd026c8043076d9d0e
[ "MIT" ]
null
null
null
SelfDepth.yml
reutazaria/underwater_dense_depth_completion
a3bc5294b3a821a209a334bd026c8043076d9d0e
[ "MIT" ]
null
null
null
name: SelfDepth channels: - conda-forge - pytorch - https://repo.anaconda.com/pkgs/free - anaconda - defaults dependencies: - _libgcc_mutex=0.1=main - backcall=0.1.0=py36_0 - blas=1.0=mkl - ca-certificates=2020.1.1=0 - certifi=2019.11.28=py36_0 - cffi=1.13.1=py36h2e261b9_0 - cuda91=1.0=h4c16780_0 - decorator=4.4.1=py_0 - freetype=2.8=hab7d2ae_1 - intel-openmp=2019.4=243 - ipython=7.12.0=py36h5ca1d4c_0 - ipython_genutils=0.2.0=py36_0 - jedi=0.16.0=py36_0 - jpeg=9b=h024ee3a_2 - libffi=3.2.1=hd88cf55_4 - libgcc-ng=9.1.0=hdf63c60_0 - libgfortran-ng=7.3.0=hdf63c60_0 - libpng=1.6.37=hbc83047_0 - libstdcxx-ng=9.1.0=hdf63c60_0 - libtiff=4.1.0=h2733197_0 - mkl=2019.4=243 - mkl-service=2.3.0=py36he904b0f_0 - mkl_fft=1.0.15=py36ha843d7b_0 - mkl_random=1.1.0=py36hd6b4f25_0 - ncurses=5.9=10 - ninja=1.9.0=py36hfd86e86_0 - numpy=1.17.3=py36hd14ec0e_0 - numpy-base=1.17.3=py36hde5b4d6_0 - olefile=0.46=py36_0 - openssl=1.0.2u=h7b6447c_0 - parso=0.6.1=py_0 - pexpect=4.8.0=py36_0 - pickleshare=0.7.5=py36_0 - pip=19.3.1=py36_0 - prompt_toolkit=3.0.3=py_0 - ptyprocess=0.6.0=py36_0 - pycparser=2.19=py36_0 - pygments=2.5.2=py_0 - python=3.6.3=1 - pytorch=1.0.0=py3.6_cuda9.0.176_cudnn7.4.1_1 - readline=6.2=2 - scipy=1.3.1=py36h7c811a0_0 - setuptools=41.6.0=py36_0 - six=1.10.0=py36_0 - sqlite=3.13.0=0 - tk=8.5.18=0 - traitlets=4.3.3=py36_0 - wcwidth=0.1.8=py_0 - wheel=0.33.6=py36_0 - xz=5.2.4=h14c3975_4 - zlib=1.2.11=h7b6447c_3 - zstd=1.3.7=h0b5b093_0 - pip: - cycler==0.10.0 - imageio==2.6.1 - kiwisolver==1.1.0 - matplotlib==3.1.2 - networkx==2.4 - opencv-contrib-python==3.4.2.16 - pillow==6.2.1 - pyparsing==2.4.5 - python-dateutil==2.8.1 - pywavelets==1.1.1 - scikit-image==0.16.2 - torchvision==0.4.2 prefix: /home/shacharp/anaconda3/envs/SelfDepth
25.236842
48
0.656413
42d6e7953e75fa9a043ece4c5083781d4b8a21d8
166
yml
YAML
changelog/1.71.0/pr-918.v2.yml
svc-excavator-bot-org/dialogue
634b76ec056bb93c84063b7e8f6c9bb287ba82d6
[ "Apache-2.0" ]
10
2019-05-09T11:32:32.000Z
2020-10-19T07:39:56.000Z
changelog/1.71.0/pr-918.v2.yml
svc-excavator-bot-org/dialogue
634b76ec056bb93c84063b7e8f6c9bb287ba82d6
[ "Apache-2.0" ]
600
2019-03-29T10:48:59.000Z
2022-03-30T12:15:21.000Z
changelog/1.71.0/pr-918.v2.yml
svc-excavator-bot-org/dialogue
634b76ec056bb93c84063b7e8f6c9bb287ba82d6
[ "Apache-2.0" ]
9
2019-01-14T16:48:56.000Z
2021-11-02T17:54:29.000Z
type: improvement improvement: description: Dialogue Apache Httpclient connections produce tracing spans links: - https://github.com/palantir/dialogue/pull/918
27.666667
75
0.801205
0155b1662a603d750c6fd4d7510ac59545c5fb6f
1,193
yaml
YAML
network-policy/np10-namespaced.yaml
mourad-hamza/kubernetes-manifests
33d900e20744627c67a88ea25c963f7e9e714f6c
[ "Apache-2.0" ]
1
2021-09-28T14:00:29.000Z
2021-09-28T14:00:29.000Z
network-policy/np10-namespaced.yaml
nutanix-nwa/karbon
5e1124ae9f1834c4d91f31eabaebe31408c83b2d
[ "Apache-2.0" ]
null
null
null
network-policy/np10-namespaced.yaml
nutanix-nwa/karbon
5e1124ae9f1834c4d91f31eabaebe31408c83b2d
[ "Apache-2.0" ]
null
null
null
apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: np10-namespaced-netpol namespace: $NAMESPACE spec: podSelector: matchLabels: policyTypes: - Ingress - Egress egress: - to: - ipBlock: cidr: 0.0.0.0/0 except: # Protect K8S Network - {$K8S_NETWORK}/24 ingress: # Allow all the coomunication comming from any namespace that have label namespace-network: net-system - from: - namespaceSelector: matchLabels: namespace-network: net-system # Allow all the communication between POD in the same namespaces - from: - podSelector: {} # If needed, allow trifc from some namespaces # - from: # - namespaceSelector: # matchLabels: # application: ns-net3 # If needed, allow trafic from only one namespaces # - from: # - namespaceSelector: # chooses all pods in namespaces labelled with team=operations # matchLabels: # application: myapp # podSelector: # chooses pods with type=monitoring # matchLabels: # app: myapp-service # ports: # - protocol: TCP # port: 9443 # - protocol: TCP # port: 9080
25.382979
104
0.632858
5b87ba3b7326c8b8bae77d969795c6699fbbb5b5
184
yaml
YAML
examples/gift/gift128/gift128_16rounds.yaml
bat-team/BAT-Trail-Search
82f8b61fa3b434fb90da12b0273596ab272f51e6
[ "MIT" ]
60
2015-01-20T09:28:17.000Z
2022-02-09T14:25:48.000Z
examples/gift/gift128/gift128_16rounds.yaml
hadipourh/cryptosmt
0135181ca43d13caa6f8bcc8fae95f42054f6e4c
[ "MIT" ]
10
2015-02-11T10:21:57.000Z
2022-03-07T12:17:55.000Z
examples/gift/gift128/gift128_16rounds.yaml
hadipourh/cryptosmt
0135181ca43d13caa6f8bcc8fae95f42054f6e4c
[ "MIT" ]
25
2016-07-03T03:03:31.000Z
2022-03-10T10:39:10.000Z
# Example input file for GIFT128 - 16 rounds to find all characteristics --- cipher: gift sweight: x rounds: 16 wordsize: 128 mode: 4 fixedVariables: - SC0: "TODO" - SC16: "TODO" ...
15.333333
73
0.701087
1b8f28bb85de9300ad8fe206479ff7692eec2b70
572
yaml
YAML
paths/objects/{objectId}_properties.yaml
logan12358/SpeckleSpecs
52f8cf03731a8a2387d244d92f5cb7acbc159aa8
[ "MIT" ]
6
2018-07-11T11:39:26.000Z
2021-11-19T11:32:21.000Z
paths/objects/{objectId}_properties.yaml
logan12358/SpeckleSpecs
52f8cf03731a8a2387d244d92f5cb7acbc159aa8
[ "MIT" ]
26
2018-03-27T19:37:05.000Z
2020-03-02T18:28:12.000Z
paths/objects/{objectId}_properties.yaml
speckleworks/SpeckleOpenApi
52f8cf03731a8a2387d244d92f5cb7acbc159aa8
[ "MIT" ]
5
2018-04-03T17:03:31.000Z
2019-05-23T16:39:15.000Z
put: tags: ["Objects"] summary: Does a merge update of the object's properties. operationId: ObjectUpdateProperties parameters: - name: objectId in: path required: true schema: { type: string } requestBody: description: An object that holds the keys you want to modify or add. content: application/json: schema: type: object required: true responses: '200': description: All good! content: application/json: schema: $ref: '../../schemas/ResponseBase.yaml'
23.833333
73
0.608392
5de4876716704c4ebbc5fc4dd1a70b30f7fbfd70
727,750
yaml
YAML
resources/tools/presentation_new/specification.yaml
preym17/csit
3151c98618c78e3782e48bbe4d9c8f906c126f69
[ "Apache-2.0" ]
null
null
null
resources/tools/presentation_new/specification.yaml
preym17/csit
3151c98618c78e3782e48bbe4d9c8f906c126f69
[ "Apache-2.0" ]
null
null
null
resources/tools/presentation_new/specification.yaml
preym17/csit
3151c98618c78e3782e48bbe4d9c8f906c126f69
[ "Apache-2.0" ]
null
null
null
- type: "environment" paths: # Top level directories: ## Working directory DIR[WORKING]: "_tmp" ## Build directories DIR[BUILD,HTML]: "_build" DIR[BUILD,LATEX]: "_build_latex" # Static .rst files DIR[RST]: "../../../docs/report" # Working directories ## Input data files (.zip, .xml) DIR[WORKING,DATA]: "{DIR[WORKING]}/data" ## Static source files from git DIR[WORKING,SRC]: "{DIR[WORKING]}/src" DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static" # Static html content DIR[STATIC]: "{DIR[BUILD,HTML]}/_static" DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp" DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk" DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive" # Detailed test results DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results" DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw" DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx" DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx" DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw" DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx" DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx" DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv" DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw" DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx" DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx" DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv" DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw" DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu" DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos" DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu" DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results" DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results" DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results" DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements" # Detailed test configurations DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration" DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw" DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx" DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx" DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv" DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw" DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx" DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx" DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv" DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu" DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos" DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu" # Detailed tests operational data DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data" DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw" DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx" DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx" DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv" # .css patch file to fix tables generated by Sphinx DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css" DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css" urls: URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job" URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job" URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip" # URL[VIRL,DNV]: "http://download.it/from/nexus" URL[NEXUS]: "https://docs.fd.io/csit" DIR[NEXUS]: "report/_static/archive" make-dirs: # List the directories which are created while preparing the environment. # All directories MUST be defined in "paths" section. - "DIR[WORKING,DATA]" - "DIR[STATIC,VPP]" - "DIR[STATIC,DPDK]" - "DIR[STATIC,ARCH]" - "DIR[BUILD,LATEX]" - "DIR[WORKING,SRC]" - "DIR[WORKING,SRC,STATIC]" remove-dirs: # List the directories which are deleted while cleaning the environment. # All directories MUST be defined in "paths" section. #- "DIR[BUILD,HTML]" - "DIR[WORKING,DATA]" build-dirs: # List the directories where the results (build) is stored. # All directories MUST be defined in "paths" section. - "DIR[BUILD,HTML]" - "DIR[BUILD,LATEX]" - type: "configuration" limits: nic: x520: 24460000 x553: 29761905 x710: 35800000 xxv710: 35800000 xl710: 35800000 link: 10ge: 14880952.38 25ge: 37202380.95 40ge: 59523809.52 100ge: 148809523.81 pci: pci-g3-x8: 74404761.90 pci-g3-x16: 148809523.81 data-sets: # Denverton: intel-dnv-vpp: intel-dnv-vpp-release-1810: - 1 # VPP Performance vpp-performance-changes-3n-hsw: csit-vpp-perf-1804-all: - 21 # sel - 22 # sel - 23 # sel - 24 # sel - 27 # sel - 28 # sel - 29 # sel - 30 # sel - 31 # sel - 35 # sel 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 csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel vpp-performance-changes-3n-skx: 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 csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel vpp-performance-changes-2n-skx: 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 csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel vpp-compare-testbeds: csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel csit-vpp-perf-verify-1810-3n-skx: - 24 # NDRPDR full - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel vpp-compare-testbeds-mrr: csit-vpp-perf-verify-1810-3n-hsw: - 9 # MRR sel csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel - 11 # MRR sel - 12 # MRR sel - 13 # MRR sel vpp-compare-topologies: csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel vpp-compare-topologies-mrr: csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel - 11 # MRR sel - 12 # MRR sel - 13 # MRR sel csit-vpp-perf-verify-1810-2n-skx: - 8 # MRR sel - 10 # MRR sel - 11 # MRR sel - 12 # MRR sel vpp-performance-changes-3n-hsw-mrr: csit-vpp-perf-check-1804: - 6 # mrr - sel - 13 # mrr - sel - 14 # mrr - sel - 15 # mrr - sel - 16 # mrr - sel - 17 # mrr - sel - 19 # mrr - sel - 20 # mrr - sel - 21 # mrr - sel - 22 # mrr - sel 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 csit-vpp-perf-verify-1810-3n-hsw: - 9 # MRR sel vpp-performance-changes-3n-skx-mrr: 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 csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel - 11 # MRR sel - 12 # MRR sel - 13 # MRR sel vpp-performance-changes-2n-skx-mrr: 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 csit-vpp-perf-verify-1810-2n-skx: - 8 # MRR sel - 10 # MRR sel - 11 # MRR sel - 12 # MRR sel vpp-perf-results-3n-hsw: csit-vpp-perf-verify-1810-3n-hsw: - 20 # NDRPDR full - 21 # NDRPDR full - 22 # NDRPDR full - 27 # NDRPDR full vpp-perf-results-3n-skx: csit-vpp-perf-verify-1810-3n-skx: - 23 # NDRPDR full - 24 # NDRPDR full vpp-perf-results-2n-skx: csit-vpp-perf-verify-1810-2n-skx: - 25 # NDRPDR full - 26 # NDRPDR full vpp-mrr-results-3n-hsw: csit-vpp-perf-verify-1810-3n-hsw: - 9 # MRR sel vpp-mrr-results-3n-skx: csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel vpp-mrr-results-2n-skx: csit-vpp-perf-verify-1810-2n-skx: - 8 # MRR sel plot-throughput-speedup-analysis-3n-hsw: csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel plot-throughput-speedup-analysis-3n-skx: csit-vpp-perf-verify-1810-3n-skx: - 24 # NDRPDR full - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel plot-throughput-speedup-analysis-2n-skx: csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel plot-vpp-throughput-latency-3n-hsw: csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel plot-vpp-throughput-latency-3n-skx: csit-vpp-perf-verify-1810-3n-skx: - 24 # NDRPDR full - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel plot-vpp-throughput-latency-2n-skx: csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel plot-vpp-http-server-performance: csit-vpp-perf-verify-1810-3n-hsw: - 28 # WRK - 29 # WRK - 30 # WRK - 31 # WRK - 32 # WRK - 33 # WRK - 34 # WRK - 35 # WRK - 36 # WRK - 37 # WRK # VPP Functional vpp-func-results-ubuntu: csit-vpp-functional-1810-ubuntu1604-virl: - 44 vpp-func-results-centos: csit-vpp-functional-1810-centos7-virl: - 44 vpp-device-results-ubuntu: csit-vpp-device-1810-ubuntu1804-1n-skx: - 2 # VPP Ligato ligato-perf-results-3n-hsw: csit-ligato-perf-verify-1810-3n-hsw: - 5 # full plot-ligato-throughput-speedup-analysis-3n-hsw: csit-ligato-perf-verify-1810-3n-hsw: - 5 # full - 6 # sel - 8 # sel - 9 # sel - 11 # sel - 12 # sel - 13 # sel - 14 # sel - 16 # sel - 17 # sel - 18 # sel plot-ligato-throughput-latency-3n-hsw: csit-ligato-perf-verify-1810-3n-hsw: - 5 # full - 6 # sel - 8 # sel - 9 # sel - 11 # sel - 12 # sel - 13 # sel - 14 # sel - 16 # sel - 17 # sel - 18 # sel # DPDK Performance dpdk-performance-changes-3n-hsw: csit-dpdk-perf-1804-all: - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 csit-dpdk-perf-verify-1807-3n-hsw: - 11 - 12 # full - 14 - 15 - 16 - 17 - 20 - 21 - 22 - 23 csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel dpdk-performance-changes-3n-skx: 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 csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel dpdk-compare-testbeds: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel dpdk-compare-topologies: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel csit-dpdk-perf-verify-1810-2n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel dpdk-perf-results-3n-hsw: csit-dpdk-perf-verify-1810-3n-hsw: - 1 dpdk-perf-results-3n-skx: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel dpdk-perf-results-2n-skx: csit-dpdk-perf-verify-1810-2n-skx: - 3 plot-dpdk-throughput-latency-3n-hsw: csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel plot-dpdk-throughput-latency-3n-skx: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel plot-dpdk-throughput-latency-2n-skx: csit-dpdk-perf-verify-1810-2n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel # HoneyComb Functional hc-func-results: csit-hc2vpp-verify-func-1810-ubuntu1604: - 3 # NSH SFC Functional nsh-func-results: csit-nsh_sfc-verify-func-1810-ubuntu1604-virl: - 1 # DMM Functional dmm-func-results: csit-dmm-functional-1810-ubuntu1604-virl: - 1 plot-layouts: plot-cps: titlefont: size: 18 xaxis: title: "<b>Test Cases [Index]</b>" titlefont: size: 16 autorange: True fixedrange: False gridcolor: "rgb(230, 230, 230)" linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" tickmode: "linear" tickfont: size: 16 zeroline: False yaxis: title: "<b>Connections Per Second [cps]</b>" titlefont: size: 16 gridcolor: "rgb(230, 230, 230)" hoverformat: ".4s" linecolor: "rgb(220, 220, 220)" linewidth: 1 rangemode: "tozero" showgrid: True showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" tickformat: ".3s" tickfont: size: 16 zeroline: False boxmode: "group" boxgroupgap: 0.5 autosize: False margin: t: 50 b: 20 l: 80 r: 20 showlegend: True legend: orientation: "h" font: size: 16 width: 700 height: 800 plot-rps: titlefont: size: 18 xaxis: title: "<b>Test Cases [Index]</b>" titlefont: size: 16 autorange: True fixedrange: False gridcolor: "rgb(230, 230, 230)" linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" tickmode: "linear" tickfont: size: 16 zeroline: False yaxis: title: "<b>Requests Per Second [rps]</b>" titlefont: size: 16 gridcolor: "rgb(230, 230, 230)" hoverformat: ".4s" linecolor: "rgb(220, 220, 220)" linewidth: 1 rangemode: "tozero" showgrid: True showline: True showticklabels: True tickcolor: "rgb(230, 230, 230)" tickformat: ".3s" tickfont: size: 16 zeroline: False boxmode: "group" boxgroupgap: 0.5 autosize: False margin: t: 50 b: 20 l: 80 r: 20 showlegend: True legend: orientation: "h" font: size: 16 width: 700 height: 800 plot-throughput: titlefont: size: 18 xaxis: title: "<b>Test Cases [Index]</b>" titlefont: size: 16 autorange: True fixedrange: False gridcolor: "rgb(230, 230, 230)" linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" tickmode: "linear" tickfont: size: 16 zeroline: False yaxis: title: "<b>Packet Throughput [Mpps]</b>" titlefont: size: 16 gridcolor: "rgb(230, 230, 230)" hoverformat: ".4s" tickformat: ".3s" linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" tickfont: size: 16 zeroline: False range: [0,50] boxmode: "group" boxgroupgap: 0.5 autosize: False margin: t: 50 b: 20 l: 80 r: 20 showlegend: True legend: orientation: "h" font: size: 16 width: 700 height: 900 plot-throughput-speedup-analysis: titlefont: size: 18 xaxis: title: "<b>Number of Cores [Qty]</b>" titlefont: size: 16 autorange: True fixedrange: False gridcolor: "rgb(230, 230, 230)" linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True tickcolor: "rgb(238, 238, 238)" tickmode: "linear" tickfont: size: 16 zeroline: False yaxis: title: "<b>Packet Throughput [Mpps]</b>" titlefont: size: 16 type: "linear" gridcolor: "rgb(230, 230, 230)" hoverformat: ".4s" linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" tickformat: ".4s" tickfont: size: 16 zeroline: True rangemode: "tozero" # range: [0,100] legend: orientation: "h" font: size: 16 xanchor: "left" yanchor: "top" x: 0 y: -0.2 bgcolor: "rgba(255, 255, 255, 0)" bordercolor: "rgba(255, 255, 255, 0)" traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913 autosize: False margin: 't': 50 'b': 150 'l': 85 'r': 10 showlegend: True width: 700 height: 700 hoverlabel: namelength: -1 annotations: [ { text: "_ _ __ ...", align: "left", showarrow: False, xref: "paper", yref: "paper", xanchor: "left", yanchor: "top", x: 0, y: -0.13, font: { family: "Consolas, Courier New", size: 15 }, }, { text: " Perfect Measured Limit", align: "left", showarrow: False, xref: "paper", yref: "paper", xanchor: "left", yanchor: "top", x: 0, y: -0.15, font: { family: "Consolas, Courier New", size: 15 }, }, ] plot-latency: titlefont: size: 18 xaxis: title: "<b>Direction</b>" titlefont: size: 16 autorange: True fixedrange: False gridcolor: "rgb(230, 230, 230)" linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: False tickcolor: "rgb(220, 220, 220)" tickmode: "linear" tickfont: size: 16 zeroline: False yaxis: title: "<b>Packet Latency [uSec]</b>" titlefont: size: 16 type: "linear" gridcolor: "rgb(230, 230, 230)" hoverformat: ".4s" linecolor: "rgb(220, 220, 220)" linewidth: 1 showgrid: True showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" tickformat: ".4s" tickfont: size: 16 zeroline: True rangemode: "tozero" legend: orientation: "h" font: size: 16 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913 autosize: False margin: 't': 50 'b': 150 'l': 80 'r': 10 showlegend: True width: 700 height: 700 hoverlabel: namelength: -1 - type: "static" src-path: "{DIR[RST]}" dst-path: "{DIR[WORKING,SRC]}" - type: "input" general: file-name: "robot-plugin.zip" file-format: ".zip" download-path: "{job}/{build}/robot/report/*zip*/{filename}" extract: "robot-plugin/output.xml" builds: intel-dnv-vpp-release-1810: - 1 csit-vpp-perf-1804-all: - 21 # sel - 22 # sel - 23 # sel - 24 # sel - 27 # sel - 28 # sel - 29 # sel - 30 # sel - 31 # sel - 35 # sel 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 - 24 # WRK - 25 # WRK - 23 # WRK - 26 # WRK - 27 # WRK - 28 # WRK - 29 # WRK - 30 # WRK - 32 # WRK - 35 # WRK csit-vpp-perf-verify-1810-3n-hsw: - 9 # MRR sel - 20 # NDRPDR full - 21 # NDRPDR full - 22 # NDRPDR full - 27 # NDRPDR full - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel - 28 # WRK - 29 # WRK - 30 # WRK - 31 # WRK - 32 # WRK - 33 # WRK - 34 # WRK - 35 # WRK - 36 # WRK - 37 # WRK 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 - 44 # NDRPDR sel - 49 # NDRPDR sel - 50 # NDRPDR sel - 56 # NDRPDR sel csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel - 11 # MRR sel - 12 # MRR sel - 13 # MRR sel - 23 # NDRPDR full - 24 # NDRPDR full - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR 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 - 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 csit-vpp-perf-verify-1810-2n-skx: - 8 # MRR sel - 10 # MRR sel - 11 # MRR sel - 12 # MRR sel - 25 # NDRPDR full - 26 # NDRPDR full - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel csit-vpp-perf-check-1804: - 5 # mrr - full - 6 # mrr - sel - 13 # mrr - sel - 14 # mrr - sel - 15 # mrr - sel - 16 # mrr - sel - 17 # mrr - sel - 19 # mrr - sel - 20 # mrr - sel - 21 # mrr - sel - 22 # mrr - sel csit-ligato-perf-verify-1810-3n-hsw: - 5 # full - 6 # sel - 8 # sel - 9 # sel - 11 # sel - 12 # sel - 13 # sel - 14 # sel - 16 # sel - 17 # sel - 18 # sel csit-dpdk-perf-1804-all: - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 csit-dpdk-perf-verify-1807-3n-hsw: - 11 - 12 # full - 14 - 15 - 16 - 17 - 20 - 21 - 22 - 23 csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # 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 csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel csit-dpdk-perf-verify-1810-2n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel csit-vpp-functional-1810-ubuntu1604-virl: - 44 csit-vpp-functional-1810-centos7-virl: - 44 csit-vpp-device-1810-ubuntu1804-1n-skx: - 2 csit-nsh_sfc-verify-func-1810-ubuntu1604-virl: - 1 csit-dmm-functional-1810-ubuntu1604-virl: - 1 csit-hc2vpp-verify-func-1810-ubuntu1604: - 3 - type: "output" output: "report" format: html: - full pdf: - minimal ################################################################################ ### T A B L E S ### ################################################################################ ################################################################################ # VPP # VPP Performance Changes 3n-hsw 1t1c pdr - 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: "rls1804" data: csit-vpp-perf-1804-all: - 21 # sel - 22 # sel - 23 # sel - 24 # sel - 27 # sel - 28 # sel - 29 # sel - 30 # sel - 31 # sel - 35 # sel reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel data: "vpp-performance-changes-3n-hsw" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 3n-hsw 2t2c pdr - 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: "rls1804" data: csit-vpp-perf-1804-all: - 21 # sel - 22 # sel - 23 # sel - 24 # sel - 27 # sel - 28 # sel - 29 # sel - 30 # sel - 31 # sel - 35 # sel reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel data: "vpp-performance-changes-3n-hsw" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 3n-hsw 1t1c ndr - 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: "rls1804" data: csit-vpp-perf-1804-all: - 21 # sel - 22 # sel - 23 # sel - 24 # sel - 27 # sel - 28 # sel - 29 # sel - 30 # sel - 31 # sel - 35 # sel reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel data: "vpp-performance-changes-3n-hsw" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 3n-hsw 2t2c ndr - 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: "rls1804" data: csit-vpp-perf-1804-all: - 21 # sel - 22 # sel - 23 # sel - 24 # sel - 27 # sel - 28 # sel - 29 # sel - 30 # sel - 31 # sel - 35 # sel reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel data: "vpp-performance-changes-3n-hsw" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 3n-skx 2t1c pdr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel data: "vpp-performance-changes-3n-skx" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 3n-skx 4t2c pdr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel data: "vpp-performance-changes-3n-skx" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 3n-skx 2t1c ndr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel data: "vpp-performance-changes-3n-skx" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 3n-skx 4t2c ndr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel data: "vpp-performance-changes-3n-skx" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 2n-skx 2t1c pdr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel data: "vpp-performance-changes-2n-skx" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 2n-skx 4t2c pdr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel data: "vpp-performance-changes-2n-skx" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 2n-skx 2t1c ndr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel data: "vpp-performance-changes-2n-skx" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 2n-skx 4t2c ndr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel data: "vpp-performance-changes-2n-skx" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr - type: "table" title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr" algorithm: "table_performance_comparison" output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr" reference: title: "3-Node Hsw" data: csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel compare: title: "3-Node Skx" data: csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel data: "vpp-compare-testbeds" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'NIC_Intel-X710' and 'NDRPDR'" parameters: - "name" - "parent" - "throughput" # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr - type: "table" title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr" algorithm: "table_performance_comparison" output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr" reference: title: "3-Node Hsw" data: csit-vpp-perf-verify-1810-3n-hsw: - 8 # NDRPDR sel - 12 # NDRPDR sel - 14 # NDRPDR sel - 18 # NDRPDR sel - 23 # NDRPDR sel - 25 # NDRPDR sel - 38 # NDRPDR sel - 39 # NDRPDR sel - 41 # NDRPDR sel - 42 # NDRPDR sel compare: title: "3-Node Skx" data: csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel data: "vpp-compare-testbeds" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'NIC_Intel-X710' and 'NDRPDR'" parameters: - "name" - "parent" - "throughput" # VPP Comparison Across Topologies 3n-skx to 2n-skx ndr - type: "table" title: "VPP Comparison Across Topologies 3n-skx to 2n-skx ndr" algorithm: "table_performance_comparison" output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-ndr" reference: title: "3-Node Skx" data: csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel compare: title: "2-Node Skx" data: csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel data: "vpp-compare-topologies" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'NDRPDR'" parameters: - "name" - "parent" - "throughput" # VPP Comparison Across Topologies 3n-skx to 2n-skx pdr - type: "table" title: "VPP Comparison Across Topologies 3n-skx to 2n-skx pdr" algorithm: "table_performance_comparison" output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-pdr" reference: title: "3-Node Skx" data: csit-vpp-perf-verify-1810-3n-skx: - 10 # NDRPDR sel - 14 # NDRPDR sel - 15 # NDRPDR sel - 16 # NDRPDR sel - 17 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 25 # NDRPDR sel compare: title: "2-Node Skx" data: csit-vpp-perf-verify-1810-2n-skx: - 9 # NDRPDR sel - 13 # NDRPDR sel - 14 # NDRPDR sel - 19 # NDRPDR sel - 20 # NDRPDR sel - 21 # NDRPDR sel - 22 # NDRPDR sel - 23 # NDRPDR sel - 24 # NDRPDR sel - 27 # NDRPDR sel data: "vpp-compare-topologies" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'NDRPDR'" parameters: - "name" - "parent" - "throughput" # VPP Performance Changes 3n-hsw 1t1c MRR - 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: "rls1804" data: csit-vpp-perf-check-1804: - 6 # mrr - sel - 13 # mrr - sel - 14 # mrr - sel - 15 # mrr - sel - 16 # mrr - sel - 17 # mrr - sel - 19 # mrr - sel - 20 # mrr - sel - 21 # mrr - sel - 22 # mrr - sel reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-hsw: - 9 # MRR sel data: "vpp-performance-changes-3n-hsw-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "result" # VPP Performance Changes 3n-hsw 2t2c MRR - 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: "rls1804" data: csit-vpp-perf-check-1804: - 6 # mrr - sel - 13 # mrr - sel - 14 # mrr - sel - 15 # mrr - sel - 16 # mrr - sel - 17 # mrr - sel - 19 # mrr - sel - 20 # mrr - sel - 21 # mrr - sel - 22 # mrr - sel reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-hsw: - 9 # MRR sel data: "vpp-performance-changes-3n-hsw-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "result" # VPP Performance Changes 3n-hsw 4t4c MRR - 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: "rls1804" data: csit-vpp-perf-check-1804: - 6 # mrr - sel - 13 # mrr - sel - 14 # mrr - sel - 15 # mrr - sel - 16 # mrr - sel - 17 # mrr - sel - 19 # mrr - sel - 20 # mrr - sel - 21 # mrr - sel - 22 # mrr - sel reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-hsw: - 9 # MRR sel data: "vpp-performance-changes-3n-hsw-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "result" # VPP Performance Changes 3n-skx 2t1c MRR - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel - 11 # MRR sel - 12 # MRR sel - 13 # MRR sel data: "vpp-performance-changes-3n-skx-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "result" # VPP Performance Changes 3n-skx 4t2c MRR - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel - 11 # MRR sel - 12 # MRR sel - 13 # MRR sel data: "vpp-performance-changes-3n-skx-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "result" # VPP Performance Changes 3n-skx 8t4c MRR - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel - 11 # MRR sel - 12 # MRR sel - 13 # MRR sel data: "vpp-performance-changes-3n-skx-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "result" # VPP Performance Changes 2n-skx 2t1c MRR - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-2n-skx: - 8 # MRR sel - 10 # MRR sel - 11 # MRR sel - 12 # MRR sel data: "vpp-performance-changes-2n-skx-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "result" # VPP Performance Changes 2n-skx 4t2c MRR - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-2n-skx: - 8 # MRR sel - 10 # MRR sel - 11 # MRR sel - 12 # MRR sel data: "vpp-performance-changes-2n-skx-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "result" # VPP Performance Changes 2n-skx 8t4c MRR - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-vpp-perf-verify-1810-2n-skx: - 8 # MRR sel - 10 # MRR sel - 11 # MRR sel - 12 # MRR sel data: "vpp-performance-changes-2n-skx-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "result" # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr - type: "table" title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr" algorithm: "table_performance_comparison" output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr" reference: title: "3-Node Hsw" data: csit-vpp-perf-verify-1810-3n-hsw: - 9 # MRR sel compare: title: "3-Node Skx" data: csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel - 11 # MRR sel - 12 # MRR sel - 13 # MRR sel data: "vpp-compare-testbeds-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'NIC_Intel-X710' and 'MRR'" parameters: - "name" - "parent" - "result" # VPP Comparison Across Topologies 3n-skx to 2n-skx mrr - type: "table" title: "VPP Comparison Across Topologies 3n-skx to 2n-skx mrr" algorithm: "table_performance_comparison" output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-mrr" reference: title: "3-Node Skx" data: csit-vpp-perf-verify-1810-3n-skx: - 9 # MRR sel - 11 # MRR sel - 12 # MRR sel - 13 # MRR sel compare: title: "2-Node Skx" data: csit-vpp-perf-verify-1810-2n-skx: - 8 # MRR sel - 10 # MRR sel - 11 # MRR sel - 12 # MRR sel data: "vpp-compare-topologies-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" filter: "'MRR'" parameters: - "name" - "parent" - "result" # Detailed Test Results - VPP Performance Results 3n-hsw - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "vpp-perf-results-3n-hsw" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "parent" - "msg" # Detailed Test Results - VPP Performance Results 3n-skx - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "vpp-perf-results-3n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "parent" - "msg" # Detailed Test Results - VPP Performance Results 2n-skx - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "vpp-perf-results-2n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "parent" - "msg" # Detailed Test Results - VPP Performance Results 2n-dnv - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "intel-dnv-vpp" filter: "'NDRPDR'" parameters: - "name" - "parent" - "msg" # Test configuration - VPP Performance Test Configs 3n-hsw - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "vpp-perf-results-3n-hsw" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "parent" - "name" - "vat-history" # Test configuration - VPP Performance Test Configs 3n-skx - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "vpp-perf-results-3n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "parent" - "name" - "vat-history" # Test configuration - VPP Performance Test Configs 2n-skx - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "vpp-perf-results-2n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "parent" - "name" - "vat-history" # Test configuration - VPP Performance Test Configs 2n-dnv - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "intel-dnv-vpp" filter: "'NDRPDR'" parameters: - "parent" - "name" - "vat-history" # Test Operational Data - VPP Performance Operational Data 3n-hsw - 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" data: "data name" - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate" data: "data show-run" rows: "generated" data: "vpp-perf-results-3n-hsw" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "parent" - "name" - "show-run" # Test Operational Data - VPP Performance Operational Data 3n-skx - 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" data: "data name" - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate" data: "data show-run" rows: "generated" data: "vpp-perf-results-3n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "parent" - "name" - "show-run" # Test Operational Data - VPP Performance Operational Data 2n-skx - 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" data: "data name" - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate" data: "data show-run" rows: "generated" data: "vpp-perf-results-2n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "parent" - "name" - "show-run" # Test Operational Data - VPP Performance Operational Data 2n-dnv - 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" data: "data name" - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate" data: "data show-run" rows: "generated" data: "intel-dnv-vpp" filter: "'NDRPDR'" parameters: - "parent" - "name" - "show-run" # Detailed Test Results - VPP MRR Results 3n-hsw - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "vpp-mrr-results-3n-hsw" filter: "'MRR'" parameters: - "name" - "parent" - "msg" # Detailed Test Results - VPP MRR Results 3n-skx - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "vpp-mrr-results-3n-skx" filter: "'MRR'" parameters: - "name" - "parent" - "msg" # Detailed Test Results - VPP MRR Results 2n-skx - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "vpp-mrr-results-2n-skx" filter: "'MRR'" parameters: - "name" - "parent" - "msg" # Detailed Test Results - VPP MRR Results 2n-dnv - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "intel-dnv-vpp" filter: "'MRR'" parameters: - "name" - "parent" - "msg" # Test configuration - VPP MRR Test Configs 3n-hsw - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "vpp-mrr-results-3n-hsw" filter: "'MRR'" parameters: - "parent" - "name" - "vat-history" # Test configuration - VPP MRR Test Configs 3n-skx - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "vpp-mrr-results-3n-skx" filter: "'MRR'" parameters: - "parent" - "name" - "vat-history" # Test configuration - VPP MRR Test Configs 2n-skx - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "vpp-mrr-results-2n-skx" filter: "'MRR'" parameters: - "parent" - "name" - "vat-history" # Test configuration - VPP MRR Test Configs 2n-dnv - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "intel-dnv-vpp" filter: "'MRR'" parameters: - "parent" - "name" - "vat-history" # Detailed Test Results - VPP Functional Results - Ubuntu - 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" data: "data name" - title: "Documentation" data: "data doc" - title: "Status" data: "data status" rows: "generated" data: "vpp-func-results-ubuntu" filter: "all" parameters: - "name" - "parent" - "doc" - "status" # Detailed Test Results - VPP Functional Results - CentOS - 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" data: "data name" - title: "Documentation" data: "data doc" - title: "Status" data: "data status" rows: "generated" data: "vpp-func-results-centos" filter: "all" parameters: - "name" - "parent" - "doc" - "status" # Test configuration - VPP Functional Test Configs - Ubuntu - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "vpp-func-results-ubuntu" filter: "all" parameters: - "parent" - "name" - "vat-history" # Test configuration - VPP Functional Test Configs - CentOS - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "vpp-func-results-centos" filter: "all" parameters: - "parent" - "name" - "vat-history" # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "ligato-perf-results-3n-hsw" filter: "all" parameters: - "name" - "parent" - "msg" # Detailed Test Results - VPP Device Results - Ubuntu - 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" data: "data name" - title: "Documentation" data: "data doc" - title: "Status" data: "data status" rows: "generated" data: "vpp-device-results-ubuntu" filter: "all" parameters: - "name" - "parent" - "doc" - "status" # Test configuration - VPP Device Test Configs - Ubuntu - 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" data: "data name" - title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case" data: "data vat-history" rows: "generated" data: "vpp-device-results-ubuntu" filter: "all" parameters: - "parent" - "name" - "vat-history" ################################################################################ # DPDK Performance Changes 3n-hsw 1t1c pdr - 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: "rls1804" data: csit-dpdk-perf-1804-all: - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 reference: title: "rls1807" data: csit-dpdk-perf-verify-1807-3n-hsw: - 11 - 12 # full - 14 - 15 - 16 - 17 - 20 - 21 - 22 - 23 compare: title: "rls1810" data: csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel data: "dpdk-performance-changes-3n-hsw" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Performance Changes 3n-hsw 2t2c pdr - 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: "rls1804" data: csit-dpdk-perf-1804-all: - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 reference: title: "rls1807" data: csit-dpdk-perf-verify-1807-3n-hsw: - 11 - 12 # full - 14 - 15 - 16 - 17 - 20 - 21 - 22 - 23 compare: title: "rls1810" data: csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel data: "dpdk-performance-changes-3n-hsw" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Performance Changes 3n-hsw 1t1c ndr - 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: "rls1804" data: csit-dpdk-perf-1804-all: - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 reference: title: "rls1807" data: csit-dpdk-perf-verify-1807-3n-hsw: - 11 - 12 # full - 14 - 15 - 16 - 17 - 20 - 21 - 22 - 23 compare: title: "rls1810" data: csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel data: "dpdk-performance-changes-3n-hsw" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Performance Changes 3n-hsw 2t2c ndr - 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: "rls1804" data: csit-dpdk-perf-1804-all: - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 reference: title: "rls1807" data: csit-dpdk-perf-verify-1807-3n-hsw: - 11 - 12 # full - 14 - 15 - 16 - 17 - 20 - 21 - 22 - 23 compare: title: "rls1810" data: csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel data: "dpdk-performance-changes-3n-hsw" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Performance Changes 3n-skx 2t1c pdr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel data: "dpdk-performance-changes-3n-skx" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Performance Changes 3n-skx 4t2c pdr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel data: "dpdk-performance-changes-3n-skx" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Performance Changes 3n-skx 2t1c ndr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel data: "dpdk-performance-changes-3n-skx" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Performance Changes 3n-skx 4t2c ndr - 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" reference: title: "rls1807" data: 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 compare: title: "rls1810" data: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel data: "dpdk-performance-changes-3n-skx" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr - 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" reference: title: "3-Node Hsw" data: csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel compare: title: "3-Node Skx" data: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel data: "dpdk-compare-testbeds" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr - 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" reference: title: "3-Node Skx" data: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel compare: title: "2-Node Skx" data: csit-dpdk-perf-verify-1810-2n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel data: "dpdk-compare-topologies" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr - 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" reference: title: "3-Node Skx" data: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel compare: title: "2-Node Skx" data: csit-dpdk-perf-verify-1810-2n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel data: "dpdk-compare-topologies" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr - 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" reference: title: "3-Node Hsw" data: csit-dpdk-perf-verify-1810-3n-hsw: - 1 # NDRPDR sel - 2 # NDRPDR sel - 3 # NDRPDR sel - 4 # NDRPDR sel - 5 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel compare: title: "3-Node Skx" data: csit-dpdk-perf-verify-1810-3n-skx: - 3 # NDRPDR sel - 4 # NDRPDR sel - 6 # NDRPDR sel - 7 # NDRPDR sel - 8 # NDRPDR sel - 9 # NDRPDR sel - 10 # NDRPDR sel - 11 # NDRPDR sel - 12 # NDRPDR sel - 13 # NDRPDR sel data: "dpdk-compare-testbeds" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" parameters: - "name" - "parent" - "throughput" # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr # NOTE: Not used in 18.10 #- # type: "table" # title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr" # algorithm: "table_performance_comparison" # output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr" # reference: # title: "3-Node Hsw" # data: # csit-dpdk-perf-verify-1807-3n-hsw: # - 11 # - 12 # full # - 14 # - 15 # - 16 # - 17 # - 20 # - 21 # - 22 # - 23 # compare: # title: "3-Node Skx" # data: # csit-dpdk-perf-verify-1807-3n-skx: # - 1 # - 2 # - 3 # - 6 # - 7 # - 8 # - 9 # - 10 # - 11 # - 12 # data: "dpdk-compare-testbeds" # include-tests: "MRR" # "PDR" | "NDR" | "MRR" # filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'" # parameters: # - "name" # - "parent" # - "result" # Detailed Test Results - DPDK Performance Results 3n-hsw - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "dpdk-perf-results-3n-hsw" filter: "all" parameters: - "name" - "parent" - "msg" # Detailed Test Results - DPDK Performance Results 3n-skx - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "dpdk-perf-results-3n-skx" filter: "all" parameters: - "name" - "parent" - "msg" # Detailed Test Results - DPDK Performance Results 2n-skx - 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" data: "data name" - title: "Status" data: "data msg" rows: "generated" data: "dpdk-perf-results-2n-skx" filter: "all" parameters: - "name" - "parent" - "msg" ################################################################################ # HoneyComb - 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" data: "data name" - title: "Documentation" data: "data doc" - title: "Status" data: "data status" rows: "generated" data: "hc-func-results" filter: "all" parameters: - "name" - "parent" - "doc" - "status" ################################################################################ # 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" ################################################################################ # DMM - 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" data: "data name" - title: "Documentation" data: "data doc" - title: "Status" data: "data status" rows: "generated" data: "dmm-func-results" filter: "all" parameters: - "name" - "parent" - "doc" - "status" ################################################################################ ### F I L E S ### ################################################################################ # VPP Performance Results 3n-hsw - type: "file" title: "VPP Performance Results 3n-hsw" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw" 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,PERF,VPP,3N,HSW]}" data: "vpp-perf-results-3n-hsw" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Results 3n-skx - type: "file" title: "VPP Performance Results 3n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx" 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,PERF,VPP,3N,SKX]}" data: "vpp-perf-results-3n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Results 2n-skx - type: "file" title: "VPP Performance Results 2n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx" 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,PERF,VPP,2N,SKX]}" data: "vpp-perf-results-2n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Results 2n-dnv - type: "file" title: "VPP Performance Results 2n-dnv" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv" 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,PERF,VPP,2N,DNV]}" data: "intel-dnv-vpp" filter: "'NDRPDR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Configuration 3n-hsw - type: "file" title: "VPP Performance Configuration 3n-hsw" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw" 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[DTC,PERF,VPP,3N,HSW]}" data: "vpp-perf-results-3n-hsw" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Configuration 3n-skx - type: "file" title: "VPP Performance Configuration 3n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx" 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[DTC,PERF,VPP,3N,SKX]}" data: "vpp-perf-results-3n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Configuration 2n-skx - type: "file" title: "VPP Performance Configuration 2n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx" 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[DTC,PERF,VPP,2N,SKX]}" data: "vpp-perf-results-2n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Configuration 2n-dnv - type: "file" title: "VPP Performance Configuration 2n-dnv" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv" 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[DTC,PERF,VPP,2N,DNV]}" data: "intel-dnv-vpp" filter: "'NDRPDR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Operational Data 3n-hsw - type: "file" title: "VPP Performance Operational Data 3n-hsw" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw" 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[DTO,PERF,VPP,3N,HSW]}" data: "vpp-perf-results-3n-hsw" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Operational Data 3n-skx - type: "file" title: "VPP Performance Operational Data 3n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx" 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[DTO,PERF,VPP,3N,SKX]}" data: "vpp-perf-results-3n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Operational Data 2n-skx - type: "file" title: "VPP Performance Operational Data 2n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx" 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[DTO,PERF,VPP,2N,SKX]}" data: "vpp-perf-results-2n-skx" filter: "not 'NDRCHK' and not 'PDRCHK'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Performance Operational Data 2n-dnv - type: "file" title: "VPP Performance Operational Data 2n-dnv" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv" 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[DTO,PERF,VPP,2N,DNV]}" data: "intel-dnv-vpp" filter: "'NDRPDR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP MRR Results 3n-hsw - type: "file" title: "VPP MRR Results 3n-hsw" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw" 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,MRR,VPP,3N,HSW]}" data: "vpp-mrr-results-3n-hsw" filter: "'MRR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP MRR Results 3n-skx - type: "file" title: "VPP MRR Results 3n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx" 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,MRR,VPP,3N,SKX]}" data: "vpp-mrr-results-3n-skx" filter: "'MRR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP MRR Results 2n-skx - type: "file" title: "VPP MRR Results 2n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx" 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,MRR,VPP,2N,SKX]}" data: "vpp-mrr-results-2n-skx" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP MRR Results 2n-dnv - type: "file" title: "VPP MRR Results 2n-dnv" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv" 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,MRR,VPP,2N,DNV]}" data: "intel-dnv-vpp" filter: "'MRR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP MRR Configuration 3n-hsw - type: "file" title: "VPP MRR Configuration 3n-hsw" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw" 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[DTC,MRR,VPP,3N,HSW]}" data: "vpp-mrr-results-3n-hsw" filter: "'MRR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP MRR Configuration 3n-skx - type: "file" title: "VPP MRR Configuration 3n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx" 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[DTC,MRR,VPP,3N,SKX]}" data: "vpp-mrr-results-3n-skx" filter: "'MRR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP MRR Configuration 2n-skx - type: "file" title: "VPP MRR Configuration 2n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx" 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[DTC,MRR,VPP,2N,SKX]}" data: "vpp-mrr-results-2n-skx" filter: "'MRR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP MRR Configuration 2n-dnv - type: "file" title: "VPP MRR Configuration 2n-dnv" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv" 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[DTC,MRR,VPP,2N,DNV]}" data: "intel-dnv-vpp" filter: "'MRR'" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Functional Results - Ubuntu - type: "file" title: "VPP Functional Results - Ubuntu" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu" 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,VPP,UBUNTU]}" data: "vpp-func-results-ubuntu" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Functional Results - CentOS - type: "file" title: "VPP Functional Results - CentOS" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos" 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,VPP,CENTOS]}" data: "vpp-func-results-centos" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Functional Configuration - Ubuntu - type: "file" title: "VPP Functional Configuration - Ubuntu" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu" 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[DTC,FUNC,VPP,UBUNTU]}" data: "vpp-func-results-ubuntu" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Functional Configuration - CentOS - type: "file" title: "VPP Functional Configuration - CentOS" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos" 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[DTC,FUNC,VPP,CENTOS]}" data: "vpp-func-results-centos" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # VPP Device Results - Ubuntu - type: "file" title: "VPP Device Results - Ubuntu" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu" 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,VPP,DEVICE,UBUNTU]}" data: "vpp-device-results-ubuntu" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 2 # VPP Device Configuration - Ubuntu - type: "file" title: "VPP Device Configuration - Ubuntu" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu" 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[DTC,FUNC,VPP,DEVICE,UBUNTU]}" data: "vpp-device-results-ubuntu" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 2 # Container Orchestrated Performance Results 3n-hsw - type: "file" title: "Container Orchestrated Performance Results 3n-hsw" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw" 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,PERF,COT,3N,HSW]}" data: "ligato-perf-results-3n-hsw" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # DPDK Performance Results 3n-hsw - type: "file" title: "DPDK Performance Results 3n-hsw" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw" 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,PERF,DPDK,3N,HSW]}" data: "dpdk-perf-results-3n-hsw" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # DPDK Performance Results 3n-skx - type: "file" title: "DPDK Performance Results 3n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx" 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,PERF,DPDK,3N,SKX]}" data: "dpdk-perf-results-3n-skx" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # DPDK Performance Results 2n-skx - type: "file" title: "DPDK Performance Results 2n-skx" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx" 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,PERF,DPDK,2N,SKX]}" data: "dpdk-perf-results-2n-skx" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 # Honeycomb Functional Results - type: "file" title: "Honeycomb Functional Results" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_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,HC]}" data: "hc-func-results" filter: "all" parameters: - "name" - "doc" - "level" - "parent" 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 # DMM Functional Results - type: "file" title: "DMM Functional Results" algorithm: "file_test_results" output-file-ext: ".rst" output-file: "{DIR[DTR,FUNC,DMM]}/dmm_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,DMM]}" data: "dmm-func-results" filter: "all" parameters: - "name" - "doc" - "level" - "parent" data-start-level: 3 ################################################################################ ### P L O T S ### ################################################################################ ################################################################################ # Plots VPP HTTP Server Performance - type: "plot" title: "VPP HTTP Server Performance" algorithm: "plot_http_server_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps" data: "plot-vpp-http-server-performance" # Keep this formatting, the filter is enclosed with " (quotation mark) and # each tag is enclosed with ' (apostrophe). filter: "'HTTP' and 'TCP_CPS'" parameters: - "result" - "name" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "VPP HTTP Server Performance" layout: "plot-cps" - type: "plot" title: "VPP HTTP Server Performance" algorithm: "plot_http_server_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps" data: "plot-vpp-http-server-performance" filter: "'HTTP' and 'TCP_RPS'" parameters: - "result" - "name" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "VPP HTTP Server Performance" layout: "plot-rps" ################################################################################ # Packet Throughput - VPP L2 3n-hsw-x520 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 3n-hsw-x520 features - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr" 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 3n-hsw-x710 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 3n-hsw-x710 features - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr" 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 3n-skx-x710 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 3n-skx-x710 features - type: "plot" title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr" 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale - type: "plot" title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 2n-skx-x710 base and scale - type: "plot" title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale - type: "plot" title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" 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" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP L2 2n-dnv-x553 base - type: "plot" title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and 'BASE' and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" - "L2BDMACLRN" - "L2PATCH" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" - "L2BDMACLRN" - "L2PATCH" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" - "L2BDMACLRN" - "L2PATCH" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" - "L2BDMACLRN" - "L2PATCH" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP Container Memif 3n-hsw-x520 - type: "plot" title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Memif 3n-hsw-x710 - type: "plot" title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Memif 3n-hsw-xl710 - type: "plot" title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Memif 3n-skx-x710 - type: "plot" title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Memif 2n-skx-x710 - type: "plot" title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Memif 2n-skx-xxv710 - type: "plot" title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd - type: "plot" title: "VPP Throughput: 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr" layout: "plot-throughput" # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd - type: "plot" title: "VPP Throughput: 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-x520 features - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44 - type: "plot" title: "VPP Throughput: ip4-3n-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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-x710 features - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44 - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl - type: "plot" title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale - type: "plot" title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-skx-x710 features - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-2t1c-features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-skx-x710-64b-4t2c-features-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44 - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl - type: "plot" title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale - 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" filter: "'NIC_Intel-XXV710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale - type: "plot" title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and 'IP4BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and 'IP4BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and 'IP4BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and 'IP4BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale - type: "plot" title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T1C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T1C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '4T2C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '4T2C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T1C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '4T2C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T1C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '4T2C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP IPv6 3n-hsw-x520 - type: "plot" title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv6 3n-hsw-x520 - features - type: "plot" title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv6 3n-hsw-x710 - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv6 3n-hsw-x710 - features - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv6 3n-hsw-xl710 - type: "plot" title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv6 3n-skx-x710 - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv6 3n-skx-x710 - features - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr" layout: "plot-throughput" - 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-hsw" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv6 2n-skx-x710 - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv6 2n-skx-xxv710 - 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" filter: "'NIC_Intel-XXV710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPv6 2n-dnv-x553 base - type: "plot" title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '78B' and 'IP6BASE' and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '78B' and 'IP6BASE' and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '78B' and 'IP6BASE' and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '78B' and 'IP6BASE' and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520 - type: "plot" title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'ENCAP' and 'NDRPDR' and '1T1C' and 'LISP' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4UNRLAY" - "IP6UNRLAY" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'ENCAP' and 'NDRPDR' and '1T1C' and 'LISP' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4UNRLAY" - "IP6UNRLAY" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'ENCAP' and 'NDRPDR' and '2T2C' and 'LISP' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4UNRLAY" - "IP6UNRLAY" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'ENCAP' and 'NDRPDR' and '2T2C' and 'LISP' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4UNRLAY" - "IP6UNRLAY" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP IPSec 3n-hsw-xl710 base - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'BASE' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'BASE' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'BASE' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'BASE' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'SCALE' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'SCALE' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'SCALE' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'SCALE' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and '1T1C' and 'IPSECSW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and '1T1C' and 'IPSECSW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and '2T2C' and 'IPSECSW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and '2T2C' and 'IPSECSW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP SRv6 3n-hsw-x520 - 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" filter: "'NIC_Intel-X520-DA2' and '78B' and 'FEATURE' and 'NDRPDR' and '1T1C' and 'IP6FWD' and 'SRv6'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '78B' and 'FEATURE' and 'NDRPDR' and '1T1C' and 'IP6FWD' and 'SRv6'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '78B' and 'FEATURE' and 'NDRPDR' and '2T2C' and 'IP6FWD' and 'SRv6'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '78B' and 'FEATURE' and 'NDRPDR' and '2T2C' and 'IP6FWD' and 'SRv6'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP vhost ip4 3n-hsw-x520 - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '1T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '1T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm - type: "plot" title: "VPP 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost ip4 3n-hsw-x710 - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '1T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '1T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost ip4 3n-hsw-xl710 - type: "plot" title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '1T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '1T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost ip4 3n-skx-x710 - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '4T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '4T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost ip4 2n-skx-x710 - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '4T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '4T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost ip4 2n-skx-xxv710 - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '4T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '4T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - VPP VTS 3n-hsw-x520 - 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" filter: "'NIC_Intel-X520-DA2' and '114B' and 'NDRPDR' and '1T1C' and 'VTS'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vts-3n-hsw-x520-114b-1t1c-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '114B' and 'NDRPDR' and '2T2C' and 'VTS'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vts-3n-hsw-x520-114b-2t2c-ndr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '114B' and 'NDRPDR' and '1T1C' and 'VTS'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vts-3n-hsw-x520-114b-1t1c-pdr" layout: "plot-throughput" - 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" filter: "'NIC_Intel-X520-DA2' and '114B' and 'NDRPDR' and '2T2C' and 'VTS'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "vts-3n-hsw-x520-114b-2t2c-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - DPDK l3fwd 3n-hsw-x520 - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK l3fwd 3n-hsw-x710 - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK l3fwd 3n-hsw-xl710 - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK l3fwd 3n-skx-x710 - type: "plot" title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK l3fwd 3n-skx-xxv710 - type: "plot" title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK l3fwd 2n-skx-x710 - type: "plot" title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK l3fwd 2n-skx-xxv710 - type: "plot" title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr" layout: "plot-throughput" ################################################################################ # Packet Throughput - DPDK testpmd 3n-hsw-x520 - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK testpmd 3n-hsw-x710 - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK testpmd 3n-hsw-xl710 - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK testpmd 3n-skx-x710 - type: "plot" title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK testpmd 3n-skx-xxv710 - type: "plot" title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK testpmd 2n-skx-x710 - type: "plot" title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr" layout: "plot-throughput" # Packet Throughput - DPDK testpmd 2n-skx-xxv710 - type: "plot" title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr" layout: "plot-throughput" - type: "plot" title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr" algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "throughput" - "parent" - "tags" traces: hoverinfo: "x+y" boxpoints: "outliers" whiskerwidth: 0 layout: title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr" layout: "plot-throughput" ################################################################################ # Packet Latency - VPP L2 3n-hsw-x520 base and scale - type: "plot" title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP L2 3n-hsw-x520 features - type: "plot" title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr" layout: "plot-latency" # Packet Latency - VPP L2 3n-hsw-x710 base and scale - type: "plot" title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP L2 3n-hsw-x710 features - type: "plot" title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr" layout: "plot-latency" # Packet Latency - VPP L2 3n-hsw-xl710 base and scale - type: "plot" title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP L2 3n-skx-x710 base and scale - type: "plot" title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP L2 3n-skx-x710 features - type: "plot" title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr" layout: "plot-latency" # Packet Latency - VPP L2 3n-skx-xxv710 base and scale - type: "plot" title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP L2 2n-skx-x710 base and scale - type: "plot" title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'ETH' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP L2 2n-skx-xxv710 base and scale - type: "plot" title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP Container Memif 3n-hsw-x520 - type: "plot" title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP Container Memif 3n-hsw-x710 - type: "plot" title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP Container Memif 3n-hsw-xl710 - type: "plot" title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP Container Memif 3n-skx-x710 - type: "plot" title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP Container Memif 2n-skx-x710 - type: "plot" title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP Container Memif 2n-skx-xxv710 - type: "plot" title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc - type: "plot" title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat" data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat" data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr" layout: "plot-latency" # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd - type: "plot" title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat" data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat" data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr" layout: "plot-latency" # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc - type: "plot" title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat" data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat" data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr" layout: "plot-latency" # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd - type: "plot" title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat" data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat" data: "plot-ligato-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "latency" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-x520 features - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44 - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-x710 features - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44 - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '1T1C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T2C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale - type: "plot" title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-skx-x710 base and scale - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-skx-x710 features oacl - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-skx-x710-64b-2t1c-features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-skx-x710-64b-4t2c-features-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-skx-x710 features nat44 - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-skx-x710 features iacl - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 3n-skx-x710 features oacl - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '2T1C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and '4T2C' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 2n-skx-x710 base and scale - type: "plot" title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale - type: "plot" title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - type: "plot" title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features - type: "plot" title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr" layout: "plot-latency" # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - type: "plot" title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features - type: "plot" title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '1T1C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T2C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr" layout: "plot-latency" # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - type: "plot" title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T1C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '4T2C' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features - type: "plot" title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '2T1C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and '4T2C' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "latency" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP IPv6 3n-hsw-x520 - type: "plot" title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv6 3n-hsw-x710 - type: "plot" title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv6 3n-hsw-xl710 - type: "plot" title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '1T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv6 3n-skx-x710 - type: "plot" title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv6 2n-skx-x710 - type: "plot" title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPv6 2n-skx-xxv710 - type: "plot" title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '2T1C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and '4T2C' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520 - type: "plot" title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'ENCAP' and 'NDRPDR' and '1T1C' and 'LISP' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4UNRLAY" - "IP6UNRLAY" layout: title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'ENCAP' and 'NDRPDR' and '2T2C' and 'LISP' and not 'VHOST'" parameters: - "latency" - "parent" - "tags" sort: - "IP4UNRLAY" - "IP6UNRLAY" layout: title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP IPSec 3n-hsw-xl710 base - type: "plot" title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'BASE' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "latency" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'BASE' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "latency" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - VPP IPSec 3n-hsw-xl710 scale - type: "plot" title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'SCALE' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "latency" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'SCALE' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "latency" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr" layout: "plot-latency" # Packet Latency - VPP IPSec 3n-hsw-xl710 sw - type: "plot" title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and '1T1C' and 'IPSECSW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "latency" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and '2T2C' and 'IPSECSW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "latency" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP SRv6 3n-hsw-x520 - type: "plot" title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'FEATURE' and 'NDRPDR' and '1T1C' and 'IP6FWD' and 'SRv6'" parameters: - "latency" - "parent" - "tags" layout: title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'FEATURE' and 'NDRPDR' and '2T2C' and 'IP6FWD' and 'SRv6'" parameters: - "latency" - "parent" - "tags" layout: title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP vhost ip4 3n-hsw-x520 - type: "plot" title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '1T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr" layout: "plot-latency" # Packet Latency - VPP vhost ip4 3n-hsw-x710 - type: "plot" title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '1T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr" layout: "plot-latency" # Packet Latency - VPP vhost ip4 3n-hsw-xl710 - type: "plot" title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '1T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '1T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr" layout: "plot-latency" # Packet Latency - VPP vhost ip4 3n-skx-x710 - type: "plot" title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '4T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-skx-x710 - type: "plot" title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base - type: "plot" title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM' and not 'LBOND'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM' and not 'LBOND'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm - type: "plot" title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr" layout: "plot-latency" # Packet Latency - VPP vhost ip4 2n-skx-x710 - type: "plot" title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '4T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 2n-skx-x710 - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr" layout: "plot-latency" # Packet Latency - VPP vhost ip4 2n-skx-xxv710 - type: "plot" title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '2T1C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and '4T2C' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "latency" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "latency" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-latency" # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '2T1C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat" data: "plot-vpp-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and '4T2C' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "latency" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - VPP VTS 3n-hsw-x520 - type: "plot" title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '114B' and 'NDRPDR' and '1T1C' and 'VTS'" parameters: - "latency" - "parent" - "tags" layout: title: "vts-3n-hsw-x520-114b-1t1c-ndr" layout: "plot-latency" - type: "plot" title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat" data: "plot-vpp-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '114B' and 'NDRPDR' and '2T2C' and 'VTS'" parameters: - "latency" - "parent" - "tags" layout: title: "vts-3n-hsw-x520-114b-2t2c-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - DPDK l3fwd 3n-hsw-x520 - type: "plot" title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK l3fwd 3n-hsw-x710 - type: "plot" title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK l3fwd 3n-hsw-xl710 - type: "plot" title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK l3fwd 3n-skx-x710 - type: "plot" title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK l3fwd 3n-skx-xxv710 - type: "plot" title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK l3fwd 2n-skx-x710 - type: "plot" title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK l3fwd 2n-skx-xxv710 - type: "plot" title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and 'IP4FWD'" parameters: - "latency" - "parent" - "tags" layout: title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-latency" ################################################################################ # Packet Latency - DPDK testpmd 3n-hsw-x520 - type: "plot" title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK testpmd 3n-hsw-x710 - type: "plot" title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK testpmd 3n-hsw-xl710 - type: "plot" title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'BASE' and 'NDRPDR' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK testpmd 3n-skx-x710 - type: "plot" title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK testpmd 3n-skx-xxv710 - type: "plot" title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK testpmd 2n-skx-x710 - type: "plot" title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr" layout: "plot-latency" # Packet Latency - DPDK testpmd 2n-skx-xxv710 - type: "plot" title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '2T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr" layout: "plot-latency" - type: "plot" title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" algorithm: "plot_latency_error_bars" output-file-type: ".html" output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat" data: "plot-dpdk-throughput-latency-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'BASE' and 'NDRPDR' and '4T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')" parameters: - "latency" - "parent" - "tags" layout: title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr" layout: "plot-latency" ################################################################################ # Speedup - VPP Container Memif 3n-hsw-x520 - type: "plot" title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-x520-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-x520-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP Container Memif 3n-hsw-x710 - type: "plot" title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP Container Memif 3n-hsw-xl710 - type: "plot" title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP Container Memif 3n-skx-x710 - type: "plot" title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-3n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP Container Memif 2n-skx-x710 - type: "plot" title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-2n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-2n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP Container Memif 2n-skx-xxv710 - type: "plot" title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCFWD" - "L2XCFWD" - "L2XCFWD" - "L2BDMACLRN" - "L2BDMACLRN" - "L2BDMACLRN" layout: title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc - type: "plot" title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa" data: "plot-ligato-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa" data: "plot-ligato-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd - type: "plot" title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa" data: "plot-ligato-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa" data: "plot-ligato-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc - type: "plot" title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa" data: "plot-ligato-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa" data: "plot-ligato-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'L2XCFWD' and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd - type: "plot" title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa" data: "plot-ligato-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa" data: "plot-ligato-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN') and not 'VHOST' and 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "1VNF" - "2VNF" - "4VNF" - "2VNF" - "4VNF" layout: title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Speedup - VPP IPv4 3n-hsw-x520 base and scale - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-x520 features - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-hsw-x520-64b-features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-hsw-x520-64b-features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-x520 features nat44 - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-hsw-x520-64b-features-nat44-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-hsw-x520-64b-features-nat44-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-x520 features iacl - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x520-64b-features-iacl-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x520-64b-features-iacl-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-x520 features oacl - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x520-64b-features-oacl-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x520-64b-features-oacl-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-x710 base and scale - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-x710 features - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-hsw-x710-64b-features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-hsw-x710-64b-features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-x710 features nat44 - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-hsw-x710-64b-features-nat44-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-hsw-x710-64b-features-nat44-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-x710 features iacl - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x710-64b-features-iacl-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x710-64b-features-iacl-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-x710 features oacl - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x710-64b-features-oacl-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-hsw-x710-64b-features-oacl-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-hsw-xl710 base and scale - type: "plot" title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-skx-x710 base and scale - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-3n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-skx-x710 features - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-skx-x710-64b-features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'POLICE_MARK' or 'COPWHLIST' or ('NAT44' and 'BASE') or ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "NAT44" - "POLICE_MARK" - "COPWHLIST" - "IACL" - "OACL" layout: title: "ip4-3n-skx-x710-64b-features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-skx-x710 features nat44 - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-skx-x710-64b-features-nat44-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'NAT44' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "BASE" - "BASE" - "SRC_USER_10" - "SRC_USER_100" - "SRC_USER_1000" - "SRC_USER_2000" layout: title: "ip4-3n-skx-x710-64b-features-nat44-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-skx-x710 features iacl - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-skx-x710-64b-features-iacl-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-skx-x710-64b-features-iacl-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 3n-skx-x710 features oacl - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-skx-x710-64b-features-oacl-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'IP4FWD' and 'OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "ACL_STATELESS" - "ACL_STATEFUL" - "ACL_STATELESS" - "ACL_STATEFUL" layout: title: "ip4-3n-skx-x710-64b-features-oacl-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 2n-skx-x710 base and scale - type: "plot" title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-2n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-2n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 2n-skx-xxv710 base and scale - type: "plot" title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 2n-dnv-x553 base - type: "plot" title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and 'IP4BASE' and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" layout: title: "ip4-2n-dnv-x553-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and 'IP4BASE' and 'NDRPDR' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4BASE" layout: title: "ip4-2n-dnv-x553-64b-base-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - type: "plot" title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520_DA2' and '64B' and 'ENCAP' and 'NDRPDR' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520_DA2' and '64B' and 'ENCAP' and 'NDRPDR' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features - type: "plot" title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'NDRPDR' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - type: "plot" title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features - type: "plot" title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - type: "plot" title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and 'VXLAN' and 'L2BDMACLRN' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "not DOT1Q" - "VXLAN_1" - "VXLAN_10" - "VXLAN_100" - "VXLAN_1000" layout: title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features - type: "plot" title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'NDRPDR' and ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and not 'DOT1Q' and not 'VHOST' and not 'IPSECHW'" parameters: - "throughput" - "parent" - "tags" sort: - "L2BDMACLRN" - "L2XCFWD" - "LISP" layout: title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Speedup - VPP IPv6 3n-hsw-x520 - type: "plot" title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv6 3n-hsw-x520 features - type: "plot" title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" layout: title: "ip6-3n-hsw-x520-78b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" layout: title: "ip6-3n-hsw-x520-78b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv6 3n-hsw-x710 - type: "plot" title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv6 3n-hsw-x710 features - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" layout: title: "ip6-3n-hsw-x710-78b-base_and_features-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" layout: title: "ip6-3n-hsw-x710-78b-base_and_features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv6 3n-hsw-xl710 - type: "plot" title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv6 3n-skx-x710 - type: "plot" title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-skx-x710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-3n-skx-x710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv6 3n-skx-x710 features - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" layout: title: "ip6-3n-skx-x710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'POLICE_MARK' or 'COPWHLIST' or 'IACLDST') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "POLICE_MARK" - "COPWHLIST" - "IACLDST" layout: title: "ip6-3n-skx-x710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv6 2n-skx-x710 - type: "plot" title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-2n-skx-x710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-2n-skx-x710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv6 2n-skx-xxv710 - type: "plot" title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-XXV710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-XXV710' and '78B' and ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" - "FIB_20K" - "FIB_200K" - "FIB_2M" layout: title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPv6 2n-dnv-x553 base - type: "plot" title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '78B' and 'IP6BASE' and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" layout: title: "ip6-2n-dnv-x553-78b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '78B' and 'IP6BASE' and 'NDRPDR' and 'IP6FWD' and not 'SRv6' and not 'IPSEC' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP6BASE" layout: title: "ip6-2n-dnv-x553-78b-base-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Speedup - VPP IPv6 tunnels 3n-hsw-x520 - type: "plot" title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'ENCAP' and 'NDRPDR' and 'LISP' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4UNRLAY" - "IP6UNRLAY" layout: title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '78B' and 'ENCAP' and 'NDRPDR' and 'LISP' and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" sort: - "IP4UNRLAY" - "IP6UNRLAY" layout: title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Speedup - VPP IPSec 3n-hsw-xl710 base - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'BASE' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'BASE' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPSec 3n-hsw-xl710 scale - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'SCALE' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'SCALE' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP IPSec 3n-hsw-xl710 sw - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'IPSECSW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-sw-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'NDRPDR' and 'IPSECSW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" parameters: - "throughput" - "parent" - "tags" layout: title: "ipsec-3n-hsw-xl710-64b-sw-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Speedup - VPP SRv6 3n-hsw-x520 - 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" filter: "'NIC_Intel-X520-DA2' and '78B' and 'FEATURE' and 'NDRPDR' and 'IP6FWD' and 'SRv6'" parameters: - "throughput" - "parent" - "tags" layout: title: "srv6-3n-hsw-x520-78b-features-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X520-DA2' and '78B' and 'FEATURE' and 'NDRPDR' and 'IP6FWD' and 'SRv6'" parameters: - "throughput" - "parent" - "tags" layout: title: "srv6-3n-hsw-x520-78b-features-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Speedup - VPP L2 3n-hsw-x520 base and scale - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 3n-hsw-x520 features - type: "plot" title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-hsw-x520-64b-features-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-hsw-x520-64b-features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 3n-hsw-x710 base and scale - type: "plot" title: "Speedup: 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 3n-hsw-x710 features - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-hsw-x710-64b-features-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-hsw-x710-64b-features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 3n-hsw-xl710 base and scale - type: "plot" title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 3n-skx-x710 base and scale - 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa" 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 3n-skx-x710 features - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-skx-x710-64b-features-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and not 'ACL' and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" # l2xcbase - "L2BDBASE" # l2bdbase - "L2XCFWD" # dot1q-l2xcbase - "L2BDMACLRN" # dot1q-l2bdbase layout: title: "l2sw-3n-skx-x710-64b-features-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 3n-skx-xxv710 base and scale - type: "plot" title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 2n-skx-x710 base and scale - type: "plot" title: "Speedup: 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa" 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" filter: "'NIC_Intel-X710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 2n-skx-xxv710 base and scale - type: "plot" title: "Speedup: 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" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-XXV710' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2PATCH" - "L2XCBASE" - "BASE" - "FIB_10K" - "FIB_100K" - "FIB_1M" layout: title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Speedup - VPP L2 2n-dnv-x553 base - type: "plot" title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" - "L2BDMACLRN" - "L2PATCH" layout: title: "l2sw-2n-dnv-x553-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa" data: "intel-dnv-vpp" filter: "'NIC_Intel-X553' and '64B' and ('BASE' or 'SCALE') and 'NDRPDR' and 'ETH' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and not 'MEMIF'" parameters: - "throughput" - "parent" - "tags" sort: - "L2XCBASE" - "L2BDMACLRN" - "L2PATCH" layout: title: "l2sw-2n-dnv-x553-64b-base-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Packet Speedup - VPP vhost ip4 3n-hsw-x520 - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm - type: "plot" title: "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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X520-DA2' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost ip4 3n-hsw-x710 - type: "plot" title: "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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost ip4 3n-hsw-xl710 - type: "plot" title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-hsw" filter: "'NIC_Intel-XL710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost ip4 3n-skx-x710 - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-skx-x710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-3n-skx-x710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa" data: "plot-throughput-speedup-analysis-3n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost ip4 2n-skx-x710 - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - type: "plot" title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base - type: "plot" title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-2n-skx-x710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-2n-skx-x710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost ip4 2n-skx-xxv710 - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and 'ETH' and 'IP4FWD' and 'VHOST_1024' and not 'VXLAN' and not 'DOT1Q'" parameters: - "throughput" - "parent" - "tags" sort: - "not CFS_OPT" - "1VM" - "2VM" layout: title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - type: "plot" title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'L2BDMACLRN' and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "VM" # "not CFS_OPT" # - "CFS_OPT" # - "FIB_10K" # - "FIB_100K" # - "FIB_1M" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base - type: "plot" title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr" layout: "plot-throughput-speedup-analysis" - type: "plot" title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa" algorithm: "plot_throughput_speedup_analysis" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa" data: "plot-throughput-speedup-analysis-2n-skx" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and 'BASE' and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'VXLAN' and not 'IP4FWD' and not '2VM'" parameters: - "throughput" - "parent" - "tags" # sort: # - "not CFS_OPT" # - "L2XCFWD" # - "not CFS_OPT" # - "CFS_OPT" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr" layout: "plot-throughput-speedup-analysis" # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-XXV710' and '64B' and 'NDRPDR' and ('ETH' or 'DOT1Q') and ('L2BDMACLRN' or 'L2XCFWD') and 'VHOST_1024' and not 'CFS_OPT' and not 'VXLAN' and not 'IP4FWD'" parameters: - "throughput" - "parent" - "tags" # sort: # - "1VM" # - "L2XCFWD" # - "1VM" # - "L2BDMACLRN" layout: title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr" layout: "plot-throughput-speedup-analysis" ################################################################################ # Speedup - VPP vts 3n-hsw-x520 - 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" filter: "'NIC_Intel-X520-DA2' and '114B' and 'NDRPDR' and 'VTS'" parameters: - "throughput" - "parent" - "tags" layout: title: "vts-3n-hsw-x520-114b-base_and_scale-ndr" layout: "plot-throughput-speedup-analysis" - 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" filter: "'NIC_Intel-X520-DA2' and '114B' and 'NDRPDR' and 'VTS'" parameters: - "throughput" - "parent" - "tags" layout: title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa" layout: "plot-throughput-speedup-analysis"
26.18842
137
0.588627
717a5087cdb581145d952db33c84e84b68d708cc
92
yml
YAML
environment.yml
hooyao/discrete-optimization-submissions
6b3b06e6dd31d5e717940237fa1008e35df81f26
[ "MIT" ]
null
null
null
environment.yml
hooyao/discrete-optimization-submissions
6b3b06e6dd31d5e717940237fa1008e35df81f26
[ "MIT" ]
null
null
null
environment.yml
hooyao/discrete-optimization-submissions
6b3b06e6dd31d5e717940237fa1008e35df81f26
[ "MIT" ]
null
null
null
name: DiscreteOptimizationSubmission channels: - defaults dependencies: - python=3.8
18.4
37
0.76087
95c2ac3ce3f011bf1295c25c5b82663a497d1e5e
595
yml
YAML
.github/workflows/main.yml
secondfry/shortcircuit
59a0a7b3c822a2241ee36b17f98c758eb8053917
[ "MIT" ]
12
2018-12-16T05:03:36.000Z
2021-04-07T07:36:12.000Z
.github/workflows/main.yml
secondfry/shortcircuit
59a0a7b3c822a2241ee36b17f98c758eb8053917
[ "MIT" ]
7
2019-04-16T17:05:34.000Z
2021-11-14T23:31:23.000Z
.github/workflows/main.yml
secondfry/shortcircuit
59a0a7b3c822a2241ee36b17f98c758eb8053917
[ "MIT" ]
4
2020-07-15T20:01:37.000Z
2022-02-06T14:04:03.000Z
name: CI on: push: branches: [ master, develop ] pull_request: branches: [ develop ] workflow_dispatch: jobs: build: name: Build runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: Prepare run: | python -m pip install --upgrade pip python -m pip install pipenv python -m pipenv install - name: Build run: python -m pipenv run build_win_installer.bat - name: Upload a Build Artifact uses: actions/upload-artifact@v2 with: path: ./dist/shortcircuit.exe
19.833333
57
0.591597
47453ca4bc59bfd2e00b0d29451ba608930e3e99
37
yml
YAML
_output.yml
CrumpLab/bookdown-demo
07003336529b76614a4f09320fc449411ccec1c9
[ "CC0-1.0" ]
null
null
null
_output.yml
CrumpLab/bookdown-demo
07003336529b76614a4f09320fc449411ccec1c9
[ "CC0-1.0" ]
null
null
null
_output.yml
CrumpLab/bookdown-demo
07003336529b76614a4f09320fc449411ccec1c9
[ "CC0-1.0" ]
1
2021-10-01T02:30:01.000Z
2021-10-01T02:30:01.000Z
bookdown::bs4_book: css: style.css
12.333333
19
0.72973
dc488122c2e4129915e7773c506e6ce905831d5e
897
yml
YAML
config-yml/core.entity_view_display.node.library_page.teaser.yml
unb-libraries/lib.unb.ca
b59ab0262ca93cfd791843dbf1917b40cafe8344
[ "MIT" ]
1
2022-02-16T16:47:31.000Z
2022-02-16T16:47:31.000Z
config-yml/core.entity_view_display.node.library_page.teaser.yml
unb-libraries/lib.unb.ca
b59ab0262ca93cfd791843dbf1917b40cafe8344
[ "MIT" ]
null
null
null
config-yml/core.entity_view_display.node.library_page.teaser.yml
unb-libraries/lib.unb.ca
b59ab0262ca93cfd791843dbf1917b40cafe8344
[ "MIT" ]
null
null
null
uuid: 65b7df93-2a43-4d8f-8af5-306353d65347 langcode: en status: true dependencies: config: - core.entity_view_mode.node.teaser - field.field.node.library_page.field_featured_image - field.field.node.library_page.field_page_content - field.field.node.library_page.field_unb_lib_page_content - field.field.node.library_page.layout_builder__layout - node.type.library_page module: - user id: node.library_page.teaser targetEntityType: node bundle: library_page mode: teaser content: content_moderation_control: weight: -20 settings: { } third_party_settings: { } region: content links: weight: 100 region: content settings: { } third_party_settings: { } hidden: field_featured_image: true field_page_content: true field_unb_lib_page_content: true langcode: true layout_builder__layout: true search_api_excerpt: true
24.916667
62
0.752508
dce79c38b87f36292602edfa7d53e2a7fa0ed366
1,930
yml
YAML
public/slds/design-tokens/s1-base/sizing.yml
VaishnavAshish/HRM-Practice
fb38dbe599cc34783e9cf710786f7feacab1d2d8
[ "MIT" ]
null
null
null
public/slds/design-tokens/s1-base/sizing.yml
VaishnavAshish/HRM-Practice
fb38dbe599cc34783e9cf710786f7feacab1d2d8
[ "MIT" ]
3
2019-12-30T04:13:50.000Z
2021-05-08T10:15:29.000Z
public/slds/design-tokens/s1-base/sizing.yml
VaishnavAshish/HRM-Practice
fb38dbe599cc34783e9cf710786f7feacab1d2d8
[ "MIT" ]
null
null
null
# Copyright (c) 2015-present, salesforce.com, inc. All rights reserved # Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license global: type: size category: sizing cssProperties: - '*width' - '*height' - '*flex*' - top - right - bottom - left - 'margin*' - 'padding*' - transform props: WIDTH_STAGE_LEFT: value: '88%' HEIGHT_FOOTER: value: 3.75rem comment: Action footer menu. Phone 44px; Tablet 50px HEIGHT_HEADER: value: 2.75rem comment: Brand header. Phone 44px; Tablet 50px HEIGHT_INPUT: value: 1.875rem comment: Text input height HEIGHT_OVERFLOW_START: value: 144px comment: Space above overflow menu before scrolling. MAX_HEIGHT_CARD_MEDIA: value: 144px comment: Maximum height for photos and such in cards. deprecated: true MAX_HEIGHT_HEADER_BRAND: value: 32px comment: Maximum height for brand logos in header. deprecated: true MAX_WIDTH_ACTION_BAR_WITH_LABELS: value: 320px comment: Maximum width for action icons in action bar when there are only 2 items with labels. MAX_WIDTH_ACTION_OVERFLOW_MENU: value: 512px comment: "Maximum width for action overflow menu so that it's not full-screen for tablet." MAX_WIDTH_HEADER_BRAND: value: 156px comment: Maximum width for brand logos in header. deprecated: true SQUARE_RECORD_ANCHOR_PIC: value: 3rem comment: Use squareIconLargeBoundary deprecated: true SQUARE_TAPPABLE: value: 2.75rem comment: Tap target Size FLEX_MASTER_PANEL: value: '7' comment: 2 Column Layout - Master SQUARE_TOOLTIP: value: 1.25rem comment: Tooltip square size deprecated: true SQUARE_TOOLTIP_NUBBIN: value: 1rem comment: Tooltip nubbin square size FLEX_DETAIL_PANEL: value: '3' comment: 2 Column Layout - Detail
27.183099
99
0.682383
fddac527e2781ce03e7942979ca425eef05f212e
243
yml
YAML
server/app/Resources/As3ModlrBundle/embeds/input-submission-request.yml
CaitlynKnudsvig/radix
ee2b6f4a54e5f500ecc47e2f3ed6683cf67d6cb6
[ "MIT" ]
1
2020-08-12T19:52:11.000Z
2020-08-12T19:52:11.000Z
server/app/Resources/As3ModlrBundle/embeds/input-submission-request.yml
CaitlynKnudsvig/radix
ee2b6f4a54e5f500ecc47e2f3ed6683cf67d6cb6
[ "MIT" ]
12
2018-08-22T14:17:21.000Z
2021-09-20T23:24:28.000Z
server/app/Resources/As3ModlrBundle/embeds/input-submission-request.yml
CaitlynKnudsvig/radix
ee2b6f4a54e5f500ecc47e2f3ed6683cf67d6cb6
[ "MIT" ]
5
2018-06-11T14:06:51.000Z
2020-07-15T18:39:42.000Z
input-submission-request: attributes: host: type: string method: type: string path: type: string query: type: string headers: type: string
18.692308
25
0.444444
ad8c9487469791cca13f9377337240db3bb66cc2
1,256
yml
YAML
.final_builds/packages/safe/index.yml
compozed/jumpbox-boshrelease
e97b10cdb126af3279b5fb3519e04086300c2ac0
[ "MIT" ]
23
2015-05-10T05:01:31.000Z
2020-08-20T17:58:55.000Z
.final_builds/packages/safe/index.yml
compozed/jumpbox-boshrelease
e97b10cdb126af3279b5fb3519e04086300c2ac0
[ "MIT" ]
68
2015-06-17T20:47:07.000Z
2022-03-10T02:48:49.000Z
.final_builds/packages/safe/index.yml
compozed/jumpbox-boshrelease
e97b10cdb126af3279b5fb3519e04086300c2ac0
[ "MIT" ]
37
2015-06-18T14:29:36.000Z
2022-03-03T15:52:22.000Z
--- builds: aa17532954ffd20c60cc70cc816e909cd880c552: version: aa17532954ffd20c60cc70cc816e909cd880c552 sha1: e541be391aa6fefeb59fb39559984d6fa260ae07 blobstore_id: 7016110a-bff1-4ea1-a37f-7f7c0b101254 baf6d60f487db0711a1278bc7e7cbd33b78db3b2: version: baf6d60f487db0711a1278bc7e7cbd33b78db3b2 sha1: 7ca024bff23ab30bd59d973ae2ade56a465cfc7c blobstore_id: f445d7d0-a4fe-4056-b767-f7ccf06b027f 5e188fc562386761fa19534afded6ad2b8057eca: version: 5e188fc562386761fa19534afded6ad2b8057eca sha1: 371670143a46034508b449f37f5003d00fb13512 blobstore_id: d90c7f1a-8491-415e-a1c3-ce325b5a1faa 34e19db2a0fa2288159375a2f9b1be3781335e26: version: 34e19db2a0fa2288159375a2f9b1be3781335e26 sha1: 99f5f251d3eaf06a508b4afd3d899479725685f0 blobstore_id: c5a585ef-07a8-401a-b8a2-7be69385de22 ba827205e0b7ea24ebad0388ec80fc03682da391: version: ba827205e0b7ea24ebad0388ec80fc03682da391 sha1: abca53fdd00b00a0d0e3fc84e56fdb68977670c9 blobstore_id: fbea1060-cc75-4c16-9f19-5c60008c6391 fe26c9cadffc1202c73803e54e509a37d9031bf4: version: fe26c9cadffc1202c73803e54e509a37d9031bf4 sha1: 0cddb414971dd94ff72befa8ddf94b476fcd0906 blobstore_id: 07976e09-bf72-4df1-b368-15cd008084a2 format-version: '2'
44.857143
54
0.851911
970499bd6ebaef66765e1974ee9097f384648c37
210
yaml
YAML
chart/Chart.yaml
HCEvan/k8s-hello-world-test
234ede7eea0b51dde9534fbf6f37eb899d1afd98
[ "MIT" ]
null
null
null
chart/Chart.yaml
HCEvan/k8s-hello-world-test
234ede7eea0b51dde9534fbf6f37eb899d1afd98
[ "MIT" ]
null
null
null
chart/Chart.yaml
HCEvan/k8s-hello-world-test
234ede7eea0b51dde9534fbf6f37eb899d1afd98
[ "MIT" ]
null
null
null
apiVersion: v2 appVersion: "0.0.1" description: Deploy the K8s Hello World Test chart. name: k8s-hello-world-test version: 0.1.0 dependencies: - name: common version: "0.0.5" repository: "@incubator"
21
51
0.709524
5124344d73e1ef667c16d20d8b1641db7cee6777
88
yaml
YAML
senlin-7.0.0/releasenotes/notes/doc-fixes-e60bb1a486f67e0c.yaml
scottwedge/OpenStack-Stein
7077d1f602031dace92916f14e36b124f474de15
[ "Apache-2.0" ]
45
2015-10-18T02:56:50.000Z
2022-03-01T15:28:02.000Z
senlin-7.0.0/releasenotes/notes/doc-fixes-e60bb1a486f67e0c.yaml
scottwedge/OpenStack-Stein
7077d1f602031dace92916f14e36b124f474de15
[ "Apache-2.0" ]
5
2019-08-14T06:46:03.000Z
2021-12-13T20:01:25.000Z
senlin-7.0.0/releasenotes/notes/doc-fixes-e60bb1a486f67e0c.yaml
scottwedge/OpenStack-Stein
7077d1f602031dace92916f14e36b124f474de15
[ "Apache-2.0" ]
45
2015-10-19T02:35:57.000Z
2021-09-28T09:01:42.000Z
--- fixes: - | Various bug fixes to the user manual and sample profiles/policies.
17.6
70
0.681818
ada77bd47228d326beee5171f46b8ee2f8247e1d
453
yml
YAML
docker-compose.yml
outcoldman/docker-stats-splunk
4d1d5956db7352d3b1924c54c3f41d7d9c98b2ae
[ "MIT" ]
11
2015-11-13T15:32:27.000Z
2018-09-13T22:15:10.000Z
docker-compose.yml
ThiruYadav/docker-stats-splunk
4d1d5956db7352d3b1924c54c3f41d7d9c98b2ae
[ "MIT" ]
3
2016-05-07T07:43:30.000Z
2017-10-12T18:47:12.000Z
docker-compose.yml
ThiruYadav/docker-stats-splunk
4d1d5956db7352d3b1924c54c3f41d7d9c98b2ae
[ "MIT" ]
17
2015-10-16T19:09:25.000Z
2019-09-20T02:43:30.000Z
vsplunk: image: busybox volumes: - /opt/splunk/etc - /opt/splunk/var splunk: image: outcoldman/docker-stats-splunk:latest hostname: splunk volumes_from: - vsplunk ports: - 8000:8000 dockerforwarder: image: outcoldman/docker-stats-splunk-forwarder:latest hostname: dockerforwarder volumes: - /var/run/docker.sock:/var/run/docker.sock:ro links: - splunk environment: - SPLUNK_FORWARD_SERVER=splunk:9997
18.875
56
0.704194
61849b37220d15c7e39b89f4ed4134319806937a
383
yml
YAML
tests/files/bats_test_namespace_egress_ip/check_egress_ip_job.yml
CSCfi/pouta-openshift-cluster
931b3c084e0809172bb20d93020cc109f7be5a7b
[ "MIT" ]
1
2018-02-16T21:33:48.000Z
2018-02-16T21:33:48.000Z
tests/files/bats_test_namespace_egress_ip/check_egress_ip_job.yml
CSCfi/pouta-openshift-cluster
931b3c084e0809172bb20d93020cc109f7be5a7b
[ "MIT" ]
21
2020-07-30T10:08:35.000Z
2021-06-02T02:30:45.000Z
tests/files/bats_test_namespace_egress_ip/check_egress_ip_job.yml
CSCfi/pouta-openshift-cluster
931b3c084e0809172bb20d93020cc109f7be5a7b
[ "MIT" ]
2
2019-10-24T21:26:55.000Z
2021-08-06T07:26:59.000Z
apiVersion: batch/v1 kind: Job metadata: name: egress-ip-checker spec: parallelism: 1 template: metadata: name: egress-ip-checker spec: restartPolicy: Never containers: - name: egress-ip-checker image: docker-registry.default.svc:5000/__PROJECT_NAME__/egress-ip-checker command: - curl - -s - ifconfig.co
20.157895
82
0.624021
9e309bdb6d0b707298626937a88f8079e3ea409d
1,169
yml
YAML
src/OC/PlatformBundle/Resources/config/routing.yml
AnnaScibska/Symfony_exo
672bf9f519f8328df87289682deb03287955a9d9
[ "MIT" ]
null
null
null
src/OC/PlatformBundle/Resources/config/routing.yml
AnnaScibska/Symfony_exo
672bf9f519f8328df87289682deb03287955a9d9
[ "MIT" ]
null
null
null
src/OC/PlatformBundle/Resources/config/routing.yml
AnnaScibska/Symfony_exo
672bf9f519f8328df87289682deb03287955a9d9
[ "MIT" ]
null
null
null
#oc_platform_homepage: # path: / # defaults: { _controller: OCPlatformBundle:Default:index } exo42: path: /{page} defaults: _controller: OCPlatformBundle:Advert:exo42 page: 1 hello_the_world: path: /hello-world defaults: { _controller: OCPlatformBundle:Advert:index } byebye-world: path: /byebye-world defaults: { _controller: OCPlatformBundle:Advert:byebye } oc_platform_view: path: /platform/advert/{id} defaults: _controller: OCPlatformBundle:Advert:view oc_platform_viewB: path: /platform/advert/url/{id} defaults: _controller: OCPlatformBundle:Advert:viewB oc_platform_view2: path: /platform/advert/relative_url/{id} defaults: _controller: OCPlatformBundle:Advert:view2 oc_platform_view3: path: /platform/advert/absolut_url/{id} defaults: _controller: OCPlatformBundle:Advert:view3 oc_platform_view_slug: path: /platform/{year}/{slug}.{format} defaults: _controller: OCPlatformBundle:Advert:viewSlug format: html requirements: year: '\d{4}' format: html|xml
24.87234
62
0.663815
445d6ac3cc73f278e6ee5216b20db7f3b499da96
109
yml
YAML
website_build/data/clients2/2_gathered_mat.yml
Protohedgehog/RDM-promotion
7b6a66829c4d97b47eaaf3e1c5d71b40a4a14ebf
[ "MIT" ]
6
2018-06-12T09:00:52.000Z
2020-10-18T22:18:25.000Z
website_build/data/clients2/2_gathered_mat.yml
Protohedgehog/RDM-promotion
7b6a66829c4d97b47eaaf3e1c5d71b40a4a14ebf
[ "MIT" ]
31
2018-06-04T13:33:22.000Z
2019-08-07T06:45:37.000Z
website_build/data/clients2/2_gathered_mat.yml
Protohedgehog/RDM-promotion
7b6a66829c4d97b47eaaf3e1c5d71b40a4a14ebf
[ "MIT" ]
6
2019-02-15T21:06:38.000Z
2020-06-20T17:48:25.000Z
name: "Material excavated from the web for re-use" image: "material/CC-BY/dataarcheo.jpg" url: "/promotion/"
27.25
50
0.743119
5ebf4f81aaa52ab77905db335466e9567742abd0
218
yaml
YAML
releasenotes/notes/0.5/upgrade-runtime-job-timeout-error-3e01617412bbc37f.yaml
rathishcholarajan/qiskit-ibm-runtime
315a088a844dc8aa4452bde6136b53694dfb3220
[ "Apache-2.0" ]
20
2021-11-24T07:38:45.000Z
2022-03-27T06:54:30.000Z
releasenotes/notes/0.5/upgrade-runtime-job-timeout-error-3e01617412bbc37f.yaml
rathishcholarajan/qiskit-ibm-runtime
315a088a844dc8aa4452bde6136b53694dfb3220
[ "Apache-2.0" ]
188
2021-11-18T18:59:38.000Z
2022-03-31T23:35:29.000Z
releasenotes/notes/0.5/upgrade-runtime-job-timeout-error-3e01617412bbc37f.yaml
rathishcholarajan/qiskit-ibm-runtime
315a088a844dc8aa4452bde6136b53694dfb3220
[ "Apache-2.0" ]
20
2021-11-18T21:28:59.000Z
2022-03-24T13:46:06.000Z
--- upgrade: - | ``RuntimeJobTimeoutError`` is now raised when the ``timeout`` set in :meth:`~qiskit_ibm_runtime.RuntimeJob.result` or :meth:`~qiskit_ibm_runtime.RuntimeJob.wait_for_final_state` expires.
31.142857
72
0.724771
2d0e19fd32efce075c90efeb3fd724b2f588aeff
3,860
yaml
YAML
local-image-tools/daemonset.yaml
DaoCloud-SOU-SZ/docker-crond
099b285076a5697bf845f3153f3ba2e34f0a8742
[ "Apache-2.0" ]
null
null
null
local-image-tools/daemonset.yaml
DaoCloud-SOU-SZ/docker-crond
099b285076a5697bf845f3153f3ba2e34f0a8742
[ "Apache-2.0" ]
null
null
null
local-image-tools/daemonset.yaml
DaoCloud-SOU-SZ/docker-crond
099b285076a5697bf845f3153f3ba2e34f0a8742
[ "Apache-2.0" ]
null
null
null
apiVersion: v1 kind: Secret metadata: name: push-local-images-secret type: Opaque data: K8S_TOKEN: REGISTRY_PASSWORD: --- apiVersion: v1 kind: ConfigMap metadata: name: push-local-images-envs labels: k8s-app: push-local-images data: K8S_SERVER: https://192.168.101.10:16443 K8S_NAMESPACE: default REGISTRY_IP: '192.168.101.9' REGISTRY_USERNAME: admin TZ: Asia/Shanghai --- apiVersion: v1 kind: ConfigMap metadata: name: push-local-images-crontab labels: k8s-app: push-local-images data: crontab: | SHELL=/bin/bash BASH_ENV=/etc/environment */5 * * * * root /scripts/push-rmi-local-images.sh --- apiVersion: v1 kind: ConfigMap metadata: name: push-local-images-scripts labels: k8s-app: push-local-images data: push-rmi-local-images.sh: | #!/usr/bin/env bash CROND_PID=$(ps -ef | grep cron | grep -Ev 'grep|tini' | awk '{print $2}') NODE_NAME=$(kubectl get nodes -owide | grep $NODE_IP | awk '{print $1}') kubectl get pods -A -owide | grep $NODE_NAME | awk '{print "kubectl -n "$1" get pods "$2" -ojson | jq .spec.containers"}' | bash | grep '"image":' >> imgs sed -i 's? "image": "??g' imgs sed -i 's?",??g' imgs #images=$(kubectl get pods -A -owide | grep $NODE_NAME | awk '{print "kubectl -n "$1" get pods "$2" -o yaml "}' | bash | grep 'image:' | sed 's? - image:??g' | sed 's? image:??g' | grep $REGISTRY_IP) images=$(cat imgs | grep $REGISTRY_IP) docker login $REGISTRY_IP -u $REGISTRY_USERNAME -p $REGISTRY_PASSWORD for image in $images do DATE=$(date +'%Y-%m-%d %H:%M:%S') docker push $image > /dev/null echo "$DATE docker push $image" >/proc/${CROND_PID}/fd/1 2>/proc/${CROND_PID}/fd/2 done rm -rf imgs docker rmi $(docker images -f "dangling=true" -q) -f docker images | awk '{print "docker rmi "$1":"$2}' | bash --- apiVersion: apps/v1 kind: DaemonSet metadata: labels: k8s-app: push-local-images name: push-local-images spec: revisionHistoryLimit: 10 updateStrategy: rollingUpdate: maxUnavailable: 1 type: RollingUpdate selector: matchLabels: k8s-app: push-local-images template: metadata: creationTimestamp: null labels: k8s-app: push-local-images spec: volumes: - configMap: defaultMode: 0755 name: push-local-images-scripts name: scripts - configMap: defaultMode: 0755 name: push-local-images-crontab items: - key: crontab path: crontab name: crontab - hostPath: path: /var/run/docker.sock type: "FileOrCreate" name: docker-sock - hostPath: path: /usr/bin/docker type: "FileOrCreate" name: docker-bin dnsPolicy: ClusterFirst containers: - name: push-local-images image: your_registry/cron:v0.0.3 imagePullPolicy: IfNotPresent envFrom: - secretRef: name: push-local-images-secret - configMapRef: name: push-local-images-envs env: - name: NODE_IP valueFrom: fieldRef: fieldPath: status.hostIP resources: limits: cpu: 500m memory: 512Mi requests: cpu: 125m memory: 512Mi volumeMounts: - mountPath: /usr/bin/docker name: docker-bin - mountPath: /var/run/docker.sock name: docker-sock - mountPath: /scripts name: scripts - mountPath: /etc/crontab name: crontab subPath: crontab tolerations: - effect: NoExecute operator: Exists - effect: NoSchedule operator: Exists - key: CriticalAddonsOnly operator: Exists
25.562914
207
0.590415
4dea183654f3591472e93629de766f8c59f52ec5
424
yml
YAML
elasticsearch/docker-compose.yml
vincenzofiore/docker-projects
8a3caae4090cfc01408156e4d1da37f134918900
[ "Apache-2.0" ]
null
null
null
elasticsearch/docker-compose.yml
vincenzofiore/docker-projects
8a3caae4090cfc01408156e4d1da37f134918900
[ "Apache-2.0" ]
null
null
null
elasticsearch/docker-compose.yml
vincenzofiore/docker-projects
8a3caae4090cfc01408156e4d1da37f134918900
[ "Apache-2.0" ]
null
null
null
version: "3.7" services: es: image: elasticsearch:7.4.2 container_name: elasticsearch restart: always environment: - discovery.type=single-node volumes: - data:/usr/share/elasticsearch/data ports: - 9200:9200 - 9300:9300 networks: - ext_network_alias volumes: data: driver: local networks: ext_network_alias: external: true name: ext_network
16.96
42
0.636792
844c247d20439c0c0cb7a549bab8e404f959ffb7
1,357
yml
YAML
.github/workflows/node.js.yml
mdrie/ich-kann-klima
98ae9de0b816a4b65a4b90df743d2beadcb73fc0
[ "MIT" ]
null
null
null
.github/workflows/node.js.yml
mdrie/ich-kann-klima
98ae9de0b816a4b65a4b90df743d2beadcb73fc0
[ "MIT" ]
null
null
null
.github/workflows/node.js.yml
mdrie/ich-kann-klima
98ae9de0b816a4b65a4b90df743d2beadcb73fc0
[ "MIT" ]
null
null
null
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Node.js CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build-test-deploy: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: Install dependencies for frontend run: npm ci - name: Cache node modules uses: actions/cache@v2 env: cache-name: cache-node-modules with: path: ~/.npm key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}- - name: Run tests run: npm test --if-present - name: Build production code run: npm run build - name: Deploy to github pages 🚀 if: ${{ github.ref == 'refs/heads/main' }} uses: JamesIves/github-pages-deploy-action@4.1.1 with: branch: gh-pages folder: dist
25.603774
131
0.607222
37e9cd3a42868cb15a9b6acfcb8dc4aa42f20820
112
yml
YAML
portspecs.yml
b401/nidhogg
69df3f047d0259093d3ccf352f7255e14324444c
[ "MIT" ]
null
null
null
portspecs.yml
b401/nidhogg
69df3f047d0259093d3ccf352f7255e14324444c
[ "MIT" ]
null
null
null
portspecs.yml
b401/nidhogg
69df3f047d0259093d3ccf352f7255e14324444c
[ "MIT" ]
null
null
null
portspecs: - name: artoria ports: - id: 22 state: open - id: 25 state: closed
14
21
0.473214
39d5ae39d8e50eb9518adf3e5d3908119cbad6fb
95
yml
YAML
biome-providers/sources/land_only.yml
zimzaza4/TerraOverworldConfig
eb9b9be2ee3364488e5971573afd0c8b560dc0f0
[ "CC-BY-4.0" ]
9
2021-09-19T18:17:53.000Z
2022-03-21T23:27:29.000Z
biome-providers/sources/land_only.yml
zimzaza4/TerraOverworldConfig
eb9b9be2ee3364488e5971573afd0c8b560dc0f0
[ "CC-BY-4.0" ]
29
2021-12-15T09:00:49.000Z
2022-03-26T00:08:33.000Z
biome-providers/sources/land_only.yml
zimzaza4/TerraOverworldConfig
eb9b9be2ee3364488e5971573afd0c8b560dc0f0
[ "CC-BY-4.0" ]
10
2021-10-02T21:17:00.000Z
2022-03-24T03:26:38.000Z
source: type: SAMPLER biomes: - land: 1 sampler: dimensions: 2 type: CONSTANT
13.571429
18
0.610526
1f28230fb1261665c12bdb52c19e4c5828e1f90a
3,797
yml
YAML
Habitat demo/src/Build/Build.Website/tds/master/sitecore/system/Settings/Rules/Definitions/Elements/Sitecore Demo Account/Visibility.yml
robhabraken/data-privacy
3d3d0baf570b18605a2d586cb61aae27e21795d8
[ "Unlicense" ]
6
2020-04-30T14:52:28.000Z
2020-10-29T16:29:18.000Z
Habitat demo/src/Build/Build.Website/tds/master/sitecore/system/Settings/Rules/Definitions/Elements/Sitecore Demo Account/Visibility.yml
robhabraken/data-privacy
3d3d0baf570b18605a2d586cb61aae27e21795d8
[ "Unlicense" ]
1
2021-03-10T16:44:43.000Z
2021-03-10T16:44:43.000Z
Habitat demo/src/Build/Build.Website/tds/master/sitecore/system/Settings/Rules/Definitions/Elements/Sitecore Demo Account/Visibility.yml
robhabraken/data-privacy
3d3d0baf570b18605a2d586cb61aae27e21795d8
[ "Unlicense" ]
2
2020-05-02T08:47:59.000Z
2020-11-27T02:37:02.000Z
--- ID: "065d1029-bc07-409d-a6ad-1d88c6b9c5d6" Parent: "8b463696-7cb4-44f4-a2e5-f02a37575962" Template: "aa91a868-02f2-41d3-8b78-1cad91b4dcae" Path: /sitecore/system/Settings/Rules/Definitions/Elements/Sitecore Demo Account/Visibility DB: master SharedFields: - ID: "f6d8a61c-2f84-4401-bd24-52d2068172bc" Hint: __Originator Value: Languages: - Language: da Fields: - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" Hint: __Display name Value: Synlighed Versions: - Version: 1 Fields: - ID: "25bed78c-4957-4165-998a-ca1b52f67497" Hint: __Created Value: 20181025T201039Z - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" Hint: __Created by Value: | sitecore\admin - ID: "8cdc337e-a112-42fb-bbb4-4143751e123f" Hint: __Revision Value: "41fd0108-3bf5-4d18-a266-4d9095864c7c" - ID: "badd9cf9-53e0-4d0c-bcc0-2d784c282f6a" Hint: __Updated by Value: | sitecore\unicorn - ID: "d9cf14b1-fa16-4ba6-9288-e8a174d4d522" Hint: __Updated Value: 20190425T160047Z - Language: "de-DE" Fields: - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" Hint: __Display name Value: Sichtbarkeit Versions: - Version: 1 Fields: - ID: "25bed78c-4957-4165-998a-ca1b52f67497" Hint: __Created Value: 20181025T201325Z - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" Hint: __Created by Value: | sitecore\admin - ID: "8cdc337e-a112-42fb-bbb4-4143751e123f" Hint: __Revision Value: "6d11b713-a3dc-4347-b96e-8d3792b12198" - ID: "badd9cf9-53e0-4d0c-bcc0-2d784c282f6a" Hint: __Updated by Value: | sitecore\unicorn - ID: "d9cf14b1-fa16-4ba6-9288-e8a174d4d522" Hint: __Updated Value: 20190425T160047Z - Language: en Versions: - Version: 1 Fields: - ID: "25bed78c-4957-4165-998a-ca1b52f67497" Hint: __Created Value: 20130409T164244 - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" Hint: __Created by Value: | sitecore\admin - ID: "8cdc337e-a112-42fb-bbb4-4143751e123f" Hint: __Revision Value: "cceb4c7c-4872-4af3-a55a-db274200ca9c" - ID: "badd9cf9-53e0-4d0c-bcc0-2d784c282f6a" Hint: __Updated by Value: | sitecore\unicorn - ID: "d9cf14b1-fa16-4ba6-9288-e8a174d4d522" Hint: __Updated Value: 20190425T160047Z - Language: "ja-JP" Fields: - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" Hint: __Display name Value: 表示/非表示 Versions: - Version: 1 Fields: - ID: "25bed78c-4957-4165-998a-ca1b52f67497" Hint: __Created Value: 20181025T201552Z - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" Hint: __Created by Value: | sitecore\admin - ID: "8cdc337e-a112-42fb-bbb4-4143751e123f" Hint: __Revision Value: "b68d7863-3a2c-4d80-bfc1-97dee0542928" - ID: "badd9cf9-53e0-4d0c-bcc0-2d784c282f6a" Hint: __Updated by Value: | sitecore\unicorn - ID: "d9cf14b1-fa16-4ba6-9288-e8a174d4d522" Hint: __Updated Value: 20190425T160047Z - Language: "zh-CN" Fields: - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" Hint: __Display name Value: 可见性 Versions: - Version: 1 Fields: - ID: "25bed78c-4957-4165-998a-ca1b52f67497" Hint: __Created Value: 20181025T201822Z - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" Hint: __Created by Value: | sitecore\admin - ID: "8cdc337e-a112-42fb-bbb4-4143751e123f" Hint: __Revision Value: "3d6552b9-7de1-41af-b2ba-db239e47abf0" - ID: "badd9cf9-53e0-4d0c-bcc0-2d784c282f6a" Hint: __Updated by Value: | sitecore\unicorn - ID: "d9cf14b1-fa16-4ba6-9288-e8a174d4d522" Hint: __Updated Value: 20190425T160047Z
28.548872
91
0.658941
abdaf311b0ef80e2c4ec0979769b008a2fa35da5
18,553
yml
YAML
windows/release-information/status-windows-10-1709.yml
wasima-e-n-d-c/windows-itpro-docs
a5c6d19edf68ce0007b87112b8849cc4c153d2b2
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows/release-information/status-windows-10-1709.yml
wasima-e-n-d-c/windows-itpro-docs
a5c6d19edf68ce0007b87112b8849cc4c153d2b2
[ "CC-BY-4.0", "MIT" ]
null
null
null
windows/release-information/status-windows-10-1709.yml
wasima-e-n-d-c/windows-itpro-docs
a5c6d19edf68ce0007b87112b8849cc4c153d2b2
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:YamlDocument documentType: LandingData title: Windows 10, version 1709 and Windows Server, version 1709 metadata: document_id: title: Windows 10, version 1709 and Windows Server, version 1709 description: View annoucements and review known issues and fixes for Windows 10 version 1709 and Windows Server 1709 keywords: Windows 10, issues, fixes, announcements, Windows Server, advisories ms.localizationpriority: high author: greg-lindsay ms.author: greglin manager: dougkim ms.topic: article ms.devlang: na sections: - items: - type: markdown text: " Find information on known issues for Windows 10, version 1709 and Windows Server, version 1709. Looking for a specific issue? Press CTRL + F (or Command + F if you are using a Mac) and enter your search term(s). " - items: - type: list style: cards className: cardsM columns: 3 items: - href: https://techcommunity.microsoft.com/t5/Windows-IT-Pro-Blog/Windows-10-version-1809-designated-for-broad-deployment/ba-p/389540 html: Read the announcement > image: src: https://docs.microsoft.com//media/common/i_deploy.svg title: Windows 10, version 1809 designated for broad deployment - href: https://blogs.windows.com/windowsexperience/2019/04/04/improving-the-windows-10-update-experience-with-control-quality-and-transparency html: Find out more > image: src: https://docs.microsoft.com/media/common/i_whats-new.svg title: Improvements to the Windows 10 update experience are coming - href: https://blogs.windows.com/windowsexperience/2019/03/06/data-insights-and-listening-to-improve-the-customer-experience html: Learn about our approach > image: src: https://docs.microsoft.com/media/common/i_investigate.svg title: How do we measure and improve the quality of Windows? - items: - type: markdown text: " <div align='right' style='font-size:0.87rem'><a class='is-size-7' href='https://docs.microsoft.com/windows/release-information/windows-message-center'>See all messages ></a></div> " - items: - type: markdown text: " <hr class='cardsM'> " - title: Known issues - items: - type: markdown text: "<div>This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.</div><br> <table border ='0'><tr><td width='65%'>Summary</td><td width='15%'>Originating update</td><td width='10%'>Status</td><td width='10%'>Last updated</td></tr> <tr><td><div id='334msg'></div><b>Zone transfers over TCP may fail</b><br>Zone transfers between primary and secondary DNS servers over the Transmission Control Protocol (TCP) may fail.<br><br><a href = '#334msgdesc'>See details ></a></td><td>OS Build 16299.1127<br><br>April 25, 2019<br><a href ='https://support.microsoft.com/help/4493440' target='_blank'>KB4493440</a></td><td>Investigating<br><a href = '' target='_blank'></a></td><td>April 25, 2019 <br>02:00 PM PT</td></tr> <tr><td><div id='320msg'></div><b>Certain operations performed on a Cluster Shared Volume may fail</b><br>Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".<br><br><a href = '#320msgdesc'>See details ></a></td><td>OS Build 16299.904<br><br>January 08, 2019<br><a href ='https://support.microsoft.com/help/4480978' target='_blank'>KB4480978</a></td><td>Mitigated<br><a href = '' target='_blank'></a></td><td>April 25, 2019 <br>02:00 PM PT</td></tr> <tr><td><div id='347msg'></div><b>Custom URI schemes may not start corresponding application</b><br>Custom URI schemes for application protocol handlers may not start the corresponding application for local intranet and trusted sites in Internet Explorer.<br><br><a href = '#347msgdesc'>See details ></a></td><td>OS Build 16299.1029<br><br>March 12, 2019<br><a href ='https://support.microsoft.com/help/4489886' target='_blank'>KB4489886</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493440' target='_blank'>KB4493440</a></td><td>April 25, 2019 <br>02:00 PM PT</td></tr> <tr><td><div id='233msg'></div><b>End-user-defined characters (EUDC) may cause blue screen at startup</b><br>If you enable per font end-user-defined characters (EUDC), the system may stop working and a blue screen may appear at startup. <br><br><a href = '#233msgdesc'>See details ></a></td><td>OS Build 16299.1059<br><br>March 19, 2019<br><a href ='https://support.microsoft.com/help/4489890' target='_blank'>KB4489890</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493441' target='_blank'>KB4493441</a></td><td>April 09, 2019 <br>10:00 AM PT</td></tr> <tr><td><div id='221msg'></div><b>MSXML6 causes applications to stop responding if an exception was thrown</b><br>MSXML6 causes applications to stop responding if an exception was thrown during node operations, such as appendChild(), insertBefore(), and moveNode().<br><br><a href = '#221msgdesc'>See details ></a></td><td>OS Build 16299.904<br><br>January 08, 2019<br><a href ='https://support.microsoft.com/help/4480978' target='_blank'>KB4480978</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493441' target='_blank'>KB4493441</a></td><td>April 09, 2019 <br>10:00 AM PT</td></tr> <tr><td><div id='143msg'></div><b>Stop error when attempting to start SSH from WSL</b><br>A stop error occurs when attempting to start Secure Shell from Windows Subsystem for Linux with agent forwarding using a command line switch (ssh –A) or a configuration setting.<br><br><a href = '#143msgdesc'>See details ></a></td><td>OS Build 16299.1029<br><br>March 12, 2019<br><a href ='https://support.microsoft.com/help/4489886' target='_blank'>KB4489886</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493441' target='_blank'>KB4493441</a></td><td>April 09, 2019 <br>10:00 AM PT</td></tr> <tr><td><div id='328msg'></div><b>Embedded objects may display incorrectly</b><br>Any compound document (OLE) server application that places embedded objects into the Windows Metafile (WMF) using the PatBlt API may display embedded objects incorrectly.<br><br><a href = '#328msgdesc'>See details ></a></td><td>OS Build 16299.967<br><br>February 12, 2019<br><a href ='https://support.microsoft.com/help/4486996' target='_blank'>KB4486996</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493441' target='_blank'>KB4493441</a></td><td>April 09, 2019 <br>10:00 AM PT</td></tr> </table> " - title: Issue details - items: - type: markdown text: " <div> </div> " - title: April 2019 - items: - type: markdown text: " <table border ='0'><tr><td width='65%'>Details</td><td width='15%'>Originating update</td><td width='10%'>Status</td><td width='10%'>History</td></tr> <tr><td style='border-left-width:1px;border-right-width:1px;border-bottom-width:1px;'><div id='334msgdesc'></div><b>Zone transfers over TCP may fail</b><div>Zone transfers between primary and secondary DNS servers over the Transmission Control Protocol (TCP) may fail after installing <a href=\"https://support.microsoft.com/help/4493440\" target=\"_blank\">KB4493440</a>.&nbsp;</div><div>&nbsp;</div><div><strong>Affected platforms:</strong>&nbsp;&nbsp;</div><ul><li>Client: Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1607; Windows 10 Enterprise LTSC 2016&nbsp;</li><li>Server: Windows Server, version 1803; Windows Server, version 1709; Windows Server 2016&nbsp;</li></ul><div></div><div><strong>Next steps: </strong>Microsoft is working on a resolution and will provide an update in an upcoming release.&nbsp;</div><br><a href ='#334msg'>Back to top</a></td><td>OS Build 16299.1127<br><br>April 25, 2019<br><a href ='https://support.microsoft.com/help/4493440' target='_blank'>KB4493440</a></td><td>Investigating<br><a href = '' target='_blank'></a></td><td>Last updated:<br>April 25, 2019 <br>02:00 PM PT<br><br>Opened:<br>April 25, 2019 <br>02:00 PM PT</td></tr> </table> " - title: March 2019 - items: - type: markdown text: " <table border ='0'><tr><td width='65%'>Details</td><td width='15%'>Originating update</td><td width='10%'>Status</td><td width='10%'>History</td></tr> <tr><td style='border-left-width:1px;border-right-width:1px;border-bottom-width:1px;'><div id='347msgdesc'></div><b>Custom URI schemes may not start corresponding application</b><div>After installing <a href=\"https://support.microsoft.com/help/4489886\" target=\"_blank\">KB4489886</a>, custom URI schemes for application protocol handlers may not start the corresponding application for local intranet and trusted sites security zones on Internet Explorer.</div><div><br></div><div><strong>Affected platforms:</strong></div><ul><li>Client: Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10, version 1607; Windows 10 Enterprise LTSC 2016; Windows 10, version 1507; Windows 10 Enterprise LTSB 2015; Windows 8.1; Windows 7 SP1&nbsp;</li><li>Server: Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709; Windows Server 2016; Windows Server 2012 R2; Windows Server 2008 R2 SP1</li></ul><div></div><div><strong>Resolution:</strong> This issue is resolved in <a href=\"https://support.microsoft.com/help/4493440\" target=\"_blank\">KB4493440</a>.&nbsp;</div><br><a href ='#347msg'>Back to top</a></td><td>OS Build 16299.1029<br><br>March 12, 2019<br><a href ='https://support.microsoft.com/help/4489886' target='_blank'>KB4489886</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493440' target='_blank'>KB4493440</a></td><td>Resolved:<br>April 25, 2019 <br>02:00 PM PT<br><br>Opened:<br>March 12, 2019 <br>10:00 AM PT</td></tr> <tr><td style='border-left-width:1px;border-right-width:1px;border-bottom-width:1px;'><div id='233msgdesc'></div><b>End-user-defined characters (EUDC) may cause blue screen at startup</b><div>If you enable per font end-user-defined characters (EUDC), the system may stop working and a blue screen may appear at startup. This is not a common setting in non-Asian regions.</div><div><br></div><div><strong>Affected platforms:</strong></div><ul><li>Client: Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10, version 1607; Windows 10 Enterprise LTSC 2016</li><li>Server: Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709; Windows Server 2016</li></ul><div></div><div><strong>Resolution:</strong>&nbsp;This issue is resolved in <a href=\"https://support.microsoft.com/help/4493441\" target=\"_blank\">KB4493441</a>.</div><br><a href ='#233msg'>Back to top</a></td><td>OS Build 16299.1059<br><br>March 19, 2019<br><a href ='https://support.microsoft.com/help/4489890' target='_blank'>KB4489890</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493441' target='_blank'>KB4493441</a></td><td>Resolved:<br>April 09, 2019 <br>10:00 AM PT<br><br>Opened:<br>March 19, 2019 <br>10:00 AM PT</td></tr> <tr><td style='border-left-width:1px;border-right-width:1px;border-bottom-width:1px;'><div id='143msgdesc'></div><b>Stop error when attempting to start SSH from WSL</b><div>After applying <a href=\"https://support.microsoft.com/help/4489886\" target=\"_blank\">KB4489886</a>, a stop error occurs when attempting to start the Secure Shell (SSH) client program from Windows Subsystem for Linux (WSL) with agent forwarding enabled using a command line switch (ssh –A) or a configuration setting.</div><div><br></div><div><strong>Affected platforms:</strong></div><ul><li>Client: Windows 10, version 1803; Windows 10, version 1709</li><li>Server: Windows Server, version 1803; Windows Server, version 1709</li></ul><div></div><div><strong>Resolution:</strong>&nbsp;This issue is resolved in <a href=\"https://support.microsoft.com/help/4493441\" target=\"_blank\">KB4493441</a>.</div><br><a href ='#143msg'>Back to top</a></td><td>OS Build 16299.1029<br><br>March 12, 2019<br><a href ='https://support.microsoft.com/help/4489886' target='_blank'>KB4489886</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493441' target='_blank'>KB4493441</a></td><td>Resolved:<br>April 09, 2019 <br>10:00 AM PT<br><br>Opened:<br>March 12, 2019 <br>10:00 AM PT</td></tr> </table> " - title: February 2019 - items: - type: markdown text: " <table border ='0'><tr><td width='65%'>Details</td><td width='15%'>Originating update</td><td width='10%'>Status</td><td width='10%'>History</td></tr> <tr><td style='border-left-width:1px;border-right-width:1px;border-bottom-width:1px;'><div id='328msgdesc'></div><b>Embedded objects may display incorrectly</b><div>Any compound document (OLE) server application that places embedded objects into the Windows Metafile (WMF) using the PatBlt API may display embedded objects incorrectly.&nbsp;</div><div>&nbsp;</div><div>For example, if you paste a Microsoft Excel worksheet object into a Microsoft Word document, the cells may render with a different background color.&nbsp;</div><div>&nbsp;</div><div><strong>Affected platforms:</strong>&nbsp;&nbsp;</div><ul><li>Client: Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10, version 1607; Windows 10 Enterprise LTSC 2016; Windows 10, version 1507; Windows 10 Enterprise LTSB 2015; Windows 8.1; Windows 7 SP1&nbsp;</li><li>Server: Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2&nbsp;</li></ul><div></div><div><strong>Resolution: </strong>This issue is resolved in <a href=\"https://support.microsoft.com/help/4493441\" target=\"_blank\">KB4493441</a>.&nbsp;</div><br><a href ='#328msg'>Back to top</a></td><td>OS Build 16299.967<br><br>February 12, 2019<br><a href ='https://support.microsoft.com/help/4486996' target='_blank'>KB4486996</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493441' target='_blank'>KB4493441</a></td><td>Resolved:<br>April 09, 2019 <br>10:00 AM PT<br><br>Opened:<br>February 12, 2019 <br>10:00 AM PT</td></tr> </table> " - title: January 2019 - items: - type: markdown text: " <table border ='0'><tr><td width='65%'>Details</td><td width='15%'>Originating update</td><td width='10%'>Status</td><td width='10%'>History</td></tr> <tr><td style='border-left-width:1px;border-right-width:1px;border-bottom-width:1px;'><div id='320msgdesc'></div><b>Certain operations performed on a Cluster Shared Volume may fail</b><div>Certain operations, such as <strong>rename</strong>, that you perform on files or folders that are on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\". This occurs when you perform the operation on a CSV owner node from a process that doesn’t have administrator privilege.&nbsp;</div><div><br></div><div><strong>Affected platforms:</strong>&nbsp;</div><ul><li>Client: Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10, version 1607; Windows 10 Enterprise LTSC 2016; Windows 10, version 1507; Windows 10 Enterprise LTSB 2015; Windows 8.1</li><li>Server: Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012</li></ul><div></div><div><strong>Workaround: </strong>Do one of the following:</div><ul><li>Perform the operation from a process that has administrator privilege.&nbsp;</li><li>Perform the operation from a node that doesn’t have CSV ownership.&nbsp;</li></ul><div></div><div><strong>Next steps: </strong>Microsoft is working on a resolution and will provide an update in an upcoming release.</div><br><a href ='#320msg'>Back to top</a></td><td>OS Build 16299.904<br><br>January 08, 2019<br><a href ='https://support.microsoft.com/help/4480978' target='_blank'>KB4480978</a></td><td>Mitigated<br><a href = '' target='_blank'></a></td><td>Last updated:<br>April 25, 2019 <br>02:00 PM PT<br><br>Opened:<br>January 08, 2019 <br>10:00 AM PT</td></tr> <tr><td style='border-left-width:1px;border-right-width:1px;border-bottom-width:1px;'><div id='221msgdesc'></div><b>MSXML6 causes applications to stop responding if an exception was thrown</b><div>After installing <a href=\"https://support.microsoft.com/help/4480978\" target=\"_blank\">KB4480978</a>, MSXML6 causes applications to stop responding if an exception was thrown during node operations, such as <strong>appendChild(), insertBefore()</strong>, and <strong>moveNode()</strong>.</div><div><br></div><div>The Group Policy editor may stop responding when editing a Group Policy Object (GPO) that contains Group Policy Preferences (GPP) for Internet Explorer 10 settings.</div><div><br></div><div><strong>Affected platforms:</strong></div><ul><li>Client: Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10, version 1607; Windows 10 Enterprise LTSC 2016; Windows 10, version 1507; Windows 10 Enterprise LTSB 2015; Windows 8.1</li><li>Server: Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012</li></ul><div></div><div><strong>Resolution: </strong>This issue is resolved in <a href=\"https://support.microsoft.com/help/4493441\" target=\"_blank\">KB4493441</a>.</div><br><a href ='#221msg'>Back to top</a></td><td>OS Build 16299.904<br><br>January 08, 2019<br><a href ='https://support.microsoft.com/help/4480978' target='_blank'>KB4480978</a></td><td>Resolved<br><a href = 'https://support.microsoft.com/help/4493441' target='_blank'>KB4493441</a></td><td>Resolved:<br>April 09, 2019 <br>10:00 AM PT<br><br>Opened:<br>January 08, 2019 <br>10:00 AM PT</td></tr> </table> "
157.228814
1,821
0.717943
281c69ea1eeda96c53939e4471e54842c29eaaf0
591
yml
YAML
threads/3334493/posts/74360353.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3334493/posts/74360353.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3334493/posts/74360353.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
url: showpost.php?p=74360353&postcount=21544 id: 74360353 tid: 3334493 num: 21544 datetime: 2015-02-09T23:41:00.000Z user: img: null name: quanbau title: Đã tốn tiền joinDate: 2009-12-31T16:00:00.000Z posts: 196 id: '336336' title: >- Re: Post 1 tấm ảnh về Cô gái mà bạn cho là xinh nhất mà bạn từng gặp trong đời?! content: html: "\r\n\t\t\t\r\n\t\t\t<img src=\"http://pik.vn/201568daff34-7b4d-4978-8e26-bb84f888c9c9.png\" border=\"0\" alt=\"\"><br>\n<br>\n<img src=\"http://pik.vn/20152286a3fb-d59c-4b1f-ac8f-1ad6181531bb.png\" border=\"0\" alt=\"\">\r\n\t\t" text: ''
31.105263
238
0.671743
0df490e7e089ce1ad02facb63c653deed230fab0
333
yml
YAML
appveyor.yml
saurabhshri/CCAligner
12bd2f214d5e2a6f562262f4f1e45aa1b7038b58
[ "MIT" ]
139
2017-06-10T17:23:54.000Z
2022-03-23T21:08:17.000Z
appveyor.yml
saurabhshri/CCAligner
12bd2f214d5e2a6f562262f4f1e45aa1b7038b58
[ "MIT" ]
72
2017-09-30T17:58:56.000Z
2021-08-16T08:13:01.000Z
appveyor.yml
saurabhshri/CCAligner
12bd2f214d5e2a6f562262f4f1e45aa1b7038b58
[ "MIT" ]
67
2017-11-28T17:59:19.000Z
2022-02-22T04:09:38.000Z
version: '{build}' platform: - Win32 - x64 configuration: Release clone_folder: C:\ccaligner clone_depth: 1 install: - mkdir build && cd build - if %PLATFORM% equ Win32 (cmake -G "Visual Studio 14 2015" ../src/) else (cmake -G "Visual Studio 14 2015 Win64" ../src/) build: project: build/ccaligner.sln verbosity: minimal
23.785714
124
0.696697
bf3241d0ffdad44b18cf88bb2f5893b687d6d662
12,540
yml
YAML
.gitlab-ci.yml
tongyuantongyu/SVT-AV1
f5a7e8f15c0f8a595f7a4d1fba29aece651746ad
[ "BSD-2-Clause" ]
null
null
null
.gitlab-ci.yml
tongyuantongyu/SVT-AV1
f5a7e8f15c0f8a595f7a4d1fba29aece651746ad
[ "BSD-2-Clause" ]
null
null
null
.gitlab-ci.yml
tongyuantongyu/SVT-AV1
f5a7e8f15c0f8a595f7a4d1fba29aece651746ad
[ "BSD-2-Clause" ]
null
null
null
stages: - compile - test # # General checks # Style check: stage: .pre image: registry.gitlab.com/aomediacodec/aom-testing/alpine3 script: - ./test/stylecheck.sh Static analysis (cppcheck): stage: compile image: registry.gitlab.com/aomediacodec/aom-testing/ubuntu1804 cache: key: cppcheck paths: - .cppcheck policy: pull-push script: - cmake -B Build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON - | mkdir -p .cppcheck cppcheck \ --project=Build/compile_commands.json \ --error-exitcode=1 \ --enable=all \ -j 2 \ -rp=$PWD \ -ithird_party \ --cppcheck-build-dir=.cppcheck # # Linux CI Jobs # .linux-compiler-base: stage: compile image: registry.gitlab.com/aomediacodec/aom-testing/ubuntu2004 variables: CFLAGS: -Werror -Wshadow $EXTRA_CFLAGS CXXFLAGS: -Werror -Wshadow $EXTRA_CXXFLAGS CCACHE_DIR: $CI_PROJECT_DIR/.ccache cache: key: ${CI_JOB_NAME} paths: - .ccache policy: pull-push script: - ccache -s - eval cmake -GNinja -B Build -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:=Release} -DBUILD_SHARED_LIBS=OFF $EXTRA_CMAKE_FLAGS - cmake --build Build --config $CMAKE_BUILD_TYPE --target install - ccache -s Linux (Clang 6): extends: .linux-compiler-base variables: CC: clang-6.0 CXX: clang++-6.0 Linux (Clang 10): extends: .linux-compiler-base variables: CC: clang-10 CXX: clang++-10 Linux (GCC 4): extends: .linux-compiler-base image: registry.gitlab.com/aomediacodec/aom-testing/centos7 Linux (Valgrind): extends: .linux-compiler-base image: registry.gitlab.com/aomediacodec/aom-testing/ubuntu1804 variables: EXTRA_CFLAGS: -Wno-error -g EXTRA_CXXFLAGS: -Wno-error -g EXTRA_CMAKE_FLAGS: -DCMAKE_OUTPUT_DIRECTORY=valgrind CMAKE_BUILD_TYPE: Debug artifacts: untracked: false expire_in: 30 days paths: - valgrind/ Linux (GCC 7): extends: .linux-compiler-base variables: CC: gcc-7 CXX: g++-7 Linux (GCC 8): extends: .linux-compiler-base variables: CC: gcc-8 CXX: g++-8 Linux (GCC 9): extends: .linux-compiler-base variables: CC: gcc-9 CXX: g++-9 Linux (GCC 10): extends: .linux-compiler-base variables: CC: gcc-10 CXX: g++-10 LDFLAGS: -static -static-libgcc -static-libstdc++ GIT_DEPTH: 0 artifacts: untracked: false expire_in: 30 days paths: - Bin/Release/SvtAv1EncApp - Bin/Release/SvtAv1DecApp Linux (GCC 10, Tests, Static): extends: .linux-compiler-base variables: CC: gcc-10 CXX: g++-10 EXTRA_CFLAGS: -Wno-error -g EXTRA_CXXFLAGS: -Wno-error -g LDFLAGS: -static -static-libgcc -static-libstdc++ EXTRA_CMAKE_FLAGS: -DBUILD_TESTING=ON -DBUILD_APPS=OFF artifacts: untracked: false expire_in: 1 day paths: - Bin/Release/SvtAv1UnitTests - Bin/Release/SvtAv1ApiTests - Bin/Release/SvtAv1E2ETests .sanitizer compile: extends: .linux-compiler-base variables: CC: clang-10 CXX: clang++-10 CMAKE_BUILD_TYPE: Debug artifacts: untracked: false expire_in: 30 days paths: - address/ - memory/ - thread/ Linux (Address sanitizer): extends: .sanitizer compile variables: EXTRA_CFLAGS: -fsanitize=address EXTRA_CXXFLAGS: -fsanitize=address LDFLAGS: -fsanitize=address EXTRA_CMAKE_FLAGS: -DCMAKE_OUTPUT_DIRECTORY=address Linux (Memory sanitizer): extends: .sanitizer compile variables: EXTRA_CFLAGS: -fsanitize=memory -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize-memory-track-origins EXTRA_CXXFLAGS: -fsanitize=memory -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize-memory-track-origins LDFLAGS: -fsanitize=memory -fsanitize-memory-track-origins EXTRA_CMAKE_FLAGS: -DCMAKE_OUTPUT_DIRECTORY=memory Linux (Thread sanitizer): extends: .sanitizer compile variables: EXTRA_CFLAGS: -fsanitize=thread EXTRA_CXXFLAGS: -fsanitize=thread LDFLAGS: -fsanitize=thread EXTRA_CMAKE_FLAGS: -DCMAKE_OUTPUT_DIRECTORY=thread .tests: stage: test image: registry.gitlab.com/aomediacodec/aom-testing/ubuntu2004 before_script: - zstd -d /video.tar.zst - tar xf /video.tar Valgrind: extends: .tests image: registry.gitlab.com/aomediacodec/aom-testing/ubuntu1804 allow_failure: true script: # --error-limit=no --leak-check=full --show-leak-kinds=all makes the log very huge and takes around 16 minutes - valgrind --error-exitcode=1 --track-origins=yes --suppressions=/usr/lib/valgrind/debian.supp -- ./valgrind/SvtAv1EncApp --preset 6 -i akiyo_cif.y4m -n 10 -b test1.ivf needs: - 'Linux (Valgrind)' Valgrind (Pass 1): extends: .tests image: registry.gitlab.com/aomediacodec/aom-testing/ubuntu1804 allow_failure: true script: - valgrind --error-exitcode=1 --track-origins=yes --suppressions=/usr/lib/valgrind/debian.supp -- ./valgrind/SvtAv1EncApp --preset 6 --pass 1 -i akiyo_cif.y4m -n 10 -b test1.ivf needs: - 'Linux (Valgrind)' .sanitizer test: extends: .tests image: registry.gitlab.com/aomediacodec/aom-testing/ubuntu2004 variables: LSAN_OPTIONS: "verbosity=2:color=always:log_threads=1:report_objects=1" ASAN_OPTIONS: "verbosity=2:color=always:print_cmdline=1:strict_string_checks=1" MSAN_OPTIONS: "verbosity=2:color=always" TSAN_OPTIONS: "verbosity=2:color=always:suppressions=./.github/workflows/sanitizers-known-warnings.txt" script: - | command="$PWD/$SANITIZER/SvtAv1EncApp -i Chimera-Aerial_480x264_2997fps_10bit_420_150frames.y4m ${svt_asm:+--asm $svt_asm} -n 60 --preset 8 -b output.ivf" case $SANITIZER in address|memory) $command ;; *) gdb -q -ex "handle SIG32 nostop" -ex r -ex bt -ex q --return-child-result --args $command ;; esac Linux (Address sanitizer) test: extends: .sanitizer test variables: SANITIZER: address needs: - 'Linux (Address sanitizer)' Linux (Memory sanitizer) test: extends: .sanitizer test variables: SANITIZER: memory svt_asm: 0 needs: - 'Linux (Memory sanitizer)' Linux (Thread sanitizer) test: extends: .sanitizer test allow_failure: true variables: SANITIZER: thread needs: - 'Linux (Thread sanitizer)' .unit tests: extends: .tests parallel: 50 variables: GTEST_TOTAL_SHARDS: 50 GTEST_OUTPUT: "xml:report.xml" artifacts: when: always reports: junit: report.xml needs: - 'Linux (GCC 10, Tests, Static)' Linux Unit Tests: extends: .unit tests script: - export GTEST_SHARD_INDEX=$((CI_NODE_INDEX - 1)) - mkdir -p unittests - ./Bin/Release/SvtAv1UnitTests Linux E2E Tests: extends: .unit tests script: - export GTEST_SHARD_INDEX=$((CI_NODE_INDEX - 1)) - export SVT_AV1_TEST_VECTOR_PATH=$PWD - mkdir -p unittests - mv test/vectors/* . - ./Bin/Release/SvtAv1E2ETests --gtest_filter=-*DummySrcTest* # # macOS CI Jobs # .macos-compiler-base: stage: compile tags: - macos-ci variables: VLC_PATH: /Users/videolanci/sandbox/bin CFLAGS: -Werror -Wshadow $EXTRA_CFLAGS CXXFLAGS: -Werror -Wshadow $EXTRA_CXXFLAGS script: - export PATH="${VLC_PATH}:${PATH}" - eval cmake -G${CMAKE_GENERATOR:=Ninja} -B Build -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:=Release} $EXTRA_CMAKE_FLAGS - cmake --build Build --config $CMAKE_BUILD_TYPE .macos-fetch-testdata: &macos-fetch-testdata | curl -f -L -O --silent "https://gitlab.com/AOMediaCodec/aom-testing/-/raw/master/video.tar.zst" zstd --stdout -d video.tar.zst | tar -xf - macOS (Xcode): extends: .macos-compiler-base variables: CMAKE_GENERATOR: Xcode artifacts: expire_in: 1 day paths: - Bin/Release/* macOS (Ninja, Static, Tests): extends: .macos-compiler-base variables: EXTRA_CMAKE_FLAGS: -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=ON EXTRA_CFLAGS: -Wno-error -g EXTRA_CXXFLAGS: -Wno-error -g artifacts: expire_in: 1 day paths: - Bin/Release/* macOS Unit Tests: tags: - macos-ci stage: test parallel: 10 variables: GTEST_TOTAL_SHARDS: 10 GTEST_OUTPUT: "xml:report.xml" artifacts: when: always reports: junit: report.xml script: - export GTEST_SHARD_INDEX=$((CI_NODE_INDEX - 1)) - ./Bin/Release/SvtAv1UnitTests needs: - 'macOS (Ninja, Static, Tests)' macOS E2E Tests: tags: - macos-ci stage: test parallel: 10 variables: GTEST_TOTAL_SHARDS: 10 GTEST_OUTPUT: "xml:report.xml" artifacts: when: always reports: junit: report.xml script: - export GTEST_SHARD_INDEX=$((CI_NODE_INDEX - 1)) - mkdir -p testvectors && export SVT_AV1_TEST_VECTOR_PATH="$PWD/testvectors" - cmake -GNinja -B Build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON - cmake --build Build --target TestVectors - ./Bin/Release/SvtAv1E2ETests --gtest_filter=-*DummySrcTest* needs: - 'macOS (Ninja, Static, Tests)' macOS Enc Test: tags: - macos-ci stage: test script: - *macos-fetch-testdata - ./Bin/Release/SvtAv1EncApp --preset 0 -i "$SVT_ENCTEST_FILENAME" -n 3 -b "test-pr-${SVT_ENCTEST_BITNESS}bit-m0.ivf" - ./Bin/Release/SvtAv1EncApp --preset 8 -i "$SVT_ENCTEST_FILENAME" -n 120 -b "test-pr-${SVT_ENCTEST_BITNESS}bit-m8.ivf" parallel: matrix: - SVT_ENCTEST_FILENAME: "akiyo_cif.y4m" SVT_ENCTEST_BITNESS: 8 - SVT_ENCTEST_FILENAME: "Chimera-Aerial_480x264_2997fps_10bit_420_150frames.y4m" SVT_ENCTEST_BITNESS: 10 needs: - 'macOS (Ninja, Static, Tests)' # # Window CI Jobs # .windows-ci-common: tags: - ci before_script: - | $installPath = &"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationpath Import-Module (Join-Path $installPath "Common7\Tools\Microsoft.VisualStudio.DevShell.dll") Enter-VsDevShell -VsInstallPath $installPath -SkipAutomaticLocation .windows-fetch-testdata: &windows-fetch-testdata | $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -OutFile video.tar.zst -Uri https://gitlab.com/AOMediaCodec/aom-testing/-/raw/master/video.tar.zst zstd -d video.tar.zst -o video.tar tar -xf video.tar Win64 (Release, Tests): extends: .windows-ci-common stage: compile script: - '&"C:\Program Files\CMake\bin\cmake.exe" -B Build -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DASM_NASM="C:\Program Files\NASM\nasm.exe"' - '&"C:\Program Files\CMake\bin\cmake.exe" --build Build --config Release' artifacts: untracked: false expire_in: 1 day paths: - Bin\Release\Release\*.exe - Bin\Release\Release\*.dll - Bin\Release\Release\*.pdb Win64 Unit Tests: extends: .windows-ci-common stage: test parallel: 50 variables: GTEST_TOTAL_SHARDS: 50 GTEST_OUTPUT: "xml:report.xml" artifacts: when: always reports: junit: report.xml script: - $env:GTEST_SHARD_INDEX = $env:CI_NODE_INDEX - 1 - '&"Bin\Release\Release\SvtAv1UnitTests.exe" --gtest_filter=-*FFT*' needs: - 'Win64 (Release, Tests)' Win64 Enc Test: extends: .windows-ci-common stage: test script: - *windows-fetch-testdata - '&"Bin\Release\Release\SvtAv1EncApp.exe" --preset 0 -i "$env:SVT_ENCTEST_FILENAME" -n 3 -b "test-pr-${env:SVT_ENCTEST_BITNESS}bit-m0.ivf"' - '&"Bin\Release\Release\SvtAv1EncApp.exe" --preset 8 -i "$env:SVT_ENCTEST_FILENAME" -n 120 -b "test-pr-${env:SVT_ENCTEST_BITNESS}bit-m8.ivf"' parallel: matrix: - SVT_ENCTEST_FILENAME: "akiyo_cif.y4m" SVT_ENCTEST_BITNESS: 8 - SVT_ENCTEST_FILENAME: "Chimera-Aerial_480x264_2997fps_10bit_420_150frames.y4m" SVT_ENCTEST_BITNESS: 10 needs: - 'Win64 (Release, Tests)' Win64 E2E Tests: extends: .windows-ci-common stage: test parallel: 10 variables: GTEST_TOTAL_SHARDS: 10 GTEST_OUTPUT: "xml:report.xml" artifacts: when: always reports: junit: report.xml script: - '[string]$env:SVT_AV1_TEST_VECTOR_PATH = New-Item -ItemType Directory -Force -Name "testdata"' - '&"C:\Program Files\CMake\bin\cmake.exe" -B Build -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DASM_NASM="C:\Program Files\NASM\nasm.exe"' - '&"C:\Program Files\CMake\bin\cmake.exe" --build Build --target TestVectors' - $env:GTEST_SHARD_INDEX = $env:CI_NODE_INDEX - 1 - '&"Bin\Release\Release\SvtAv1E2ETests.exe" --gtest_filter=-*DummySrcTest*' needs: - 'Win64 (Release, Tests)'
27.866667
181
0.689793
aabb478d496ef4b8d98dba57e60a0d74e4eaaaaf
1,315
yml
YAML
_config.yml
dstull/dstull.github.io
537013dabf0e5b4c2b8e0899ab57043179090d2c
[ "MIT" ]
null
null
null
_config.yml
dstull/dstull.github.io
537013dabf0e5b4c2b8e0899ab57043179090d2c
[ "MIT" ]
null
null
null
_config.yml
dstull/dstull.github.io
537013dabf0e5b4c2b8e0899ab57043179090d2c
[ "MIT" ]
null
null
null
--- title: dstull.github.io timezone: UTC collections: posts: title: Posts output: true uploads: title: Uploads output: true permalink: "/:categories/:year/:month/:day/:title" exclude: - ".rvmrc" - ".rbenv-version" - README.md - Rakefile - changelog.md highlighter: pygments tagline: Site Tagline author: name: doug stull email: hammer098@yahoo.com github: dstull twitter: dougstull feedburner: feedname production_url: http://dstull.github.io JB: version: 0.3.0 BASE_PATH: false ASSET_PATH: false archive_path: "/archive.html" categories_path: "/categories.html" tags_path: "/tags.html" atom_path: "/atom.xml" rss_path: "/rss.xml" markdown: redcarpet redcarpet: extensions: - no_intra_emphasis - fenced_code_blocks - autolink - tables - with_toc_data comments: provider: disqus disqus: short_name: jekyllbootstrap livefyre: site_id: 123 intensedebate: account: 123abc facebook: appid: 123 num_posts: 5 width: 580 colorscheme: light analytics: provider: google google: tracking_id: UA-123-12 getclicky: site_id: mixpanel: token: _MIXPANEL_TOKEN_ piwik: baseURL: myserver.tld/piwik idsite: '1' sharing: provider: false
18.785714
50
0.661597
23772155f460dd3c30fbb8ed0dbf861b11ce6cfa
720
yaml
YAML
manifests/s/Scala/Scala/2/2.13.8.400/Scala.Scala.2.installer.yaml
d3vel0per/winget-pkgs
67831607400abcc584748c7724d187e580e5d293
[ "MIT" ]
1
2021-09-28T07:39:14.000Z
2021-09-28T07:39:14.000Z
manifests/s/Scala/Scala/2/2.13.8.400/Scala.Scala.2.installer.yaml
ItzLevvie2/winget-pkgs
89eadf5470013ad509b49ea8173c194ff36ea0fc
[ "MIT" ]
236
2021-10-01T00:40:29.000Z
2021-12-29T02:54:29.000Z
manifests/s/Scala/Scala/2/2.13.8.400/Scala.Scala.2.installer.yaml
ItzLevvie2/winget-pkgs
89eadf5470013ad509b49ea8173c194ff36ea0fc
[ "MIT" ]
1
2021-05-23T18:56:54.000Z
2021-05-23T18:56:54.000Z
# Created using wingetcreate 0.4.4.1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json PackageIdentifier: Scala.Scala.2 PackageVersion: 2.13.8.400 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 Scope: machine InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: uninstallPrevious Installers: - InstallerLocale: en-US Architecture: x86 InstallerType: msi InstallerUrl: https://downloads.lightbend.com/scala/2.13.8/scala-2.13.8.msi InstallerSha256: 5CD1A12172234B5339635BF1BEEC584F56AD47942AB57C374576F673D6DE7A63 ProductCode: '{7606E6DA-E168-42B5-8345-B08BF774CB30}' ManifestType: installer ManifestVersion: 1.1.0
28.8
91
0.779167
5fe5309e4ca03002bd441a5f354b897f41f025fa
246
yml
YAML
docker-compose.yml
sureshamk/flux-ui
e7a6c463e704d18c2ec57aa54d7a9090d3a99869
[ "MIT" ]
34
2020-01-11T01:31:47.000Z
2021-05-23T17:23:40.000Z
docker-compose.yml
sureshamk/flux-ui
e7a6c463e704d18c2ec57aa54d7a9090d3a99869
[ "MIT" ]
11
2020-02-13T16:48:06.000Z
2022-02-26T20:29:15.000Z
docker-compose.yml
sureshamk/flux-ui
e7a6c463e704d18c2ec57aa54d7a9090d3a99869
[ "MIT" ]
null
null
null
version: '3' services: client: build: . ports: - "8081:80" env_file: - .env.local # volumes: # - ./nginx.conf:/etc/nginx/conf.d/default.conf # - ./nginx.conf.esh:/nginx.conf.esh # - ./setup.sh:/setup.sh
20.5
52
0.536585
8f4b5fc7c3aa41b9b11a36dc76778d8bbfab5af4
848
yaml
YAML
workload/service.yaml
dev-launchers/community-minecraft
d1ff04eb388648748de140ab5fced8e7699a565a
[ "MIT" ]
2
2020-12-23T06:23:50.000Z
2021-01-25T11:57:59.000Z
workload/service.yaml
dev-launchers-sandbox/community-minecraft
d1ff04eb388648748de140ab5fced8e7699a565a
[ "MIT" ]
8
2020-11-30T22:48:16.000Z
2020-12-11T21:03:32.000Z
workload/service.yaml
dev-launchers-sandbox/community-minecraft
d1ff04eb388648748de140ab5fced8e7699a565a
[ "MIT" ]
1
2021-01-25T11:58:05.000Z
2021-01-25T11:58:05.000Z
apiVersion: v1 kind: Service metadata: name: community-minecraft-dashboard namespace: community-minecraft spec: selector: app: community-minecraft ports: - name: http-tcp protocol: TCP port: 80 - name: http-8080-tcp protocol: TCP port: 8080 --- apiVersion: v1 kind: Service metadata: name: community-minecraft-ssh namespace: community-minecraft spec: selector: app: community-minecraft ports: - name: ssh protocol: TCP port: 22 --- apiVersion: v1 kind: Service metadata: name: community-minecraft namespace: community-minecraft spec: type: NodePort selector: app: community-minecraft ports: - name: minecraft-tcp protocol: TCP port: 25565 nodePort: 31672 - name: minecraft-udp protocol: UDP port: 25565 nodePort: 31673
18.042553
37
0.662736
2c8e7439a317ebd59b75bd5b9d8c85035fc4ff9e
583
yaml
YAML
config-suspend/orphanet-hgnc/config.yaml
yucca-t-k/togoid-config
bc4a74c453a50f2c1743ac30ba30798d470e12fc
[ "MIT" ]
3
2021-05-28T04:46:25.000Z
2022-03-08T22:02:59.000Z
config-suspend/orphanet-hgnc/config.yaml
yucca-t-k/togoid-config
bc4a74c453a50f2c1743ac30ba30798d470e12fc
[ "MIT" ]
58
2021-02-09T00:47:38.000Z
2022-02-15T05:03:16.000Z
config-suspend/orphanet-hgnc/config.yaml
yucca-t-k/togoid-config
bc4a74c453a50f2c1743ac30ba30798d470e12fc
[ "MIT" ]
12
2021-02-04T06:39:05.000Z
2021-05-20T08:09:57.000Z
source: label: Orphanet Rare Disease Ontology type: Disease namespace:orphanet.ordo prefix: http://identifiers.org/orphanet.ordo/ target: label: HGNC type: Gene namespace: HGNC prefix: http://identifiers.org/hgnc/ link: file: pair.tsv forward: label: Related ID of ORDO namespace: rdfs prefix: http://www.w3.org/2000/01/rdf-schema# predicate: seeAlso reverse: label: Related ID of HGNC namespace: rdfs prefix: http://www.w3.org/2000/01/rdf-schema# predicate: seeAlso update: frequency: not stable method: ordo_hgnc.bash
18.806452
49
0.696398
881a6c3bb85224cfe6318b788b63521778750c3d
254
yml
YAML
.travis.yml
alyjee/jsonstreamingparser
69de7b95c455f4503642b0705c49eeba9aa22184
[ "MIT" ]
null
null
null
.travis.yml
alyjee/jsonstreamingparser
69de7b95c455f4503642b0705c49eeba9aa22184
[ "MIT" ]
null
null
null
.travis.yml
alyjee/jsonstreamingparser
69de7b95c455f4503642b0705c49eeba9aa22184
[ "MIT" ]
null
null
null
language: php php: - 7.1 - 7.2 matrix: fast_finish: true cache: directories: - vendor/ - tools/ before_script: - composer install --optimize-autoloader --no-suggest --quiet script: - make phpcs - make test
12.7
65
0.586614
f7e1aa90f2bc3298a2e42881527cd695a55942ca
197
yaml
YAML
docs/scripts/external-dns-values.yaml
jmprusi/global-load-balancer-operator
4f443081db22c17d0f0db4973cb54cbced0549fe
[ "Apache-2.0" ]
33
2020-07-14T19:26:29.000Z
2022-03-23T10:45:31.000Z
docs/scripts/external-dns-values.yaml
jmprusi/global-load-balancer-operator
4f443081db22c17d0f0db4973cb54cbced0549fe
[ "Apache-2.0" ]
12
2020-07-30T13:02:51.000Z
2021-11-15T15:39:10.000Z
docs/scripts/external-dns-values.yaml
jmprusi/global-load-balancer-operator
4f443081db22c17d0f0db4973cb54cbced0549fe
[ "Apache-2.0" ]
13
2020-07-14T10:41:58.000Z
2021-11-16T23:07:37.000Z
provider: aws aws: zoneType: public sources: - crd logLevel: debug annotationFilter: type=global txtPrefix: ocp crd: create: true apiversion: externaldns.k8s.io/v1alpha1 kind: DNSEndpoint
16.416667
41
0.766497
f9f0cac2b1df04604e20e8c8784ee6808697a158
871
yaml
YAML
full-demo/contacts-api-ingress.yaml
PaulGilchrist/kubernetes-example
fefdd697ca97a6696ee836274236b289fc580445
[ "MIT" ]
null
null
null
full-demo/contacts-api-ingress.yaml
PaulGilchrist/kubernetes-example
fefdd697ca97a6696ee836274236b289fc580445
[ "MIT" ]
1
2022-02-27T15:35:05.000Z
2022-02-27T15:35:05.000Z
full-demo/contacts-api-ingress.yaml
PaulGilchrist/kubernetes-example
fefdd697ca97a6696ee836274236b289fc580445
[ "MIT" ]
null
null
null
--- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: contacts-api-ingress # namespace: default annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/cors-allow-methods: "DELETE, GET, OPTIONS, PATCH, POST, PUT" nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/limit-rps: "100" nginx.ingress.kubernetes.io/rewrite-target: / spec: rules: - host: contacts.company.com http: paths: - path: / pathType: Prefix backend: service: name: contacts-api-service port: number: 80 # This section is only required if TLS is to be enabled for the Ingress tls: - hosts: - contacts.company.com secretName: company-cert
29.033333
92
0.637199
e47dbc2ff80dd9e584b21e364e5c9e518adb552d
114
yaml
YAML
tests/operator/test-operators/nukikata/fixture/nuki.yaml
insight-infrastructure/cookiecutter
5e77a6f59786759cf1b469e7bd827b6d340a31c6
[ "BSD-3-Clause" ]
8
2020-06-15T18:49:24.000Z
2021-04-15T10:34:24.000Z
tests/operator/test-operators/nukikata/fixture/nuki.yaml
insight-infrastructure/cookiecutter
5e77a6f59786759cf1b469e7bd827b6d340a31c6
[ "BSD-3-Clause" ]
19
2020-06-28T16:03:56.000Z
2020-10-07T15:52:06.000Z
tests/operator/test-operators/nukikata/fixture/nuki.yaml
insight-infrastructure/nukikata
5e77a6f59786759cf1b469e7bd827b6d340a31c6
[ "BSD-3-Clause" ]
null
null
null
foo: type: stat input: bar when: "{{ nuki.foo is defined }}" read_stuff: type: yaml path: example.yaml
12.666667
35
0.631579
5077fda23025ebdfe3d6011df6db298de69ff5b6
296
yaml
YAML
repo/case/ibm-connect-direct/index.yaml
guptadiv/cloud-pak
cbaaacebe2b8802c217519a29792d3264c78518d
[ "Apache-2.0" ]
104
2018-10-30T16:07:27.000Z
2022-03-29T08:25:28.000Z
repo/case/ibm-connect-direct/index.yaml
guptadiv/cloud-pak
cbaaacebe2b8802c217519a29792d3264c78518d
[ "Apache-2.0" ]
33
2018-11-05T19:35:16.000Z
2022-03-23T15:52:38.000Z
repo/case/ibm-connect-direct/index.yaml
guptadiv/cloud-pak
cbaaacebe2b8802c217519a29792d3264c78518d
[ "Apache-2.0" ]
1,244
2018-11-18T18:04:47.000Z
2022-03-30T20:29:05.000Z
apiVersion: v1 latestAppVersion: 6.2.0.0_ifix000 latestVersion: 1.3.0 versions: 1.0.0: appVersion: 6.0.0 1.2.0: appVersion: 6.1.0 1.2.1: appVersion: 6.1.0 1.2.2: appVersion: 6.1.0.4_iFix000 1.2.3: appVersion: 6.1.0.4_iFix011 1.3.0: appVersion: 6.2.0.0_ifix000
17.411765
33
0.631757
d9dec123ce8b33523d48836e441d13861415e33c
114
yml
YAML
tests/validation/cattlevalidationtest/core/resources/metadatadc/dc_metadata_2.yml
bmdepesa/validation-tests
23e7ab95ce76744483a0657f790b42a88a93436d
[ "Apache-2.0" ]
7
2015-11-18T17:43:08.000Z
2021-07-14T09:48:18.000Z
tests/validation/cattlevalidationtest/core/resources/metadatadc/dc_metadata_2.yml
bmdepesa/validation-tests
23e7ab95ce76744483a0657f790b42a88a93436d
[ "Apache-2.0" ]
175
2015-07-09T18:41:24.000Z
2021-06-10T21:23:27.000Z
tests/validation/cattlevalidationtest/core/resources/metadatadc/dc_metadata_2.yml
bmdepesa/validation-tests
23e7ab95ce76744483a0657f790b42a88a93436d
[ "Apache-2.0" ]
25
2015-08-08T04:54:24.000Z
2021-05-25T21:10:37.000Z
test2: restart: always tty: true image: sangeetha/testclient stdin_open: true labels: test1: value1
14.25
29
0.701754
8a2f82f341cc324ef6009ac5c98dc9fb68735632
187
yaml
YAML
venv/lib/python3.6/site-packages/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3235.yaml
usegalaxy-no/usegalaxy
75dad095769fe918eb39677f2c887e681a747f3a
[ "MIT" ]
1
2020-01-22T13:11:23.000Z
2020-01-22T13:11:23.000Z
venv/lib/python3.6/site-packages/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3235.yaml
usegalaxy-no/usegalaxy
75dad095769fe918eb39677f2c887e681a747f3a
[ "MIT" ]
12
2020-02-21T07:24:52.000Z
2020-04-14T09:54:32.000Z
venv/lib/python3.6/site-packages/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3235.yaml
usegalaxy-no/usegalaxy
75dad095769fe918eb39677f2c887e681a747f3a
[ "MIT" ]
null
null
null
minor_changes: - na_elementsw_network_interfaces - restructure options into 2 dictionaries ``bond_1g`` and ``bond_10g``, so that there is no shared option. Disallow all older options.
62.333333
171
0.786096
77d15794c15a1195a8a457dfe093f813d1c2e1c1
57
yml
YAML
apps/widget/modules/api_v2/config/cache.yml
zimalab/policat
e2b241e8ab07c6439f5273e0d5f9a3e7efb124ec
[ "MIT" ]
18
2015-10-14T15:26:42.000Z
2020-04-16T17:39:37.000Z
apps/widget/modules/api_v2/config/cache.yml
zimalab/policat
e2b241e8ab07c6439f5273e0d5f9a3e7efb124ec
[ "MIT" ]
12
2021-02-03T10:30:46.000Z
2022-02-11T00:04:00.000Z
apps/widget/modules/api_v2/config/cache.yml
zimalab/policat
e2b241e8ab07c6439f5273e0d5f9a3e7efb124ec
[ "MIT" ]
7
2016-01-27T11:13:36.000Z
2021-01-09T06:06:02.000Z
doc: enabled: true with_layout: true lifetime: 600
11.4
19
0.701754
ae47154791d50f3148d468e3b1e15929b702bde7
79
yml
YAML
spec/ansible/roles/ansible-role-ubuntu-stig-vanilla/vars/main.yml
ranguli/canonical-ubuntu-18.04-lts-stig-baseline
22009afc445f946be1a34be300d0b412a7b23c61
[ "Apache-2.0" ]
null
null
null
spec/ansible/roles/ansible-role-ubuntu-stig-vanilla/vars/main.yml
ranguli/canonical-ubuntu-18.04-lts-stig-baseline
22009afc445f946be1a34be300d0b412a7b23c61
[ "Apache-2.0" ]
null
null
null
spec/ansible/roles/ansible-role-ubuntu-stig-vanilla/vars/main.yml
ranguli/canonical-ubuntu-18.04-lts-stig-baseline
22009afc445f946be1a34be300d0b412a7b23c61
[ "Apache-2.0" ]
null
null
null
--- – hosts: all sudo: yes roles: – { role: “ansible-role-ubuntu-stig-vanilla”}
15.8
45
0.658228
342a2f2af0dabcb155159bf4c73c5a84797560f2
1,842
yml
YAML
scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn/files/openstack-ansible/pike/group_vars/quagga_all.yml
opnfv/sdnvpn
4c26920af6c8a2bd083395bff269ba01570590d1
[ "Apache-2.0" ]
5
2017-08-30T13:45:56.000Z
2018-10-09T11:41:50.000Z
scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn/files/openstack-ansible/pike/group_vars/quagga_all.yml
opnfv/sdnvpn
4c26920af6c8a2bd083395bff269ba01570590d1
[ "Apache-2.0" ]
null
null
null
scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn/files/openstack-ansible/pike/group_vars/quagga_all.yml
opnfv/sdnvpn
4c26920af6c8a2bd083395bff269ba01570590d1
[ "Apache-2.0" ]
7
2016-12-16T12:24:42.000Z
2018-10-09T11:41:51.000Z
--- # Copyright (c) 2017-2018 Ericsson AB and others. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Distro on which quagga packages to be installed quagga_install_method: "{{ (ansible_os_family=='Debian') | ternary('deb_repo', 'rpm_repo') }}" # Quagga deb packages repository location quagga_deb_repo: https://wiki.opnfv.org/download/attachments/6827916/quagga-ubuntu.tar.gz # Quagga rpm packages repository location quagga_rpm_repo: https://wiki.opnfv.org/download/attachments/6827916/quagga-4.tar.gz # Find out correct quagga package url based on the # quagga install method quagga_package_url: "{% if quagga_install_method == 'deb_repo' %}{{ quagga_deb_repo }}{% else %}{{ quagga_rpm_repo }}{% endif %}" # Temporary location on which quagga packages to be # retrieved for the installation temp_quagga_dir: /tmp/quagga # The neutron server node on which OSA configures ODL # as the BGP speaker odl_bgp_speaker_host: "{{ ((groups['neutron_server'] | intersect(ansible_play_hosts)) | list)[0] }}" # BGP Config Server Port at quagga side for ODL to establish # thrift connection. bgp_config_server_port: 7644 # The ODL client location which is used to run the karaf # commands to configure ODL as BGP speaker opendaylight_karaf_client: /opt/opendaylight/bin/client # The ODL karaf host ip address opendaylight_karaf_host: 127.0.0.1
39.191489
129
0.768187
346d40f05555488ad233dcc891fe3e235523550f
247
yml
YAML
episode-302/profile-before/test/fixtures/users.yml
RockHong/railscasts-episodes
7409fce755d79d8010f9c9b33c25592b22de1fc4
[ "MIT" ]
137
2015-01-12T13:35:03.000Z
2021-12-30T08:49:07.000Z
episode-302/profile-before/test/fixtures/users.yml
RockHong/railscasts-episodes
7409fce755d79d8010f9c9b33c25592b22de1fc4
[ "MIT" ]
21
2015-03-22T01:42:07.000Z
2021-11-03T02:31:30.000Z
episode-302/profile-before/test/fixtures/users.yml
RockHong/railscasts-episodes
7409fce755d79d8010f9c9b33c25592b22de1fc4
[ "MIT" ]
312
2015-01-01T23:21:23.000Z
2022-03-25T04:25:46.000Z
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html one: name: MyString gender: MyString bio: MyText public_profile: false two: name: MyString gender: MyString bio: MyText public_profile: false
17.642857
86
0.748988
0767b492bb28c5bea18c26ee39bcadbab3cd5a0c
6,367
yaml
YAML
packages/sh/shell-monad.yaml
commercialhaskell/all-cabal-metadata
902ff2131e450cb4653ba7a420d465c9a6735057
[ "MIT" ]
10
2016-01-04T00:09:51.000Z
2021-02-01T02:20:05.000Z
packages/sh/shell-monad.yaml
commercialhaskell/all-cabal-metadata
902ff2131e450cb4653ba7a420d465c9a6735057
[ "MIT" ]
1
2018-08-27T20:11:55.000Z
2018-08-27T20:11:55.000Z
packages/sh/shell-monad.yaml
commercialhaskell/all-cabal-metadata
902ff2131e450cb4653ba7a420d465c9a6735057
[ "MIT" ]
12
2016-04-21T04:17:05.000Z
2022-03-27T09:36:12.000Z
homepage: '' changelog-type: text hash: b6d2280b2503f69a684e8bccc275ee088699845486a4e06c9611053f92b93f4d test-bench-deps: {} maintainer: Joey Hess <id@joeyh.name> synopsis: shell monad changelog: | shell-monad (0.6.9) unstable; urgency=medium * Prepare for monad of no return, by removing redundant return implementation for Script. * Drop compatability code for ghc older than 8.4.1. -- Joey Hess <id@joeyh.name> Wed, 26 Feb 2020 11:10:55 -0400 shell-monad (0.6.8) unstable; urgency=medium * Added withEnv, subshell and group. Thanks, dhivael -- Joey Hess <id@joeyh.name> Sat, 12 Jan 2019 17:11:39 -0400 shell-monad (0.6.7) unstable; urgency=medium * Fix quoting of empty String/Text. -- Joey Hess <id@joeyh.name> Sat, 22 Dec 2018 16:35:48 -0400 shell-monad (0.6.6) unstable; urgency=medium * Improvements to build with base-4.12 (MonadFail). -- Joey Hess <id@joeyh.name> Mon, 29 Oct 2018 12:32:56 -0400 shell-monad (0.6.5) unstable; urgency=medium * Fix some documentation typos. * Improvements to build with GHC 7.10.3 - 8.4.3. (Thanks, Simon Michael.) * Added inline example to documentation. -- Joey Hess <id@joeyh.name> Sat, 13 Oct 2018 15:50:44 -0400 shell-monad (0.6.4) unstable; urgency=medium * Fix build with ghc 7.10. -- Joey Hess <id@joeyh.name> Fri, 12 Jun 2015 14:09:16 -0400 shell-monad (0.6.3) unstable; urgency=medium * Add Applicative instance for Script. (Thanks, Abhinav Gupta) * Add IsString instance for Quoted Text. (Thanks, Abhinav Gupta) * Add newVarFrom. (Thanks, Abhinav Gupta) * Fixed "test (foo)" to generate shell code "test ( foo )", where before it had generated the invalid shell code "test (foo)". (Thanks, Ville) -- Joey Hess <id@joeyh.name> Sat, 14 Mar 2015 13:38:13 -0400 shell-monad (0.6.2) unstable; urgency=medium * Avoid using $_ as this doesn't work in bash. -- Joey Hess <id@joeyh.name> Fri, 09 Jan 2015 23:08:21 -0400 shell-monad (0.6.1) unstable; urgency=medium * Always render comments using : , not # This ensures that some oddball constuctions, eg making a pipe to a comment, always generate valid shell code. -- Joey Hess <id@joeyh.name> Tue, 06 Jan 2015 19:13:58 -0400 shell-monad (0.6.0) unstable; urgency=medium * Added a nice interface to the test command. Test is a GADT, which allows constraining numeric tests to only accept Integral Vars. * Fix bug in lengthVar. * Fix the variable returned by lengthVar so it can be expanded inside an arithmetic expression. * Fixed composition of defaultVar, whenVar, errUnlessVar, and trimVar. * The Var data type has been renamed to Term Var. * There is also a Term Static, for static values from haskell. * Instead of Val x, use static x. * Implemented a Num instance for Arith, so now Arith can be built up from regular haskell expressions, for example: val x * (100 + val y) -- Joey Hess <id@joeyh.name> Sun, 28 Dec 2014 20:14:47 -0400 shell-monad (0.5.0) unstable; urgency=medium * newVarContaining is generalized to work for all showable data types. -- Joey Hess <id@joeyh.name> Sat, 27 Dec 2014 17:10:23 -0400 shell-monad (0.4.0) unstable; urgency=medium * Var now has a phantom type. This allows the haskell type checker to type check untyped shell variables! * added Arith * Really fix stopOnFailure. Strings. So easy to typo three times. -- Joey Hess <id@joeyh.name> Sat, 27 Dec 2014 10:38:13 -0400 shell-monad (0.3.1) unstable; urgency=medium * Fixed linear rendering of caseOf -- Joey Hess <id@joeyh.name> Fri, 26 Dec 2014 23:49:38 -0400 shell-monad (0.3.0) unstable; urgency=medium * Renamed a few operators. * Added defaultVar, whenVar, lengthVar, and trimVar. * Due to changes in how variable expansion is handled, the val function has been removed, and WithVar should be used instead. * newVar now ensures that the variable starts out empty. * Added caseOf * Fix bug in stopOnFailure. -- Joey Hess <id@joeyh.name> Fri, 26 Dec 2014 22:58:56 -0400 shell-monad (0.2.1) unstable; urgency=medium * Simple support for globs. * Fixed propigation of the outer monad's state into Output, which fixes a bug in the unusual case where variables or funtions are defined inside Output. * Support redirection, including redirection from here-documents. * Here documents are emulated in linearScript output mode. * cmd is now polymorhpic on its first argument, allowing the command to run to be specified using String, Var, or even Output. -- Joey Hess <id@joeyh.name> Fri, 26 Dec 2014 15:20:53 -0400 shell-monad (0.2.0) unstable; urgency=medium * newVar, newVarContaining, takeParameter, and func all now take a namehint parameter, which can be () or (NameHinted "foo"). * Added -&&- and -||- -- Joey Hess <id@joeyh.name> Thu, 25 Dec 2014 20:19:35 -0400 shell-monad (0.1.0) unstable; urgency=medium * Added positionalParameters and takeParameter. * Shell functions can be called with parameters. * String is now an instance of CmdArg -- Joey Hess <id@joeyh.name> Thu, 25 Dec 2014 13:04:35 -0400 shell-monad (0.0.3) unstable; urgency=medium * Added Output data type, which alows cmd to accept (Output (Script ())) as a parameter. * Better Quoted data type. -- Joey Hess <id@joeyh.name> Thu, 25 Dec 2014 12:07:04 -0400 shell-monad (0.0.2) unstable; urgency=medium * Better constructing of pipes. * Added whileCmd, ifCmd, whenCmd, and unlessCmd. * Added stopOnFailure and ignoreFailure. -- Joey Hess <id@joeyh.name> Thu, 25 Dec 2014 01:11:34 -0400 shell-monad (0.0.1) unstable; urgency=medium * First release. -- Joey Hess <id@joeyh.name> Wed, 24 Dec 2014 19:23:44 -0400 basic-deps: unix: -any base: (>=4.11 && <5) text: -any containers: -any all-versions: - 0.0.1 - 0.0.2 - 0.0.3 - 0.1.0 - 0.2.0 - 0.2.1 - 0.3.0 - 0.3.1 - 0.4.0 - 0.5.0 - 0.6.0 - 0.6.1 - 0.6.2 - 0.6.3 - 0.6.4 - 0.6.5 - 0.6.6 - 0.6.7 - 0.6.8 - 0.6.9 author: Joey Hess latest: 0.6.9 description-type: haddock description: This is a shell monad, for generating shell scripts. license-name: BSD-3-Clause
30.610577
77
0.676771
c6fda53bfdb394f87874ab8045a8a3d1c8723378
10,836
yaml
YAML
source/patterns/04-pages/research-article/research-article~en.yaml
thewilkybarkid/libero-pattern-library
161b8f93ce011d40db4a289dc7ccd46891afb135
[ "MIT" ]
null
null
null
source/patterns/04-pages/research-article/research-article~en.yaml
thewilkybarkid/libero-pattern-library
161b8f93ce011d40db4a289dc7ccd46891afb135
[ "MIT" ]
null
null
null
source/patterns/04-pages/research-article/research-article~en.yaml
thewilkybarkid/libero-pattern-library
161b8f93ce011d40db4a289dc7ccd46891afb135
[ "MIT" ]
null
null
null
siteHeader: logo: href: '#' infoBar: type: info image: src: ../../images/info-bar/info.svg content: - text: 'There is additional ' - template: atoms-link arguments: attributes: href: '#' text: interesting infomation - text: ' available.' contentHeader: download: link: href: '#' alt: Download the PDF for this article contentTitle: text: An unexpected noncarpellate epigynous flower from the Jurassic of China categories: attributes: aria-label: Category listings that include this article items: - content: text: Evolutionary Biology - content: text: Plant Biology meta: attributes: aria-label: Publication details items: - attributes: aria-label: Type of article content: attributes: href: '#' text: Research Article - attributes: aria-label: Publication date content: text: - template: atoms-time arguments: attributes: datetime: '2018-12-18' text: Dec 18, 2018 authors: attributes: aria-label: Authors of this article items: - content: text: Andrea Campbell - content: text: Raymond Clark - content: text: Harry Stanley - content: text: Rebecca Hicks - content: text: Rose Silva - content: text: Ashley Moreno - content: text: Diana Ramos - content: text: Kathleen Jacobs - content: text: Judy Willis - content: text: Helen Walters - content: text: Lisa Lawson affiliations: attributes: aria-label: Author affiliations items: - content: text: Chinese Academy of Sciences, China - content: text: Universidad de Vigo, Spain - content: text: Brisbane Botanical Gardens Mt Coot-tha, Australia - content: text: Fujian Agriculture and Forestry University, China - content: text: China Geological Survey, China - content: text: Nanjing Normal University, China body: - template: molecules-section arguments: heading: text: Abstract content: - template: atoms-paragraph arguments: text: - > The origin of angiosperms has been a long-standing botanical debate. The great diversity of angiosperms in the Early Cretaceous makes the Jurassic a promising period in which to anticipate the origins of the angiosperms. Here, based on observations of 264 specimens of 198 individual flowers preserved on 34 slabs in various states and orientations, from the South Xiangshan Formation (Early Jurassic) of China, we describe a fossil flower, - template: atoms-italic arguments: text: Nanjinganthus dendrostyla - >1 gen. et sp. nov.. The large number of specimens and various preservations allow for an evidence-based reconstruction of the flower. From the evidence of the combination of an invaginated receptacle and ovarian roof, we infer that the seeds of - template: atoms-italic arguments: text: Nanjinganthus - >1 were completely enclosed. Evidence of an actinomorphic flower with a dendroid style, cup-form receptacle, and angiospermy, is consistent with - template: atoms-italic arguments: text: Nanjinganthus - >1 being a bona fide angiosperm from the Jurassic, an inference that we hope will re-invigorate research into angiosperm origins. - template: molecules-section arguments: heading: text: eLife Digest content: - template: atoms-paragraph arguments: text: - 'From ' - template: atoms-sub arguments: text: oranges - ' to ' - template: atoms-sup arguments: text: apples - > , flowering plants produce most of the fruits and vegetables that we can see on display in a supermarket. While we may take little notice of the - template: atoms-bold arguments: text: poppy fields - ' and plum blossoms around us, how flowers came to be has been an intensely debated mystery.' - template: atoms-paragraph arguments: text: > The current understanding, which is mainly based on previously available fossils, is that flowers appeared about 125 million years ago in the Cretaceous, an era during which many insects such as bees also emerged. But not everybody agrees that this is the case. Genetic analyses, for example, suggest that flowering plants are much more ancient. Another intriguing element is that flowers seemed to have arisen during the Cretaceous ‘out of nowhere’. - template: atoms-paragraph arguments: text: > Fossils are essential to help settle the debate but it takes diligence and luck to find something as fragile as a flower preserved in rocks for millions of years. In addition, digging out what could look like a bloom is not enough. It is only if the ovules (the cells that will become seeds when fertilized) of the plant are completely enclosed inside the ovary before pollination that researchers can definitely say that they have found a ‘true’ flower. - template: atoms-paragraph arguments: text: - > Now, Fu et al. describe over 200 specimens of a new fossil flower that presents this characteristic, as well as other distinctive features such as petals and sepals – the leaf-like parts that protect a flower bud. Called - template: atoms-italic arguments: text: Nanjinganthus - > , the plant dates back to more than 174 million years ago, making it the oldest known record of a ‘true’ flower by almost 50 million years. Contrary to mainstream belief, this would place the apparition of flowering plants to the Early Jurassic, the period that saw dinosaurs dominating the planet. This discovery may reshape our current understanding of the evolution of flowers. - template: molecules-figure arguments: content: template: atoms-image arguments: image: src: https://iiif.elifesciences.org/lax/38827%2Felife-38827-fig1-v2.tif/full/617,/0/default.jpg alt: '' sources: - type: image/webp srcset: https://iiif.elifesciences.org/lax/38827%2Felife-38827-fig1-v2.tif/full/1234,/0/default.webp 2x, https://iiif.elifesciences.org/lax/38827%2Felife-38827-fig1-v2.tif/full/617,/0/default.webp 1x - type: image/jpeg srcset: https://iiif.elifesciences.org/lax/38827%2Felife-38827-fig1-v2.tif/full/1234,/0/default.jpg 2x, https://iiif.elifesciences.org/lax/38827%2Felife-38827-fig1-v2.tif/full/617,/0/default.jpg 1x caption: heading: text: - 'Siltstone slabs bearing ' - template: atoms-italic arguments: text: Nanjinganthus - . level: 3 content: - template: atoms-paragraph arguments: text: - All bars are 1 cm long. ( - template: atoms-bold arguments: text: A - >- ) Six flowers (1-6) on the same slab, and an associated triangular leaflet with parallel venation. PB22227. ( - template: atoms-bold arguments: text: B - ) Several flowers on the same slab. 1–3 are shown in detail in Figures 2f and 6d,e. PB22226. ( - template: atoms-bold arguments: text: C - ') Several flowers (1-8) on the same slab and the associated ' - template: atoms-italic arguments: text: Nilssonia parabrevis - ' (top). PB22220. (' - template: atoms-bold arguments: text: D - >- ) Several flowers (1-6) on the same slab. 1–3 are shown in detail in Figures 2h and 3a–c. PB22224. ( - template: atoms-bold arguments: text: E - >- ) Many flowers on the same slab. Some of the numbered ones are shown in detail in later figures. PB22222a. ( - template: atoms-bold arguments: text: F - ) A slab with numerous flowers. PB22221. ( - template: atoms-bold arguments: text: G - ) A slab almost fully covered with flowers. PB22228. tags: groups: - title: text: Categories and tags list: items: - content: attributes: href: '#' text: Research Article - content: text: Evolutionary Biology - content: text: Plant biology - content: attributes: href: '#' text: Nanjinganthus - content: attributes: href: '#' text: Fossil - content: text: Jurassic - content: text: China - content: text: Angiosperms - content: text: Flower
38.83871
219
0.526117
cdd677132abd29528f732ef3d97db5141516fbb8
460
yml
YAML
azure-pipelines.yml
agustin-golmar/Multitier
39162526c0eee5f707d2079b0d08a25c169b3498
[ "MIT" ]
null
null
null
azure-pipelines.yml
agustin-golmar/Multitier
39162526c0eee5f707d2079b0d08a25c169b3498
[ "MIT" ]
267
2019-08-02T06:46:10.000Z
2022-03-27T09:04:14.000Z
azure-pipelines.yml
agustin-golmar/Multitier
39162526c0eee5f707d2079b0d08a25c169b3498
[ "MIT" ]
2
2019-08-02T06:43:35.000Z
2019-08-16T01:59:31.000Z
# ############################################################################## # Azure DevOps Pipeline [https://aka.ms/yaml] # pool: vmImage: 'ubuntu-latest' container: image: maven:3.6.2-jdk-12 steps: - checkout: self - script: | java -version mvn -version mvn clean package displayName: 'Build' - task: PublishTestResults@2 inputs: testResultsFormat: 'JUnit' testResultsFiles: '**/TEST-*.xml' failTaskOnFailedTests: true
20
80
0.558696
b88d54e2bc55c31f2b61ba830dd57da2655ae02a
1,767
yml
YAML
.github/workflows/release.yml
i8beef/I8Beef.Analyzers
94af4d3c09a06ff8138317aaa9265fff105b0c09
[ "MIT" ]
4
2017-08-24T20:31:08.000Z
2019-02-12T11:44:25.000Z
.github/workflows/release.yml
i8beef/I8Beef.CodeAnalysis.RuleSet
94af4d3c09a06ff8138317aaa9265fff105b0c09
[ "MIT" ]
null
null
null
.github/workflows/release.yml
i8beef/I8Beef.CodeAnalysis.RuleSet
94af4d3c09a06ff8138317aaa9265fff105b0c09
[ "MIT" ]
null
null
null
name: release on: push: tags: - "v[0-9]+.[0-9]+.[0-9]+" env: DOTNETVERSION: "5.0.x" APP: "I8Beef.CodeAnalysis.RuleSet" CSPROJ: "I8Beef.CodeAnalysis.RuleSet.csproj" PACKOUTPUTPATH: "./out" jobs: build: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 with: ref: master fetch-depth: 0 - name: Setup .NET Core SDK ${{ env.DOTNETVERSION }} uses: actions/setup-dotnet@v1.7.2 with: dotnet-version: ${{ env.DOTNETVERSION }} - name: Get version id: version uses: battila7/get-version-action@v2 - name: Get previous release tag id: previousTag uses: sammcoe/get-previous-release-action@v1.0.3 - name: Build changelog id: gitLog uses: jarrodparkes/git-log-action@1.0.0 with: start: ${{ steps.previousTag.outputs.tag }} end: ${{ github.ref }} - name: Build run: dotnet pack ${{ env.CSPROJ }} -p:PackageVersion=${{ steps.version.outputs.version-without-v }} -o ${{ env.PACKOUTPUTPATH }} - name: Upload NuGet build artifact uses: actions/upload-artifact@v2 with: name: ${{ env.APP }} NuGet Packages path: ${{ env.PACKOUTPUTPATH }} - name: MyGet push run: dotnet nuget push "${{ env.PACKOUTPUTPATH }}/*.nupkg" --source https://www.myget.org/F/i8beef/api/v3/index.json --api-key ${{ secrets.MYGET_TOKEN }} --skip-duplicate --no-symbols true - name: GitHub NuGet push run: dotnet nuget push "${{ env.PACKOUTPUTPATH }}/*.nupkg" --source https://nuget.pkg.github.com/i8beef/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols true
31
196
0.597623
9c0ede6893517f11f18a3769ff7623bb8dde7aaf
711
yml
YAML
preview/docs-ref-autogen/com.azure.resourcemanager.kusto.models.EventGridDataFormat.JSON.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
preview/docs-ref-autogen/com.azure.resourcemanager.kusto.models.EventGridDataFormat.JSON.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/com.azure.resourcemanager.kusto.models.EventGridDataFormat.JSON.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.azure.resourcemanager.kusto.models.EventGridDataFormat.JSON*" fullName: "com.azure.resourcemanager.kusto.models.EventGridDataFormat.JSON" name: "JSON" nameWithType: "EventGridDataFormat.JSON" members: - uid: "com.azure.resourcemanager.kusto.models.EventGridDataFormat.JSON" fullName: "com.azure.resourcemanager.kusto.models.EventGridDataFormat.JSON" name: "JSON" nameWithType: "EventGridDataFormat.JSON" summary: "Static value JSON for EventGridDataFormat." syntax: "public static final EventGridDataFormat JSON" type: "field" metadata: {} package: "com.azure.resourcemanager.kusto.models" artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0-beta.1
41.823529
77
0.805907
471d2d24148478e86b6244024357a79e4b16fdcb
574
yml
YAML
submissions/reusable/paper310/cd-linter-artifacts/cd-smell-occurrences/linter_configfiles/FascinatedBox__lily-docs/.gitlab-ci.yml
carminevassallo/fse20
646c9c488d3e1857930ad478f75ac468e3b21416
[ "Unlicense" ]
5
2020-08-12T16:33:51.000Z
2021-11-19T10:54:55.000Z
submissions/reusable/paper310/cd-linter-artifacts/cd-smell-occurrences/linter_configfiles/FascinatedBox__lily-docs/.gitlab-ci.yml
carminevassallo/fse20
646c9c488d3e1857930ad478f75ac468e3b21416
[ "Unlicense" ]
1
2020-05-27T21:16:02.000Z
2020-05-27T21:16:02.000Z
cd-smell-occurrences/linter_configfiles/FascinatedBox__lily-docs/.gitlab-ci.yml
sealuzh/cd-linter-artifacts
0b62b4ed0196442e1ba5ce2fe724812e6001fdfe
[ "Apache-2.0" ]
2
2020-11-04T05:28:57.000Z
2022-03-23T00:49:02.000Z
before_script: - apt-get update && apt-get -y install cmake python-markdown naturaldocs pages: stage: deploy script: - git clone --depth 1 https://gitlab.com/fascinatedbox/lily - cd lily - cmake . - make - make install - cd ../gen_core - mkdir packages - cd packages - git clone --depth 1 https://gitlab.com/fascinatedbox/lily-mkdir mkdir - cd mkdir - cmake . - make - cd ../../.. - python sitegen.py lily/src/lily_pkg_core.c - mv output .public - rm -r * - mv .public public artifacts: paths: - public only: - master
19.133333
74
0.635889
767ec5d454cc42f604f26520ecfbd74173682880
2,341
yaml
YAML
cluster/apps/games/minecraft/helm-release.yaml
tvories/k8gitops
57f82204e51328b47092aeab13daef5a739e621c
[ "MIT" ]
10
2021-07-12T17:08:32.000Z
2022-03-10T07:47:19.000Z
cluster/apps/games/minecraft/helm-release.yaml
tvories/k8gitops
57f82204e51328b47092aeab13daef5a739e621c
[ "MIT" ]
1
2021-07-11T21:31:37.000Z
2021-09-23T18:09:00.000Z
cluster/apps/games/minecraft/helm-release.yaml
tvories/k8gitops
57f82204e51328b47092aeab13daef5a739e621c
[ "MIT" ]
null
null
null
--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: minecraft namespace: games spec: releaseName: minecraft interval: 5m chart: spec: # renovate: registryUrl=https://itzg.github.io/minecraft-server-charts/ chart: minecraft version: 3.6.3 sourceRef: kind: HelmRepository name: minecraft-charts namespace: flux-system interval: 5m values: image: itzg/minecraft-server imageTag: latest resources: requests: memory: 512Mi cpu: 500m minecraftServer: serviceType: LoadBalancer # loadBalancerIP: externalTrafficPolicy: Local externalIPs: - ${MINECRAFT_LB} eula: "TRUE" version: "LATEST" type: "PAPER" # bukkitDownloadUrl: https://cdn.getbukkit.org/craftbukkit/craftbukkit-1.16.5.jar paperDownloadUrl: https://papermc.io/api/v2/projects/paper/versions/1.18.1/builds/148/downloads/paper-1.18.1-148.jar # downloadModpackUrl: https://media.forgecdn.net/files/3047/439/SevTech-Ages_3.1.7.zip difficulty: normal # whitelist: ops: McBadarse extraPorts: - name: dynmap containerPort: 8123 protocol: TCP service: enabled: false type: LoadBalancer port: 8123 externalTrafficPolicy: Local ingress: enabled: true ingressClassName: "nginx-external" annotations: ingress.kubernetes.io/ssl-redirect: "true" service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: "true" # kubernetes.io/ingress.class: nginx-external kubernetes.io/tls-acme: "true" cert-manager.io/cluster-issuer: "letsencrypt-production" nginx.ingress.kubernetes.io/cors-allow-headers: "X-Forwarded-For, X-Real-IP, X-Frame-Options, X-Content-Type-Options, X-Forwarded-Proto" hosts: - host: dynmap.${SECRET_DOMAIN} paths: - path: / pathType: Exact tls: - hosts: - dynmap.${SECRET_DOMAIN} secretName: dynmap-cert persistence: dataDir: enabled: true existingClaim: pvc-minecraft
30.012821
150
0.595472
d0bb08dbe4fc84c0bc175d6c32021d7b16f132e4
353
yaml
YAML
docs/source/changes/218.respect_ssh_maxsessions.yaml
maxfischer2781/tardis
a83ba0a02d2f153a8ab95b84ec78bc6ababa57a5
[ "MIT" ]
11
2019-06-06T14:44:56.000Z
2021-12-17T19:46:18.000Z
docs/source/changes/218.respect_ssh_maxsessions.yaml
maxfischer2781/tardis
a83ba0a02d2f153a8ab95b84ec78bc6ababa57a5
[ "MIT" ]
165
2019-04-26T09:31:19.000Z
2022-03-09T16:45:45.000Z
docs/source/changes/218.respect_ssh_maxsessions.yaml
maxfischer2781/tardis
a83ba0a02d2f153a8ab95b84ec78bc6ababa57a5
[ "MIT" ]
12
2019-06-06T14:06:15.000Z
2021-12-21T12:31:03.000Z
category: changed summary: "SSHExecutor respects the remote MaxSessions via queueing" description: | The SSHExecutor now is aware of sshd MaxSessions, which is a limit on the concurrent operations per connection. If more operations are to be run at once, operations are queued until a session becomes available. pull requests: - 218 issues: - 217
32.090909
86
0.790368
a93923a11905976912cd17847fe6f7769020f045
66
yml
YAML
docker-compose.yml
alex20465/webshutter
daa08ed2032666b4be294023ef9a154b4804b76a
[ "MIT" ]
null
null
null
docker-compose.yml
alex20465/webshutter
daa08ed2032666b4be294023ef9a154b4804b76a
[ "MIT" ]
null
null
null
docker-compose.yml
alex20465/webshutter
daa08ed2032666b4be294023ef9a154b4804b76a
[ "MIT" ]
null
null
null
version: '2' services: suggestjs_redis: image: redis
11
20
0.621212
a9431a4a04574d388ab34c5ee69c000d452ff766
1,863
yml
YAML
vars/dgraph.yml
ernestas-poskus/ansible-dgraph
c0cfde0b81f89303c037f437253ae62169500d30
[ "BSD-3-Clause" ]
null
null
null
vars/dgraph.yml
ernestas-poskus/ansible-dgraph
c0cfde0b81f89303c037f437253ae62169500d30
[ "BSD-3-Clause" ]
null
null
null
vars/dgraph.yml
ernestas-poskus/ansible-dgraph
c0cfde0b81f89303c037f437253ae62169500d30
[ "BSD-3-Clause" ]
2
2018-05-10T22:51:41.000Z
2019-02-11T13:58:34.000Z
############################################################ # Auto generated ############################################################ dgraph_service_config: - ['memory_mb', "{{ dgraph_memory_mb }}"] # must be first - ['bindall', "{{ dgraph_bindall }}"] - ['block', "{{ dgraph_block }}"] - ['config', "{{ dgraph_config }}"] - ['cpu', "{{ dgraph_cpu }}"] - ['debugmode', "{{ dgraph_debugmode }}"] - ['dumpsg', "{{ dgraph_dumpsg }}"] - ['expand_edge', "{{ dgraph_expand_edge }}"] - ['export', "{{ dgraph_export }}"] - ['expose_trace', "{{ dgraph_expose_trace }}"] - ['gentlecommit', "{{ dgraph_gentlecommit }}"] - ['group_conf', "{{ dgraph_group_conf }}"] - ['groups', "{{ dgraph_groups }}"] - ['grpc_port', "{{ dgraph_grpc_port }}"] - ['idx', "{{ dgraph_idx }}"] - ['mem', "{{ dgraph_mem }}"] - ['my', "{{ dgraph_my }}"] - ['nomutations', "{{ dgraph_nomutations }}"] - ['p', "{{ dgraph_p }}"] - ['peer', "{{ dgraph_peer }}"] - ['pending_proposals', "{{ dgraph_pending_proposals }}"] - ['port', "{{ dgraph_port }}"] - ['port_offset', "{{ dgraph_port_offset }}"] - ['posting_tables', "{{ dgraph_posting_tables }}"] - ['sc', "{{ dgraph_sc }}"] - ['tls.ca_certs', "{{ dgraph_tls__ca_certs }}"] - ['tls.cert', "{{ dgraph_tls__cert }}"] - ['tls.cert_key', "{{ dgraph_tls__cert_key }}"] - ['tls.cert_key_passphrase', "{{ dgraph_tls__cert_key_passphrase }}"] - ['tls.client_auth', "{{ dgraph_tls__client_auth }}"] - ['tls.max_version', "{{ dgraph_tls__max_version }}"] - ['tls.min_version', "{{ dgraph_tls__min_version }}"] - ['tls.on', "{{ dgraph_tls__on }}"] - ['tls.use_system_ca', "{{ dgraph_tls__use_system_ca }}"] - ['trace', "{{ dgraph_trace }}"] - ['ui', "{{ dgraph_ui }}"] - ['version', "{{ dgraph_version }}"] - ['w', "{{ dgraph_w }}"] - ['workerport', "{{ dgraph_workerport }}"]
42.340909
72
0.526033
1bdf054986cf5bd9eb2ef645816d7940a7d582fd
624
yml
YAML
src/Urbem/CoreBundle/Resources/config/doctrine/Tcesc.TipoCertidao.orm.yml
evandojunior/urbem3.0
ba8d54109e51e82b689d1881e582fb0bce4375e0
[ "MIT" ]
null
null
null
src/Urbem/CoreBundle/Resources/config/doctrine/Tcesc.TipoCertidao.orm.yml
evandojunior/urbem3.0
ba8d54109e51e82b689d1881e582fb0bce4375e0
[ "MIT" ]
null
null
null
src/Urbem/CoreBundle/Resources/config/doctrine/Tcesc.TipoCertidao.orm.yml
evandojunior/urbem3.0
ba8d54109e51e82b689d1881e582fb0bce4375e0
[ "MIT" ]
1
2020-01-29T20:35:57.000Z
2020-01-29T20:35:57.000Z
Urbem\CoreBundle\Entity\Tcesc\TipoCertidao: type: entity table: tcesc.tipo_certidao id: codTipoCertidao: type: integer generator: strategy: NONE column: cod_tipo_certidao fields: descricao: type: string nullable: false length: 80 oneToMany: fkTcescTipoCertidaoEsfinges: cascade: - persist - remove orphanRemoval: true targetEntity: Urbem\CoreBundle\Entity\Tcesc\TipoCertidaoEsfinge mappedBy: fkTcescTipoCertidao
27.130435
75
0.554487
1a12aa06ac54bf3819396b82a7d684386e3bb19a
2,924
yml
YAML
.rubocop.yml
duleorlovic/conf
e2d5399ca5ff3bdc21e67f93c627850b3fffe0ec
[ "MIT" ]
1
2020-12-15T19:48:27.000Z
2020-12-15T19:48:27.000Z
.rubocop.yml
duleorlovic/config
e2d5399ca5ff3bdc21e67f93c627850b3fffe0ec
[ "MIT" ]
null
null
null
.rubocop.yml
duleorlovic/config
e2d5399ca5ff3bdc21e67f93c627850b3fffe0ec
[ "MIT" ]
null
null
null
# http://blog.trk.in.rs/2015/12/01/vim-tips/ # ~/.rubocop.yml is used when there is no local .rubocop.yml AllCops: TargetRubyVersion: 2.7 Exclude: - config/unicorn.rb - db/schema.rb - /home/orlovic/.rvm/**/* - node_modules/**/* - db/migrate/* # 'class ActionDispatch::IntegrationTest' in single line, no need two lines Style/ClassAndModuleChildren: Enabled: false # it is OK that code explains instead class documentation Style/Documentation: Enabled: false # config, tasks and test for setup data could be very long Metrics/BlockLength: Exclude: - 'lib/**/*' - 'test/**/*' - 'config/**/*' # big test big ABC size Metrics/AbcSize: Max: 25 Exclude: - 'test/**/*' # line length is not important in db and tests Layout/LineLength: Max: 135 Exclude: - 'db/**/*' - 'test/**/*' - 'spec/**/*' # put comma after each line [1,] Style/TrailingCommaInArrayLiteral: Enabled: false # put comma after each line {a:1,} Style/TrailingCommaInHashLiteral: Enabled: false # also in arguments Style/TrailingCommaInArguments: Enabled: false # methods in 10 lines are OK but some are bigger Metrics/MethodLength: Max: 15 Exclude: - 'lib/**/*' - 'test/**/*' # classes could be huge in tests Metrics/ClassLength: Exclude: - 'test/**/*' # do not need to write # frozen_string_literal: true Style/FrozenStringLiteralComment: Enabled: false # Rails: # Enabled: true # Rails/FilePath: # Enabled: false # errors.add(:base, 'Failed') and return false # no need to use && Style/AndOr: Enabled: false # assert_match /regexp/, response.body # no need for parenthesis Lint/AmbiguousRegexpLiteral: Enabled: false # s = %q{Hi} # no need to use `%q` only for strings that contain both single quotes and double quotes # Style/UnneededPercentQ: # Style/RedudantPercentQ: # Enabled: false # class Post < ActiveRecord::Base # no need to subclass `ApplicationRecord` # Rails/ApplicationRecord: # Enabled: false # $:.push File.expand_path('lib', __dir__) # no need to use $LOAD_PATH Style/SpecialGlobalVars: Enabled: false # in scripts I like to define methods at the end using BEGIN block Style/BeginBlock: Enabled: false # use refute_ instead of assert_not _ in minitest # Rails/RefuteMethods: # Enabled: false # port: (Rails.env.production? ? nil : Rails.env.development? ? Rack::Server.new.options[:Port] : 3333), Style/NestedTernaryOperator: Enabled: false Style/LambdaCall: Enabled: false # method(*%i[a b]) # Lint/UnneededSplatExpansion: # Lint/RedudantSplatExpansion: # Enabled: false # for hash arguments, no need for space: assert_equal({a: 1}, result) # https://gist.github.com/Integralist/3822807d3c91281af22d Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space # new pending cops Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true
23.023622
104
0.708276
fc0472c772d4752641da872fa330a502c59193ad
4,657
yaml
YAML
benchmark/32x32_obst204/map_32by32_obst204_agents30_ex87.yaml
VSumanth99/libMultiRobotPlanning
0720ac87711c5bace889be160087b86a2042cd14
[ "MIT" ]
350
2018-07-23T12:33:54.000Z
2022-03-31T21:28:36.000Z
benchmark/32x32_obst204/map_32by32_obst204_agents30_ex87.yaml
VSumanth99/libMultiRobotPlanning
0720ac87711c5bace889be160087b86a2042cd14
[ "MIT" ]
33
2018-08-08T19:57:43.000Z
2022-02-19T18:16:41.000Z
benchmark/32x32_obst204/map_32by32_obst204_agents30_ex87.yaml
VSumanth99/libMultiRobotPlanning
0720ac87711c5bace889be160087b86a2042cd14
[ "MIT" ]
147
2018-07-23T12:53:16.000Z
2022-03-31T12:21:03.000Z
agents: - goal: [27, 29] name: agent0 start: [26, 14] - goal: [10, 10] name: agent1 start: [31, 18] - goal: [0, 8] name: agent2 start: [13, 19] - goal: [26, 14] name: agent3 start: [1, 9] - goal: [18, 16] name: agent4 start: [17, 22] - goal: [28, 9] name: agent5 start: [18, 24] - goal: [1, 13] name: agent6 start: [9, 11] - goal: [28, 13] name: agent7 start: [23, 8] - goal: [10, 13] name: agent8 start: [0, 21] - goal: [13, 28] name: agent9 start: [28, 20] - goal: [9, 11] name: agent10 start: [13, 13] - goal: [5, 3] name: agent11 start: [9, 18] - goal: [21, 5] name: agent12 start: [4, 29] - goal: [7, 24] name: agent13 start: [28, 29] - goal: [10, 30] name: agent14 start: [16, 24] - goal: [16, 9] name: agent15 start: [17, 18] - goal: [20, 24] name: agent16 start: [18, 6] - goal: [8, 4] name: agent17 start: [23, 23] - goal: [17, 21] name: agent18 start: [4, 31] - goal: [0, 22] name: agent19 start: [14, 1] - goal: [7, 23] name: agent20 start: [24, 30] - goal: [30, 22] name: agent21 start: [12, 17] - goal: [26, 19] name: agent22 start: [1, 21] - goal: [8, 19] name: agent23 start: [3, 19] - goal: [26, 3] name: agent24 start: [23, 9] - goal: [0, 13] name: agent25 start: [6, 12] - goal: [11, 30] name: agent26 start: [15, 10] - goal: [6, 29] name: agent27 start: [2, 23] - goal: [19, 25] name: agent28 start: [26, 24] - goal: [13, 3] name: agent29 start: [5, 25] map: dimensions: [32, 32] obstacles: - [25, 21] - [28, 17] - [1, 15] - [3, 5] - [6, 31] - [24, 5] - [7, 28] - [9, 29] - [17, 16] - [11, 1] - [21, 13] - [28, 26] - [27, 9] - [31, 21] - [4, 20] - [11, 4] - [30, 16] - [17, 26] - [10, 12] - [21, 15] - [14, 23] - [20, 5] - [18, 23] - [12, 10] - [13, 14] - [20, 19] - [24, 18] - [14, 3] - [7, 31] - [10, 31] - [14, 20] - [4, 25] - [7, 8] - [24, 31] - [21, 26] - [4, 12] - [20, 16] - [29, 30] - [27, 18] - [15, 2] - [22, 6] - [14, 21] - [5, 5] - [7, 17] - [12, 8] - [16, 12] - [18, 14] - [26, 7] - [7, 20] - [1, 3] - [26, 11] - [7, 13] - [6, 7] - [17, 0] - [30, 31] - [31, 30] - [29, 28] - [20, 21] - [26, 15] - [10, 0] - [19, 28] - [31, 15] - [13, 10] - [21, 4] - [15, 1] - [7, 19] - [24, 22] - [8, 2] - [8, 0] - [7, 5] - [11, 7] - [10, 16] - [30, 10] - [12, 22] - [24, 25] - [28, 2] - [19, 23] - [8, 18] - [27, 26] - [17, 15] - [27, 8] - [12, 31] - [21, 25] - [8, 28] - [3, 29] - [14, 4] - [23, 7] - [4, 24] - [8, 12] - [24, 16] - [8, 3] - [10, 29] - [17, 10] - [23, 13] - [10, 1] - [30, 8] - [24, 28] - [10, 28] - [17, 24] - [11, 29] - [5, 18] - [14, 16] - [4, 7] - [10, 24] - [19, 4] - [8, 13] - [13, 9] - [26, 23] - [31, 2] - [17, 14] - [23, 11] - [2, 14] - [10, 9] - [2, 13] - [14, 18] - [14, 19] - [2, 27] - [23, 31] - [4, 28] - [21, 19] - [8, 1] - [25, 3] - [22, 16] - [9, 25] - [19, 11] - [27, 27] - [16, 3] - [8, 16] - [4, 10] - [25, 23] - [4, 18] - [8, 14] - [1, 24] - [2, 3] - [30, 15] - [24, 8] - [10, 25] - [4, 19] - [29, 31] - [13, 4] - [23, 16] - [22, 1] - [9, 4] - [22, 26] - [23, 10] - [6, 10] - [11, 14] - [0, 28] - [24, 19] - [22, 22] - [6, 18] - [15, 17] - [20, 8] - [13, 24] - [31, 11] - [19, 16] - [26, 27] - [2, 31] - [27, 23] - [2, 2] - [13, 7] - [0, 20] - [27, 22] - [9, 23] - [15, 30] - [14, 31] - [17, 7] - [20, 29] - [7, 6] - [18, 19] - [25, 7] - [5, 30] - [12, 14] - [2, 30] - [18, 2] - [22, 30] - [24, 21] - [7, 2] - [29, 10] - [22, 4] - [17, 19] - [22, 9] - [1, 18] - [29, 0] - [25, 16] - [29, 4] - [25, 9] - [23, 22] - [2, 18] - [5, 6] - [20, 6] - [14, 22] - [26, 22] - [26, 6] - [1, 17] - [25, 18] - [14, 11] - [25, 8] - [30, 7] - [21, 17] - [20, 1] - [9, 22] - [12, 11] - [21, 27]
15.575251
24
0.32682
8b33050727f7d9097e4d5d91905a339f0b164fff
306
yml
YAML
openelevationservice/server/ops_settings.sample.yml
nilsnolde/openelevationservice
3f0359c3cdce482f7e29e7c7347601039e36af12
[ "Apache-2.0" ]
41
2018-10-21T17:31:05.000Z
2022-03-18T21:51:38.000Z
openelevationservice/server/ops_settings.sample.yml
nilsnolde/openelevationservice
3f0359c3cdce482f7e29e7c7347601039e36af12
[ "Apache-2.0" ]
13
2018-11-26T05:43:37.000Z
2021-05-10T09:26:30.000Z
openelevationservice/server/ops_settings.sample.yml
nilsnolde/openelevationservice
3f0359c3cdce482f7e29e7c7347601039e36af12
[ "Apache-2.0" ]
9
2018-11-28T16:33:53.000Z
2021-12-15T16:49:11.000Z
--- attribution: "service by https://openrouteservice.org | data by http://srtm.csi.cgiar.org" coord_precision: 1e-6 maximum_nodes: 2000 srtm_parameters: user: user password: pw provider_parameters: table_name: oes_cgiar db_name: gis user_name: gis password: gis host: localhost port: 5432
20.4
90
0.748366
a46b4c6096e368887e03efe5eb203a8d529750d2
951
yml
YAML
data/il/retired/Marlow-H-Colvin-d47847a8-db76-4493-a83c-fc47588f5c1b.yml
Rypo/people
34cf10bf10313f154f5065dde578bed9b4127ae8
[ "CC0-1.0" ]
1
2021-04-19T20:42:59.000Z
2021-04-19T20:42:59.000Z
data/il/retired/Marlow-H-Colvin-d47847a8-db76-4493-a83c-fc47588f5c1b.yml
Rypo/people
34cf10bf10313f154f5065dde578bed9b4127ae8
[ "CC0-1.0" ]
null
null
null
data/il/retired/Marlow-H-Colvin-d47847a8-db76-4493-a83c-fc47588f5c1b.yml
Rypo/people
34cf10bf10313f154f5065dde578bed9b4127ae8
[ "CC0-1.0" ]
null
null
null
id: ocd-person/d47847a8-db76-4493-a83c-fc47588f5c1b name: Marlow H. Colvin given_name: Marlow family_name: Colvin middle_name: H. party: - name: Democratic roles: - district: '33' jurisdiction: ocd-jurisdiction/country:us/state:il/government type: lower start_date: '2003-01-01' end_date: '2012-12-31' image: http://ilga.gov/images/members/{42A961CE-5982-49B2-9C3F-4B305F5D46DE}.jpg links: - url: http://ilga.gov/house/Rep.asp?GA=97&MemberID=1654 sources: - url: http://ilga.gov/house/default.asp?GA=97 - url: http://ilga.gov/house/Rep.asp?GA=97&MemberID=1654 other_identifiers: - identifier: ILL000080 scheme: legacy_openstates - identifier: ILL000434 scheme: legacy_openstates - identifier: ILL000259 scheme: legacy_openstates - identifier: ILL000563 scheme: legacy_openstates - identifier: ILL000719 scheme: legacy_openstates - identifier: ILL000795 scheme: legacy_openstates - identifier: ILL000630 scheme: legacy_openstates
27.171429
80
0.774974
5c93c66eab5176bd3af534235f51aed87926fbec
833
yml
YAML
testnet/ansible/roles/icos_node_stress/tasks/reset.yml
3cL1p5e7/ic
2b6011291d900454cedcf86ec41c8c1994fdf7d9
[ "Apache-2.0" ]
941
2021-05-10T08:14:14.000Z
2022-03-31T11:40:24.000Z
testnet/ansible/roles/icos_node_stress/tasks/reset.yml
3cL1p5e7/ic
2b6011291d900454cedcf86ec41c8c1994fdf7d9
[ "Apache-2.0" ]
4
2021-12-22T22:34:51.000Z
2022-03-31T07:34:19.000Z
testnet/ansible/roles/icos_node_stress/tasks/reset.yml
3cL1p5e7/ic
2b6011291d900454cedcf86ec41c8c1994fdf7d9
[ "Apache-2.0" ]
122
2021-05-10T08:21:23.000Z
2022-03-25T20:34:12.000Z
--- # Reset delays and network drops and restart the service # - name: Reset network changes # In case there is fq discipline, we know it's not one of ours, and we can safely skip. # Not skipping means this command will fail, which is not something we want. shell: | set -exuo pipefail if [[ -n "{{ ic_iface_ipv6 }}" ]]; then if tc qdisc list dev {{ ic_iface_ipv6 }} | grep -v 'qdisc fq'; then tc qdisc del dev {{ ic_iface_ipv6 }} root fi fi if [[ -n "{{ ic_iface_ipv4 }}" ]]; then if tc qdisc list dev {{ ic_iface_ipv4 }} | grep -v 'qdisc fq'; then tc qdisc del dev {{ ic_iface_ipv4 }} root fi fi args: executable: /bin/bash changed_when: true - name: "Start ic-replica systemd service." service: name: ic-replica state: started enabled: yes
28.724138
89
0.626651
613025a1c3e8e6159d864d6eabe274a1e56438c2
2,207
yml
YAML
roles/docker-install/tasks/main.yml
opencord/platform-install
df17c7bc90f81d921332fe5f7873924b2e59975b
[ "Apache-2.0" ]
10
2016-07-28T14:23:48.000Z
2017-10-01T13:52:56.000Z
roles/docker-install/tasks/main.yml
opencord/platform-install
df17c7bc90f81d921332fe5f7873924b2e59975b
[ "Apache-2.0" ]
1
2016-11-07T06:38:26.000Z
2016-11-07T06:38:26.000Z
roles/docker-install/tasks/main.yml
opencord/platform-install
df17c7bc90f81d921332fe5f7873924b2e59975b
[ "Apache-2.0" ]
21
2016-07-31T11:26:08.000Z
2019-02-27T12:48:40.000Z
--- # Copyright 2017-present Open Networking Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # docker-install/tasks/main.yml # note - all tasks run with become to preserve the `ansible_user_id` var - name: Prereqs and SSL support for apt for SSL become: yes apt: name: "{{ item }}" update_cache: yes cache_valid_time: 3600 with_items: - apt-transport-https - ca-certificates - python-pip - name: Trust docker apt key become: yes apt_key: data: "{{ lookup('file', 'docker_apt_key.gpg') }}" - name: Add docker apt repo become: yes apt_repository: repo: "{{ docker_apt_repo }}" - name: Install docker become: yes apt: name: "docker-ce=17.06.*" update_cache: yes cache_valid_time: 3600 - name: Configure Docker become: yes template: src=default_docker.j2 dest=/etc/default/docker mode=0644 owner=root group=root notify: restart docker - name: Install docker-compose, docker python module, imagebuilder deps via pip become: yes pip: name: "{{ item }}" with_items: - docker==3.2.1 - docker-compose==1.20.1 - gitpython - graphviz - name: Make current user part of the Docker group become: yes user: name: "{{ ansible_user_id }}" groups: "docker" append: yes # Doesn't work right now, but reported: https://github.com/ansible/ansible/issues/24794 # see also http://docs.ansible.com/ansible/intro_configuration.html#openssh-specific-settings # FIXME (zdw, 2017-09-19): busted in 2.4, per https://groups.google.com/forum/#!msg/ansible-project/vk7i2DszfZg/myI1uCroAQAJ #- name: Reset ssh connection so user gains docker group membership # meta: reset_connection
27.5875
124
0.704576
3c9de6c82c47290f0691108ed960764dca6d5748
2,115
yaml
YAML
recipe/meta.yaml
regro-cf-autotick-bot/r-lasso2-feedstock
bf84e92932b530506410098215ce3b798b53cfb2
[ "BSD-3-Clause" ]
null
null
null
recipe/meta.yaml
regro-cf-autotick-bot/r-lasso2-feedstock
bf84e92932b530506410098215ce3b798b53cfb2
[ "BSD-3-Clause" ]
null
null
null
recipe/meta.yaml
regro-cf-autotick-bot/r-lasso2-feedstock
bf84e92932b530506410098215ce3b798b53cfb2
[ "BSD-3-Clause" ]
null
null
null
{% set version = '1.2-20' %} {% set posix = 'm2-' if win else '' %} {% set native = 'm2w64-' if win else '' %} package: name: r-lasso2 version: {{ version|replace("-", "_") }} source: url: - {{ cran_mirror }}/src/contrib/lasso2_{{ version }}.tar.gz - {{ cran_mirror }}/src/contrib/Archive/lasso2/lasso2_{{ version }}.tar.gz sha256: 0c68ba2eb542835027b93ee28c07413edb49c738c67dd86da0f0ca120df2eb71 build: merge_build_host: True # [win] number: 0 rpaths: - lib/R/lib/ - lib/ requirements: build: - {{ compiler('c') }} # [not win] - {{native}}toolchain # [win] - {{posix}}filesystem # [win] - {{posix}}make - {{posix}}sed # [win] - {{posix}}coreutils # [win] - {{posix}}zip # [win] host: - r-base run: - r-base - {{native}}gcc-libs # [win] test: commands: - $R -e "library('lasso2')" # [not win] - "\"%R%\" -e \"library('lasso2')\"" # [win] about: home: http://www.maths.uwa.edu.au/~berwin/software/lasso.html license: GPL (>= 2) summary: Routines and documentation for solving regression problems while imposing an L1 constraint on the estimates, based on the algorithm of Osborne et al. (1998). license_family: GPL3 license_file: '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-2' extra: recipe-maintainers: - conda-forge/r # Package: lasso2 # Version: 1.2-20 # Date: 2018-11-27 # Author: Justin Lokhorst, Bill Venables and Berwin Turlach; port to R, tests etc: Martin Maechler <maechler@stat.math.ethz.ch> # Maintainer: Berwin Turlach <Berwin.Turlach@gmail.com> # Title: L1 Constrained Estimation aka `lasso' # Description: Routines and documentation for solving regression problems while imposing an L1 constraint on the estimates, based on the algorithm of Osborne et al. (1998). # Depends: R (>= 3.2.3) # License: GPL (>= 2) # URL: http://www.maths.uwa.edu.au/~berwin/software/lasso.html # Packaged: 2018-11-27 08:49:28 UTC; berwin # NeedsCompilation: yes # Repository: CRAN # Date/Publication: 2018-11-27 09:30:03 UTC
31.102941
172
0.630733
52bd17535b9423cf8e47a88f8dc456fd7ccdfaaa
567
yaml
YAML
catalog/raw/redis/deprecated-redis-4.yaml
kmodules/catalog-checker
59ee69d7b99b9b70fba34e4908d1312f6a67f408
[ "Apache-2.0" ]
null
null
null
catalog/raw/redis/deprecated-redis-4.yaml
kmodules/catalog-checker
59ee69d7b99b9b70fba34e4908d1312f6a67f408
[ "Apache-2.0" ]
null
null
null
catalog/raw/redis/deprecated-redis-4.yaml
kmodules/catalog-checker
59ee69d7b99b9b70fba34e4908d1312f6a67f408
[ "Apache-2.0" ]
null
null
null
apiVersion: catalog.kubedb.com/v1alpha1 kind: RedisVersion metadata: name: "4" namespace: default spec: db: image: kubedb/redis:4 deprecated: true exporter: image: kubedb/operator:0.8.0 podSecurityPolicies: databasePolicyName: redis-db version: "4" --- apiVersion: catalog.kubedb.com/v1alpha1 kind: RedisVersion metadata: name: 4-v1 namespace: default spec: db: image: kubedb/redis:4-v1 deprecated: true exporter: image: kubedb/redis_exporter:v0.21.1 podSecurityPolicies: databasePolicyName: redis-db version: "4"
18.290323
40
0.719577
844133ba2d75bee12a515906b8cba572fc3fe4aa
1,416
yaml
YAML
test-infra/management/.build/cnrm-install-system/configconnector-operator-system_apps_v1_statefulset_configconnector-operator.yaml
ChanYiLin/testing
fab6c2782d18c3439b2699df7d1d7da154393e06
[ "Apache-2.0" ]
null
null
null
test-infra/management/.build/cnrm-install-system/configconnector-operator-system_apps_v1_statefulset_configconnector-operator.yaml
ChanYiLin/testing
fab6c2782d18c3439b2699df7d1d7da154393e06
[ "Apache-2.0" ]
451
2021-01-22T12:27:17.000Z
2022-03-30T02:08:22.000Z
test-infra/management/.build/cnrm-install-system/configconnector-operator-system_apps_v1_statefulset_configconnector-operator.yaml
ChanYiLin/testing
fab6c2782d18c3439b2699df7d1d7da154393e06
[ "Apache-2.0" ]
null
null
null
apiVersion: apps/v1 kind: StatefulSet metadata: annotations: cnrm.cloud.google.com/operator-version: 1.29.0 labels: cnrm.cloud.google.com/component: configconnector-operator cnrm.cloud.google.com/operator-system: "true" name: configconnector-operator namespace: configconnector-operator-system spec: selector: matchLabels: cnrm.cloud.google.com/component: configconnector-operator cnrm.cloud.google.com/operator-system: "true" serviceName: configconnector-operator-service template: metadata: annotations: cnrm.cloud.google.com/operator-version: 1.29.0 labels: cnrm.cloud.google.com/component: configconnector-operator cnrm.cloud.google.com/operator-system: "true" spec: containers: - args: - --local-repo=/configconnector-operator/channels command: - /configconnector-operator/manager image: gcr.io/gke-release/cnrm/operator:737484d name: manager resources: limits: memory: 200Mi requests: cpu: 50m memory: 100Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - all runAsGroup: 1000 runAsNonRoot: true runAsUser: 1000 serviceAccountName: configconnector-operator terminationGracePeriodSeconds: 10
29.5
65
0.652542
371f148b1cd064cf5fe29a7b41247fe8413b3f9c
346
yml
YAML
.github/workflows/codeql.yml
dsp-testing/CVE-2018-16492
a48e2ba98ace9ff01f1cd345b9be79aed80ea711
[ "MIT" ]
null
null
null
.github/workflows/codeql.yml
dsp-testing/CVE-2018-16492
a48e2ba98ace9ff01f1cd345b9be79aed80ea711
[ "MIT" ]
null
null
null
.github/workflows/codeql.yml
dsp-testing/CVE-2018-16492
a48e2ba98ace9ff01f1cd345b9be79aed80ea711
[ "MIT" ]
null
null
null
name: "CodeQL analysis (js/prototype-pollution-utility)" on: workflow_dispatch jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: github/codeql-action/init@v1 with: languages: javascript queries: js/prototype-pollution-utility - uses: github/codeql-action/analyze@v1
18.210526
56
0.67341
9ab0681125fb99c9767eb6176d0a9f953de79a0b
1,331
yml
YAML
.github/workflows/build.yml
JacobMillward/chip-8
4c7fe703ac0b230ae6f70e0b6fd47b92c9e29097
[ "MIT" ]
null
null
null
.github/workflows/build.yml
JacobMillward/chip-8
4c7fe703ac0b230ae6f70e0b6fd47b92c9e29097
[ "MIT" ]
null
null
null
.github/workflows/build.yml
JacobMillward/chip-8
4c7fe703ac0b230ae6f70e0b6fd47b92c9e29097
[ "MIT" ]
null
null
null
name: Build on: push: branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: workflow_call: inputs: upload_artifacts: required: false type: boolean release: required: false type: boolean jobs: build: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Install rust toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable default: true - name: cargo build shell: bash run: | if [ ${{inputs.release}} ]; then cargo build --release else cargo build fi - name: Upload build artifact (Windows) uses: actions/upload-artifact@v3 if: inputs.upload_artifacts && runner.os == 'Windows' with: name: chip8--${{runner.arch}}-${{ runner.os }} path: target/release/chip8.exe - name: Upload build artifact (Linux, OSX) uses: actions/upload-artifact@v3 if: inputs.upload_artifacts && runner.os != 'Windows' with: name: chip8--${{runner.arch}}-${{ runner.os }} path: target/release/chip8
25.113208
61
0.549211
b13a67bcbcae2fbc6a85f4545d4dd5574dcd6eab
545
yml
YAML
configurations/rtd_environment.yml
OpenSourceEconomics/econsa
bb591c1382c97f65d557513c5cfb3febff0e0821
[ "MIT" ]
3
2020-07-17T15:05:52.000Z
2020-10-23T06:21:13.000Z
configurations/rtd_environment.yml
OpenSourceEconomics/econsa
bb591c1382c97f65d557513c5cfb3febff0e0821
[ "MIT" ]
65
2020-05-14T13:36:12.000Z
2021-06-22T15:45:15.000Z
configurations/rtd_environment.yml
OpenSourceEconomics/econsa
bb591c1382c97f65d557513c5cfb3febff0e0821
[ "MIT" ]
4
2020-07-15T13:51:52.000Z
2021-08-31T06:58:33.000Z
name: econsa channels: - conda-forge - defaults - opensourceeconomics dependencies: - python - pip - pandas - numpy<1.20 - numpoly<1.2.0 - scipy - statsmodels - matplotlib-base - seaborn - numba - temfpy>=1.1 - chaospy - ipykernel - pytest - pytest-black - pytest-flake8 - pytest-cov - pytest-sugar - black - hypothesis - sphinx - nbsphinx - numpydoc - sphinx_rtd_theme - sphinxcontrib-bibtex>=2.0.0 - pip: - pytest-stress - pytest-randomly - black-nb - flake8-nb
12.386364
31
0.612844
8eb4a4577be68e1dd4ee75886c7b644935142972
57
yml
YAML
roles/distro_checks/tasks/main.yml
algodjango/provisioning
901e1efa61e601eee018b5426207066a6b270e1a
[ "MIT" ]
2
2021-07-16T10:48:55.000Z
2021-07-16T12:55:32.000Z
roles/distro_checks/tasks/main.yml
algodjango/provisioning
901e1efa61e601eee018b5426207066a6b270e1a
[ "MIT" ]
6
2021-07-16T10:55:14.000Z
2021-07-28T20:24:56.000Z
roles/distro_checks/tasks/main.yml
algodjango/provisioning
901e1efa61e601eee018b5426207066a6b270e1a
[ "MIT" ]
null
null
null
--- - include: variables.yml - include: requirements.yml
14.25
27
0.719298
2ea39ad4082abb92012e47dcd08e26447ba17543
1,217
yml
YAML
threads/2065093/posts/63157406.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/2065093/posts/63157406.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/2065093/posts/63157406.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
url: showpost.php?p=63157406&postcount=28498 id: 63157406 tid: 2065093 num: 28498 datetime: 2013-11-17T13:32:00.000Z user: img: null name: devilxxx title: Senior Member joinDate: 2012-05-31T16:00:00.000Z posts: .nan id: '1033929' title: 'Re: [From F17 With Love] - Thread Girl Việt Xinh - NEW RULE 24.07.2013' content: html: "\r\n\t\t\t\r\n\t\t\t<!-- BEGIN TEMPLATE: bbcode_quote -->\n<div style=\"margin:20px; margin-top:5px; \">\r\n\t<div class=\"smallfont\" style=\"margin-bottom:2px\">Quote:</div>\r\n\t<table cellpadding=\"6\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"voz-bbcode-quote\">\r\n\t<tr>\r\n\t\t<td class=\"alt2\" style=\"border:1px inset\">\r\n\t\t\t\r\n\t\t\t\t<img src=\"http://img594.imageshack.us/img594/9098/alkh.jpg\" border=\"0\" alt=\"\"><img src=\"http://img834.imageshack.us/img834/6657/yamb.jpg\" border=\"0\" alt=\"\">\r\n\t\t\t\r\n\t\t</td>\r\n\t</tr>\r\n\t</table>\r\n</div>\n<!-- END TEMPLATE: bbcode_quote -->Qu&#x1EA9;y l&#xEA;n n&#xE0;o<img src=\"/images/smilies/Off/beauty.gif\" border=\"0\" alt=\"\" title=\"Beauty\" class=\"inlineimg\">\r\n\t\t" text: "Quote:\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\nQuẩy lên nào"
71.588235
778
0.641742
222606cbbcb58b172a2bb9f95c52a9e1646e64e3
125
yaml
YAML
results/2016-11-15/17-07-44/info.yaml
rlaboiss/vextab-data
229686bd7dba7b25641bd3e1df57b44e50d61b0f
[ "CC0-1.0" ]
null
null
null
results/2016-11-15/17-07-44/info.yaml
rlaboiss/vextab-data
229686bd7dba7b25641bd3e1df57b44e50d61b0f
[ "CC0-1.0" ]
null
null
null
results/2016-11-15/17-07-44/info.yaml
rlaboiss/vextab-data
229686bd7dba7b25641bd3e1df57b44e50d61b0f
[ "CC0-1.0" ]
null
null
null
experiment: flip-table subject: 64 background: static stimulus: horizontal object-side: left table-side: left chair: upright
15.625
22
0.808
189fbf61367a1b23ac8e34ecf157a00156f53bb9
70
yaml
YAML
toker/recorder.yaml
timpihl/hass-config
62412b3999b5e8da832d23744373b5fa9ab952b8
[ "MIT" ]
1
2020-01-28T00:25:15.000Z
2020-01-28T00:25:15.000Z
toker/recorder.yaml
timpihl/hass-config
62412b3999b5e8da832d23744373b5fa9ab952b8
[ "MIT" ]
null
null
null
toker/recorder.yaml
timpihl/hass-config
62412b3999b5e8da832d23744373b5fa9ab952b8
[ "MIT" ]
null
null
null
purge_keep_days: 100 purge_interval: 0 db_url: !secret postgresql_url
17.5
30
0.842857
ea42b3780eebb62ccdf7ac4906574fb1c0c58a21
2,552
yml
YAML
tasks/main.yml
NIXKnight/Ansible-Jenkins
47af3327c0c2ae09cbe02e8fbd5cc55c29d8078b
[ "MIT" ]
null
null
null
tasks/main.yml
NIXKnight/Ansible-Jenkins
47af3327c0c2ae09cbe02e8fbd5cc55c29d8078b
[ "MIT" ]
null
null
null
tasks/main.yml
NIXKnight/Ansible-Jenkins
47af3327c0c2ae09cbe02e8fbd5cc55c29d8078b
[ "MIT" ]
null
null
null
--- # tasks file for Ansible-Jenkins - name: Install Jenkins Prerequisite Packages apt: pkg: "{{ item }}" update_cache: yes state: present with_items: - "{{ PREREQUISITE_PACKAGES }}" - name: Add Jenkins Repository Key apt_key: url: "{{ JENKINS_REPO.KEY }}" state: present - name: Add Jenkins Repository template: src: "templates/etc/apt/sources.list.d/jenkins.list.j2" dest: "/etc/apt/sources.list.d/jenkins.list" - name: Install Jenkins apt: pkg: "jenkins" update_cache: yes state: present - name: Get Jenkins admin Password slurp: src: "{{ jenkins_admin_password_file }}" register: jenkins_admin_password - name: Replace {{ JENKINS_DEFAULTS_FILE }} template: src: "templates/jenkins_defaults.j2" dest: "{{ jenkins_defaults_file }}" - name: Create Jenkins Init Directory file: path: "{{ jenkins_init_dir }}" state: directory owner: jenkins group: jenkins mode: 0755 - name: Copy Jenkins Initialization Script copy: src: "files/disable_setup_wizard.groovy" dest: "{{ jenkins_init_dir }}/disable_setup_wizard.groovy" owner: jenkins group: jenkins - name: Restart Jenkins systemd: name: jenkins state: restarted - name: Remove Jenkins Init Directory file: path: "{{ jenkins_init_dir }}" state: absent - name: Wait For Jenkins Startup wait_for: timeout: 10 delegate_to: localhost - name: Set Jenkins URL to {{ JENKINS_URL }} jenkins_script: user: "admin" password: "{{ jenkins_admin_password.content | b64decode | trim }}" script: | import jenkins.model.Jenkins import jenkins.model.JenkinsLocationConfiguration def jenkinsParameters = [ email: 'Jenkins Admin <{{ JENKINS_ADMIN_EMAIL }}>', url: '{{ JENKINS_URL }}' ] def jenkinsLocationConfiguration = JenkinsLocationConfiguration.get() jenkinsLocationConfiguration.setUrl(jenkinsParameters.url) jenkinsLocationConfiguration.setAdminAddress(jenkinsParameters.email) jenkinsLocationConfiguration.save() - name: Create Jenkins Users jenkins_script: user: "admin" password: "{{ jenkins_admin_password.content | b64decode | trim }}" script: | import jenkins.model.* import hudson.security.* def instance = Jenkins.getInstance() def hudsonRealm = new HudsonPrivateSecurityRealm(false) hudsonRealm.createAccount("{{ item.username }}","{{ item.password }}") instance.setSecurityRealm(hudsonRealm) instance.save() with_items: "{{ JENKINS_USERS }}"
27.73913
110
0.692006