Introduce enhancements and fixes for flow-perf: 1- Fix decap data for raw-decap actions. 2- Fix setting IPv6 source. 3- Add first flow latency calculation. 4- fixes in flow-perf: CPU and reporting. 5- Use more generic wrapper for cycles. 6- Use unique data on the fly.
------ v2: * Add first insertion flow latency calculation. * Fix for decap data set. v3: * Fixes in commit message. * Fixes the cover page. v4: * Fix warrning of 100 char long line. * Add more discription in cover letter. Wisam Jaddo (7): app/flow-perf: start using more generic wrapper for cycles app/flow-perf: add new option to use unique data on the fly app/flow-perf: fix naming of CPU used structured data app/flow-perf: fix report total stats for masked ports app/flow-perf: fix the incremental IPv6 src set app/flow-perf: add first flow latency support app/flow-perf: fix setting decap data for decap actions app/test-flow-perf/actions_gen.c | 77 +++++++++++++++++--------------- app/test-flow-perf/actions_gen.h | 3 +- app/test-flow-perf/config.h | 8 +--- app/test-flow-perf/flow_gen.c | 4 +- app/test-flow-perf/flow_gen.h | 1 + app/test-flow-perf/items_gen.c | 13 +++--- app/test-flow-perf/main.c | 67 +++++++++++++++++---------- doc/guides/tools/flow-perf.rst | 5 +++ 8 files changed, 102 insertions(+), 76 deletions(-) -- 2.17.1