test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [DTS][PATCH V3 3/3] conf/nic_single_core_perf.cfg: add suite congiguration file
@ 2018-01-30 10:53 wang fei
  0 siblings, 0 replies; only message in thread
From: wang fei @ 2018-01-30 10:53 UTC (permalink / raw)
  To: dts; +Cc: yulong.pei, wang fei

For next branch: add the expected throughput values for NICs: "niantic"(4 ports),
"fortville_25g"(2 ports),"fortville_spirit"(2 ports), and the values will be parsed
by the test suite.

Signed-off-by: wang fei <feix.y.wang@intel.com>
---
 conf/nic_single_core_perf.cfg | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 conf/nic_single_core_perf.cfg

diff --git a/conf/nic_single_core_perf.cfg b/conf/nic_single_core_perf.cfg
new file mode 100644
index 0000000..8746326
--- /dev/null
+++ b/conf/nic_single_core_perf.cfg
@@ -0,0 +1,10 @@
+[suite]
+
+# list expected throughput values for 64byte packet size and different txd/rxd
+# these values may vary dut to different test enviroment, please adjust accordingly
+# the below nnt and fvl25g expected throughputs were tested under Purly,Ubuntu 16.04, IXIA
+# the below fvl40g expected throughputs was tested under Broadwell,Ubuntu 16.04, IXIA
+# the formate is a dictionary which means {"packet size": {"descriptor ring size": "throughput"}}

+throughput_nnt = {64: {128: 53.435, 512: 53.699, 2048: 42.798}}
+throughput_fvl25g = {64: {512: 43.777, 2048: 43.651}}
+throughput_fvl40g = {64: {512: 43.614, 2048: 38.407}}
-- 
2.7.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-30  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-30 10:53 [dts] [DTS][PATCH V3 3/3] conf/nic_single_core_perf.cfg: add suite congiguration file wang fei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).