blob: 9a1eec4916f865ac83d0545cb95a6774e9f05114 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!---
This work is licensed under a Creative Commons Attribution 4.0 International License.
http://creativecommons.org/licenses/by/4.0
-->
### This folder contains various test cases for performance test.
* P2P: packets flow from PHY -> vSwitch -> PHY
* P2V: packets flow from PHY -> vSwitch -> VNF
* V2V: packets flow from VNF -> vSwitch -> VNF
* V2P: packets flow from VNF -> vSwitch -> PHY
* PVP: pakcets flow from PHY -> vSwitch -> VNF -> vSwitch -> PHY
* PVVP: packets flow from PHY -> vSwitch -> VNF -> vswitch -> VNF -> vSwitch -> PHY
|