blob: d5911038e751d526943bd6caf22db2a1a99ffff3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) Anuket, Spirent, AT&T and others.
================================
Kubernetes Artifacts in ViNePerf
================================
Container Artifacts
-------------------
.. list-table:: Container Artifacts in ViNeperf
:widths: 50 100
:header-rows: 1
* - Container
- Dockerfile Path
* - ViNePerf
- tools/docker/vineperf
* - CNI: Userspace CNI
- tools/k8s/cluster-deployment/uscni
* - Traffic Generator - Prox
- tools/k8s/test-containers/trafficgen-pods/prox
* - Traffic Generator - TRex
- tools/k8s/test-containers/trafficgen-pods/trex
* - Traffic Generator - pktgen
- tools/k8s/test-containers/trafficgen-pods/pktgen
* - DPDK-Forwarding
- tools/k8s/test-containers/dpdk-forwarding-pods
Pod and Network Reference Definitions
-------------------------------------
.. list-table:: Pod and Network Definitions
:widths: 50 100
:header-rows: 1
* - Pod-Definition: ViNePerf
- tools/k8s/reference-definitions/pod-defs/vineperf
* - Pod-Definition: OVSDPDK
- tools/k8s/reference-definitions/pod-defs/ovsdpdk
* - Pod-Definition: VPP
- tools/k8s/reference-definitions/pod-defs/vpp
* - Pod-Definition: SRIOV
- tools/k8s/reference-definitions/pod-defs/sriov
* - Traffic Generator - TRex
- tools/k8s/reference-definitions/pod-defs/trex
* - Traffic Generator - Prox
- tools/k8s/reference-definitions/pod-defs/prox
* - Network Attachment - OVSPDDK
- tools/k8s/reference-definitions/network-attachments/ovsdpdk
* - Network Attachment - VPP
- tools/k8s/reference-definitions/network-attachments/vpp
* - Network Attachment - SRIOV
- tools/k8s/reference-definitions/network-attachments/sriov
|