Re: [dpdk-dev] [PATCH v17 2/5] example/qos_sched: add PIE support

2021-10-20 Thread Liguzinski, WojciechX
: dev@dpdk.org; Singh, Jasvinder ; Dumitrescu, Cristian ; Ajmera, Megha Subject: Re: [dpdk-dev] [PATCH v17 2/5] example/qos_sched: add PIE support On Wed, 20 Oct 2021 07:49:59 + "Liguzinski, WojciechX" wrote: > diff --git a/examples/qos_sched/app_thread.c > b/examples/qos_sch

Re: [dpdk-dev] [PATCH v17 2/5] example/qos_sched: add PIE support

2021-10-20 Thread Stephen Hemminger
On Wed, 20 Oct 2021 07:49:59 + "Liguzinski, WojciechX" wrote: > diff --git a/examples/qos_sched/app_thread.c b/examples/qos_sched/app_thread.c > index dbc878b553..895c0d3592 100644 > --- a/examples/qos_sched/app_thread.c > +++ b/examples/qos_sched/app_thread.c > @@ -205,7 +205,6 @@ app_worker

[dpdk-dev] [PATCH v17 2/5] example/qos_sched: add PIE support

2021-10-20 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 | 127 +++-- examples/qos_sched/cfg_file.h | 5 + examples/qo