Re: [dpdk-dev] [RFC] eal: simplify the implementation of rte_ctrl_thread_create

2021-08-25 Thread Honnappa Nagarahalli
> > Hi Honnappa, > > (Sorry if you get this message twice, I forgot to reply all the first time) > > Sorry for the late reply. I was also away. No problem, thanks for your comments. > > I have only made one small contribution to DPDK so I'll defer to others to > decide whether this patch sho

Re: [dpdk-dev] [RFC] eal: simplify the implementation of rte_ctrl_thread_create

2021-08-25 Thread Luc Pelletier
Hi Honnappa, (Sorry if you get this message twice, I forgot to reply all the first time) Sorry for the late reply. I was also away. I have only made one small contribution to DPDK so I'll defer to others to decide whether this patch should be accepted. When I submitted my patch, I got the feelin

[dpdk-dev] [RFC] eal: simplify the implementation of rte_ctrl_thread_create

2021-07-30 Thread Honnappa Nagarahalli
The current described behaviour of rte_ctrl_thread_create is rigid which makes the implementation of the function complex. The behavior is abstracted to allow for simplified implementation. Signed-off-by: Honnappa Nagarahalli --- lib/eal/common/eal_common_thread.c | 65 +-