From 211eb7443e6cdc66c9657399be983184cd16bba7 Mon Sep 17 00:00:00 2001
From: Radek Zetik <radekx.zetik@intel.com>
Date: Mon, 20 Jul 2015 05:33:58 +0100
Subject: Add a simple performance test that sends a continuous stream

Implement a simple performance test that sends a continuous
stream of traffic to the vSwitch at line rate for 30 seconds
and measures the throughput
Note: there is issue with calculating of the Tx Fps and Mbps
based on the results from the IxNetwork traffic generator.
This issue will be fixed in a later patch.

JIRA: VSPERF-27

Change-Id: Ic72225888735d33398a602462af159e901fb5957
Signed-off-by: Radek Zetik <radekx.zetik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
---
 docs/NEWS.md | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'docs')

diff --git a/docs/NEWS.md b/docs/NEWS.md
index 3ca47d6a..892bfabf 100644
--- a/docs/NEWS.md
+++ b/docs/NEWS.md
@@ -9,6 +9,7 @@ once the community has digested the initial release.
 
 ## New
 
+* Performance testing with continuous stream
 * CentOS7 support
   * Verified on CentOS7
   * Install & Quickstart documentation
@@ -19,6 +20,7 @@ once the community has digested the initial release.
   * Framework support for non-Ixia traffic generators
   * Framework support for different VNFs
 * Python3
+* Support for biDirectional functionality for ixnet interface
 
 ## Missing
 
-- 
cgit