7c9cbcb9d43105216e9a0ed18c8f37cbd981ed79
[nfvbench.git] / docs / release / release-notes / release-notes.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) Cisco Systems, Inc
4
5 RELEASE NOTES
6 +++++++++++++
7
8 OPNFV Fraser Release
9 ====================
10
11 Over 30 Jira tickets have been addressed in this release (Jira NFVBENCH-55 to NFVBENCH-78)
12
13 The Fraser release adds the following new features:
14
15 - support for benchmarking non-OpenStack environments (with external setup and no OpenStack openrc file)
16 - PVVP packet path with SRIOV at the edge and vswitch between VMs
17 - support logging events and results through fluentd
18
19 Enhancements and main bug fixes:
20
21 - end to end connectivity for larger chain count is now much more accurate for large chain count - avoiding excessive drops
22 - use newer version of TRex (2.32)
23 - use newer version of testpmd DPDK
24 - NDR/PDR uses actual TX rate to calculate drops - resulting in more accurate results
25 - add pylint to unit testing
26 - add self sufficient and standalone unit testing (without actual testbed)
27
28
29 OPNFV Euphrates Release
30 =======================
31
32 This is the introductory release for NFVbench. In this release, NFVbench provides the following features/capabilities:
33
34 - standalone installation with a single Docker container integrating the open source TRex traffic generator
35 - can measure data plane performance for any NFVi full stack
36 - can setup automatically service chains with the following packet paths:
37     - PVP (physical-VM-physical)
38     - PVVP (physical-VM-VM-physical) intra-node and inter-node
39 - can setup multiple service chains
40     - N * PVP
41     - N * PVVP
42 - supports any external service chain (pre-set externally) that can do basic IPv4 routing
43 - can measure
44     - drop rate and latency for any given fixed rate
45     - NDR (No Drop Rate) and PDR (Partial Drop Rate) with configurable drop rates
46 - traffic specification
47     - any fixed frame size or IMIX
48     - uni or bidirectional traffic
49     - any number of flows
50     - vlan tagging can be enabled or disabled
51 - user interface:
52     - CLI
53     - REST+socketIO
54 - fully configurable runs with yaml-JSON configuration
55 - detailed results in JSON format
56 - summary tabular results
57 - can send logs and results to one or more fluentd aggregators (per configuration)
58
59
60
61
62
63
64