numam-dpdk/app/test-flow-perf
Wisam Jaddo 9783092022 app/flow-perf: allow fixed values for actions
Sometime the user want to have fixed values of
encap/decap or header modify for all flows.

This will introduce the ability to choose from
fixed or dynamic values by setting the flag in
config.h

To use different value for each flow:
config.h: #define FIXED_VALUES 0

To use single value for all flows:
config.h: #define FIXED_VALUES 1

Signed-off-by: Wisam Jaddo <wisamm@mellanox.com>
Acked-by: Alexander Kozyrev <akozyrev@nvidia.com>
2020-09-18 18:55:11 +02:00
..
actions_gen.c app/flow-perf: allow fixed values for actions 2020-09-18 18:55:11 +02:00
actions_gen.h app/flow-perf: support raw encap/decap actions 2020-09-18 18:55:11 +02:00
config.h app/flow-perf: allow fixed values for actions 2020-09-18 18:55:11 +02:00
flow_gen.c app/flow-perf: support raw encap/decap actions 2020-09-18 18:55:11 +02:00
flow_gen.h app/flow-perf: support raw encap/decap actions 2020-09-18 18:55:11 +02:00
items_gen.c app/flow-perf: support ICMP matching 2020-09-18 18:55:11 +02:00
items_gen.h app/flow-perf: support user order 2020-09-18 18:55:10 +02:00
main.c app/flow-perf: support ICMP matching 2020-09-18 18:55:11 +02:00
meson.build app/flow-perf: add insertion rate calculation 2020-06-29 15:47:36 +02:00