diff options
author | ahothan <ahothan@cisco.com> | 2018-11-13 10:16:15 -0800 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-11-13 10:16:15 -0800 |
commit | 7a90e74a1390794b72fc5c3629e141f2def908d7 (patch) | |
tree | def2805186b2a2f65ac7db183b3ce576734bc05a /docs/release/release-notes | |
parent | 3dfb5268ebfada08c1a2316708564e627f86da42 (diff) |
Update 2.0 doc
Change-Id: I223bd40e798c772d7cf7423d88f62bccb164a46b
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docs/release/release-notes')
-rw-r--r-- | docs/release/release-notes/release-notes.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst index 655559d..6feeffe 100644 --- a/docs/release/release-notes/release-notes.rst +++ b/docs/release/release-notes/release-notes.rst @@ -7,20 +7,21 @@ RELEASE NOTES Release 2.0 =========== +NFVbench will now follow its own project release numbering (x.y.z) which is independent of the OPNFV release numbering (opnfv-x.y.z) + Major release highlights: -- Dedicated chain networks -- VxLAN support with VTEP in the traffic generator +- Dedicated edge networks for each chain - Enhanced chain analysis - Code refactoring and enhanced unit testing - Miscellaneous enhancement -Dedicated chain networks ------------------------- -NFVbench 1.x only supported shared networks across chains. -For example, 20xPVP would create only 2 networks (left and right) shared by all chains. -With NFVbench 2.0, chain networks will become dedicated (unshared) by default with an option in -the nfvbench configuration to shared them. A 20xPVP run will create 2x20 networks instead. +Dedicated edge networks for each chain +-------------------------------------- +NFVbench 1.x only supported shared edge networks for all chains. +For example, 20xPVP would create only 2 edge networks (left and right) shared by all chains. +With NFVbench 2.0, chain networks are dedicated (unshared) by default with an option in +the nfvbench configuration to share them. A 20xPVP run will create 2x20 networks instead. Enhanced chain analysis ----------------------- |