numam-dpdk/app/test-flow-perf
Wisam Jaddo eb4df25f53 app/flow-perf: add runtime option to use unique data
Current support for unique data is to compile with config.h
var FIXED_VALUES as 0, and this is only supported on
compilation time, as a result the user may use only single
mode for each compilation.

Starting with this commit the user will have the ability to
use this feature on the fly by using this new option:
--unique-data

Example of unique data usage:
Insert many rules with different encap data for a flows that
have encap action in it.

Signed-off-by: Wisam Jaddo <wisamm@nvidia.com>
Acked-by: Alexander Kozyrev <akozyrev@nvidia.com>
2021-04-12 15:51:04 +02:00
..
actions_gen.c app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
actions_gen.h app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
config.h app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
flow_gen.c app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
flow_gen.h app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
items_gen.c app/flow-perf: simplify objects initialization 2021-01-07 15:52:29 +01:00
items_gen.h app/flow-perf: add multi-core rule insertion and deletion 2021-01-07 15:14:02 +01:00
main.c app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
meson.build app/flow-perf: add insertion rate calculation 2020-06-29 15:47:36 +02:00