807c4fd467ad709399c86338a39d71b0d8e2f767
[vswitchperf.git] / docs / release / NEWS.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. (c) OPNFV, Intel Corporation, AT&T and others.
4
5 OPNFV Brahmaputra Release
6 =========================
7 Supports both OVS and OVS with DPDK.
8
9 Available tests:
10
11 * phy2phy_tput:     LTD.Throughput.RFC2544.PacketLossRatio
12 * back2back:        LTD.Throughput.RFC2544.BackToBackFrames
13 * phy2phy_tput_mod_vlan:LTD.Throughput.RFC2544.PacketLossRatioFrameModification
14 * phy2phy_cont:     Phy2Phy Continuous Stream
15 * pvp_cont:         PVP Continuous Stream
16 * pvvp_cont:        PVVP Continuous Stream
17 * phy2phy_scalability:LTD.Scalability.RFC2544.0PacketLoss
18 * pvp_tput:         LTD.Throughput.RFC2544.PacketLossRatio
19 * pvp_back2back:    LTD.Throughput.RFC2544.BackToBackFrames
20 * pvvp_tput:        LTD.Throughput.RFC2544.PacketLossRatio
21 * pvvp_back2back:   LTD.Throughput.RFC2544.BackToBackFrames
22 * phy2phy_cpu_load: LTD.CPU.RFC2544.0PacketLoss
23 * phy2phy_mem_load: LTD.Memory.RFC2544.0PacketLoss
24
25 Supported deployment scenarios:
26
27 * Physical port -> vSwitch -> Physical port.
28 * Physical port -> vSwitch -> VNF -> vSwitch -> Physical port.
29 * Physical port -> vSwitch -> VNF -> vSwitch -> VNF -> vSwitch -> Physical port.
30
31 Loopback applications in the Guest can be:
32
33 * DPDK testpmd.
34 * Linux Bridge.
35 * l2fwd Kernel Module.
36
37 Supported traffic generators:
38
39 * Ixia: IxOS and IxNet.
40 * Spirent.
41 * Dummy.
42
43 November 2015
44 ==============
45
46 - Support of opnfv_test_dashboard
47
48 October 2015
49 ==============
50
51 - Support of PVP and PVVP deployment scenarios using Vanilla OVS
52
53 September 2015
54 ==============
55
56 - Implementation of system statistics based upon pidstat command line tool.
57 - Support of PVVP deployment scenario using bhost-cuse and vhost user access
58   methods
59
60 August 2015
61 ===========
62
63 - Backport and enhancement of reporting
64 - PVP deployment scenario testing using vhost-cuse as guest access method
65 - Implementation of LTD.Scalability.RFC2544.0PacketLoss testcase
66 - Support for background load generation with command line tools like stress
67   and stress-ng
68
69 July 2015
70 =========
71
72 - PVP deployment scenario testing using vhost-user as guest access method
73   - Verified on CentOS7 and Fedora 20
74   - Requires QEMU 2.2.0 and DPDK 2.0
75
76 May 2015
77 ========
78
79 This is the initial release of a re-designed version of the software
80 based on community feedback. This initial release supports only the
81 Phy2Phy deployment scenario and the
82 LTD.Throughput.RFC2544.PacketLossRatio test - both described in the
83 OPNFV vswitchperf 'CHARACTERIZE VSWITCH PERFORMANCE FOR TELCO NFV USE
84 CASES LEVEL TEST DESIGN'. The intention is that more test cases will
85 follow once the community has digested the initial release.
86
87 -  Performance testing with continuous stream
88 -  Vanilla OVS support added.
89
90    -  Support for non-DPDK OVS build.
91    -  Build and installation support through Makefile will be added via
92       next patch(Currently it is possible to manually build ovs and
93       setting it in vsperf configuration files).
94    -  PvP scenario is not yet implemented.
95
96 -  CentOS7 support
97 -  Verified on CentOS7
98 -  Install & Quickstart documentation
99
100 -  Better support for mixing tests types with Deployment Scenarios
101 -  Re-work based on community feedback of TOIT
102 -  Framework support for other vSwitches
103 -  Framework support for non-Ixia traffic generators
104 -  Framework support for different VNFs
105 -  Python3
106 -  Support for biDirectional functionality for ixnet interface
107
108 Missing
109 -------
110
111 -  xmlunit output is currently disabled