blob: be6ffae26f064b12e3c23e78f88fbb3b0a86115e (
plain)
1
2
3
4
5
6
7
8
|
### 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
|