Re: [dpdk-dev] [RFC PATCH v2 2/3] example/qos_sched: add PIE support

2021-06-15 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Liguzinski, > WojciechX > Sent: Tuesday, 15 June 2021 11.02 [snip] > diff --git a/config/rte_config.h b/config/rte_config.h > index 590903c07d..48132f27df 100644 > --- a/config/rte_config.h > +++ b/config/rte_config.h > @@ -89,7 +89,6 @@ > #

[dpdk-dev] [RFC PATCH v2 2/3] example/qos_sched: add PIE support

2021-06-15 Thread Liguzinski, WojciechX
patch add support enable PIE or RED by parsing config file. Signed-off-by: Liguzinski, WojciechX --- config/rte_config.h | 1 - examples/qos_sched/app_thread.c | 1 - examples/qos_sched/cfg_file.c | 82 ++--- examples/qos_sched/init.c | 7 +- examples/qos_sched