9783092022
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> |
||
---|---|---|
.. | ||
actions_gen.c | ||
actions_gen.h | ||
config.h | ||
flow_gen.c | ||
flow_gen.h | ||
items_gen.c | ||
items_gen.h | ||
main.c | ||
meson.build |