From 04a7de082bd221eae3c7004f4e0b99dfa4f8be91 Mon Sep 17 00:00:00 2001 From: ahothan Date: Fri, 28 Jul 2017 17:08:46 -0700 Subject: Initial code drop from Cisco Change-Id: Ie2993886dc8e95c5f73ccdb871add8b96ffcc849 Signed-off-by: ahothan --- docs/release/release-notes/index.rst | 11 ++++++ docs/release/release-notes/release-notes.rst | 59 ++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 docs/release/release-notes/index.rst create mode 100644 docs/release/release-notes/release-notes.rst (limited to 'docs/release/release-notes') diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst new file mode 100644 index 0000000..db59cfa --- /dev/null +++ b/docs/release/release-notes/index.rst @@ -0,0 +1,11 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +**************************** +NFVbench Release Notes +**************************** + +.. toctree:: + :maxdepth: 1 + + release-notes diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst new file mode 100644 index 0000000..42b2cd4 --- /dev/null +++ b/docs/release/release-notes/release-notes.rst @@ -0,0 +1,59 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Cisco Systems, Inc + +OPNFV Euphrates Release +======================= + +This is the introductory release for NFVbench. In this release, NFVbench provides the following features/capabilities: + +- standalone installation with a single Docker container integrating the open source TRex traffic generator +- can measure data plane performance for any NFVi full stack +- can setup automatically service chains with the following packet paths: + - PVP (physical-VM-physical) + - PVVP (physical-VM-VM-physical) intra-node and inter-node +- can setup multiple service chains + - N * PVP + - N * PVVP +- supports any external service chain (pre-set externally) that can do basic IPv4 routing +- can measure + - drop rate and latency for any given fixed rate + - NDR (No Drop Rate) and PDR (Partial Drop Rate) with configurable drop rates +- traffic specification + - any fixed frame size or IMIX + - uni or bidirectional traffic + - any number of flows + - vlan tagging can be enabled or disabled +- user interface: + - CLI + - REST+socketIO +- fully configurable runs with yaml-JSON configuration +- detailed results in JSON format +- summary tabular results + + +Release Data +------------ + ++--------------------------------------+--------------------------------------+ +| **Project** | opnfv/nfvbench | +| | | ++--------------------------------------+--------------------------------------+ +| **Repo/commit-ID** | opnfv/nfvbench at tag 1.0.0 | +| | | ++--------------------------------------+--------------------------------------+ +| **Release designation** | | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | | +| | | ++--------------------------------------+--------------------------------------+ +| **Purpose of the delivery** | | +| | | ++--------------------------------------+--------------------------------------+ + + + + + + -- cgit 1.2.3-korg