All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] app/flow-perf: add multi threaded support
@ 2020-11-26 11:15 Wisam Jaddo
  2020-11-26 11:15 ` [dpdk-dev] [PATCH 1/4] app/flow-perf: refactor flows handler Wisam Jaddo
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Wisam Jaddo @ 2020-11-26 11:15 UTC (permalink / raw)
  To: thomas, arybchenko, suanmingm, akozyrev; +Cc: dev

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

-- 
2.21.0


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

end of thread, other threads:[~2021-01-07 14:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-26 11:15 [dpdk-dev] [PATCH 0/4] app/flow-perf: add multi threaded support Wisam Jaddo
2020-11-26 11:15 ` [dpdk-dev] [PATCH 1/4] app/flow-perf: refactor flows handler Wisam Jaddo
2020-11-26 11:15 ` [dpdk-dev] [PATCH 2/4] app/flow-perf: add multiple cores insertion and deletion Wisam Jaddo
2020-11-26 11:15 ` [dpdk-dev] [PATCH 3/4] app/flow-perf: change clock measurement functions Wisam Jaddo
2021-01-07 14:49   ` Thomas Monjalon
2020-11-26 11:15 ` [dpdk-dev] [PATCH 4/4] app/flow-perf: remove redundant items memset and vars Wisam Jaddo
2021-01-07 14:59 ` [dpdk-dev] [PATCH 0/4] app/flow-perf: add multi threaded support Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.