test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/5] dts/pktgen: measure throughput supports multiple return values
@ 2019-08-06  6:58 yufengmx
  2019-08-06  6:58 ` [dts] [PATCH V1 1/5] conf/pktgen: remove un-used optons yufengmx
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: yufengmx @ 2019-08-06  6:58 UTC (permalink / raw)
  To: dts; +Cc: yufengmx

 These commits meet with demand came from dpdk STV new demand. 
 
 *. add __get_single_throughput_statistic/__get_multi_throughput_statistic methods to realize 
 measure_throughput support return several throughput statistic data in a duration. 
 *. add test method(latency/loss/throughput/rfc2544) options parameter usage 
 comment in pktgen_base module. 
 *. add test method(latency/loss/throughput) delay/duration options new usage 
 definition and relevant process source code in pktgen_base module. 
 *. set delay option to the warm up time before start main traffic. 
 *. set pktgen duration default value to 10 second. 
 *. remove duration option used in trex/ixia module, move duration option in 
 testing scenario methods(latency/loss/throughput) in pktgen_base module. 
 *. remove un-used optons in pktgen.cfg. 
 *. remove un-used parameter in trex/ixia _start_transmission. 

yufengmx (5):
  conf/pktgen: remove un-used optons
  doc/dts_gsg/pktgen_prog_guide: update description
  framework/pktgen_base: measure throughput supports multiple return
    values
  framework/pktgen_ixia: measure throughput supports multiple return
    values
  framework/pktgen_trex: measure throughput supports multiple return
    values

 conf/pktgen.cfg                   |   7 +-
 doc/dts_gsg/pktgen_prog_guide.rst |  45 ++++++++----
 framework/pktgen_base.py          | 143 ++++++++++++++++++++++++++++++++++----
 framework/pktgen_ixia.py          |  29 +-------
 framework/pktgen_trex.py          |  42 +----------
 5 files changed, 171 insertions(+), 95 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-06  6:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-06  6:58 [dts] [PATCH V1 0/5] dts/pktgen: measure throughput supports multiple return values yufengmx
2019-08-06  6:58 ` [dts] [PATCH V1 1/5] conf/pktgen: remove un-used optons yufengmx
2019-08-06  6:58 ` [dts] [PATCH V1 2/5] doc/dts_gsg/pktgen_prog_guide: update description yufengmx
2019-08-06  6:58 ` [dts] [PATCH V1 3/5] framework/pktgen_base: measure throughput supports multiple yufengmx
2019-08-06  6:58 ` [dts] [PATCH V1 4/5] framework/pktgen_ixia: " yufengmx
2019-08-06  6:58 ` [dts] [PATCH V1 5/5] framework/pktgen_trex: " yufengmx

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).