From 556fb55c04c7aa11e114792c83ccec44ce237087 Mon Sep 17 00:00:00 2001
From: Christian Trautman <ctrautma@redhat.com>
Date: Tue, 28 Jun 2016 14:26:41 -0400
Subject: xena_bug: Resolve baseconfig reporting option to work with new
 versions

Fix baseconfig to work with new Xena2544.exe versions. Reporting
option for latency/jitter collection has changed.

Added note to trafficgen document reflecting recommended version
to use for Xena2544.exe.

JIRA: VSPERF-311

Change-Id: I1974ea3c9f9e4c0935fc8adead6ddd5a92a16a04
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
---
 docs/configguide/trafficgen.rst              | 2 ++
 tools/pkt_gen/xena/profiles/baseconfig.x2544 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/configguide/trafficgen.rst b/docs/configguide/trafficgen.rst
index f612569f..771c640a 100644
--- a/docs/configguide/trafficgen.rst
+++ b/docs/configguide/trafficgen.rst
@@ -253,6 +253,8 @@ folder. Contact Xena Networks for the latest version of this file. The user
 can also visit www.xenanetworks/downloads to obtain the file with a valid
 support contract.
 
+**Note** VSPerf has been fully tested with version v2.43 of Xena2544.exe
+
 To execute the Xena2544.exe file under Linux distributions the mono-complete
 package must be installed. To install this package follow the instructions
 below. Further information can be obtained from
diff --git a/tools/pkt_gen/xena/profiles/baseconfig.x2544 b/tools/pkt_gen/xena/profiles/baseconfig.x2544
index 3ebe79dc..0612b329 100644
--- a/tools/pkt_gen/xena/profiles/baseconfig.x2544
+++ b/tools/pkt_gen/xena/profiles/baseconfig.x2544
@@ -207,7 +207,7 @@
           "PassThreshold": 0.0
         },
         "ReportPropertyOptions": [
-          "b"
+          "LatencyCounters"
         ],
         "TestType": "Throughput",
         "Enabled": false,
-- 
cgit