diff options
author | Aihua Li <aihua.li@huawei.com> | 2015-01-20 18:59:00 -0800 |
---|---|---|
committer | Aihua Li <aihua.li@huawei.com> | 2015-02-04 10:07:35 -0800 |
commit | 15be02bd8a6d302ea883f624fdb197d85ebb09d1 (patch) | |
tree | 7a0908d9c6633403ee65c705b67af56db4544408 /README | |
parent | 1c01799faec20d5b26b39945dae25098af5adc31 (diff) |
Added baseline project directory layout
Change-Id: I4295fa3cb02b13677662d407dc8f81a16f60110c
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
Reviewed-by: Bin Hu <bh526r@att.com>
JIRA: VSPERF-15
Signed-off-by: Aihua Li <aihua.li@huawei.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +# vswitchperf project directory layout: +--------------------------------------- + +\- vswitchperf + \- systems - contains linux distributions + |- build_base_machine.sh - Input for generating Makefiles + \- Fedora - Fedora specific setup + \- Ubuntu - Ubuntu specific setup + \- vswitches - API to setup vswitches DUT + |- add_switch - script to add switch + |- add_port - script to add ports on switch + |- add_flow - script to add flow on switch + \- ovs-dpdk - contains implementation on ovs-dpdk + \- ovs-kernel - contains implementation on ovs-kernel + \- tools - collections of tool sets + \- pktgen - contains various packet generator + |- dpkt-pktgen - dpdk pkt generator + |- pktgen - netmap pkt generator + |- pktcounter - a kernel based packet generator + |- spirent - script to control spirent + |- ixia - script to control ixia + \- collectors - contains various data collectors + \- testcases - collections of test cases + |- p2p - test PHY to PHY + |- pvp - test PHY to VNF to PHY + |- pvvp - test PHY to VNF to VNF to PHY + |- p2v - test PHY to VNF + |- v2p - test VNF to PHY + \- jobs - collections of job configurations + |- dpdk.conf - dpdk configuration + \- test_spec - contains test specifications |