mbox

[0/4] app/flow-perf: add multi threaded support

Message ID 20201126111543.16928-1-wisamm@nvidia.com (mailing list archive)
Headers

Message

Wisam Monther Nov. 26, 2020, 11:15 a.m. UTC
  After this series the application will start supporting testing
multiple threaded insertion and deletion rates.

Also it will provide the latency & throughput rates of all threads.


Wisam Jaddo (4):
  app/flow-perf: refactor flows handler
  app/flow-perf: add multiple cores insertion and deletion
  app/flow-perf: change clock measurement functions
  app/flow-perf: remove redundant items memset and vars

 app/test-flow-perf/actions_gen.c | 205 +++++++------
 app/test-flow-perf/actions_gen.h |   2 +-
 app/test-flow-perf/config.h      |   1 +
 app/test-flow-perf/flow_gen.c    |   5 +-
 app/test-flow-perf/flow_gen.h    |   1 +
 app/test-flow-perf/items_gen.c   | 206 +++++--------
 app/test-flow-perf/items_gen.h   |   2 +-
 app/test-flow-perf/main.c        | 486 +++++++++++++++++++++----------
 doc/guides/tools/flow-perf.rst   |  14 +-
 9 files changed, 524 insertions(+), 398 deletions(-)