[dts] [PATCH V2 0/5] dts/pktgen: measure throughput supports multiple return values and callback

yufengmx yufengx.mo at intel.com
Fri Nov 22 09:58:38 CET 2019


 v2 
 Add new demand of pktgen as wang,yinan required. 
 *. add a callback to deal with executing other tools query actions in throughput traffic lasting status. 
 *. rebase source code. 
 
 v1 
 As chen zhaoyan new demand of pktgen, add these changes 
 
 *. 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. 
 *. rebase coremask new setting options from next branch. 

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                   |  18 ++--
 doc/dts_gsg/pktgen_prog_guide.rst |  49 ++++++---
 framework/pktgen_base.py          | 162 +++++++++++++++++++++++++++---
 framework/pktgen_ixia.py          |  30 ++----
 framework/pktgen_trex.py          |  63 ++++--------
 5 files changed, 224 insertions(+), 98 deletions(-)

-- 
2.21.0



More information about the dts mailing list