Re: [dpdk-dev] [PATCH] doc: abstract the behaviour of rte_ctrl_thread_create

2021-08-23 Thread Honnappa Nagarahalli
> > > > > > 30/07/2021 23:44, Honnappa Nagarahalli: > > > > The current expected behaviour of the function > > > > rte_ctrl_thread_create is rigid which makes the implementation of the > function complex. > > > > Make the expected behaviour abstract to allow for simplified > > > > implementation.

Re: [dpdk-dev] [PATCH] doc: abstract the behaviour of rte_ctrl_thread_create

2021-08-23 Thread Olivier Matz
Hi Honnappa, Back from holidays, sorry for the late answer. On Mon, Aug 09, 2021 at 01:18:42PM +, Honnappa Nagarahalli wrote: > > > > > 30/07/2021 23:44, Honnappa Nagarahalli: > > > The current expected behaviour of the function rte_ctrl_thread_create > > > is rigid which makes the implemen

Re: [dpdk-dev] [PATCH] doc: abstract the behaviour of rte_ctrl_thread_create

2021-08-09 Thread Honnappa Nagarahalli
> > 30/07/2021 23:44, Honnappa Nagarahalli: > > The current expected behaviour of the function rte_ctrl_thread_create > > is rigid which makes the implementation of the function complex. > > Make the expected behaviour abstract to allow for simplified > > implementation. > > > > With this change,

Re: [dpdk-dev] [PATCH] doc: abstract the behaviour of rte_ctrl_thread_create

2021-08-07 Thread Thomas Monjalon
30/07/2021 23:44, Honnappa Nagarahalli: > The current expected behaviour of the function rte_ctrl_thread_create > is rigid which makes the implementation of the function complex. > Make the expected behaviour abstract to allow for simplified > implementation. > > With this change, the calls to pth

Re: [dpdk-dev] [PATCH] doc: abstract the behaviour of rte_ctrl_thread_create

2021-08-03 Thread Honnappa Nagarahalli
Hi Olivier, Any comments on this? Thanks, Honnappa > > > > > > The current expected behaviour of the function > > > rte_ctrl_thread_create is rigid which makes the implementation of the > function complex. > > > Make the expected behaviour abstract to allow for simplified > > > implemen

Re: [dpdk-dev] [PATCH] doc: abstract the behaviour of rte_ctrl_thread_create

2021-08-03 Thread Jerin Jacob
On Tue, Aug 3, 2021 at 11:24 AM Ruifeng Wang wrote: > > > -Original Message- > > From: Honnappa Nagarahalli > > Sent: Saturday, July 31, 2021 5:45 AM > > To: dev@dpdk.org; Honnappa Nagarahalli > > ; olivier.m...@6wind.com; > > lucp.at.w...@gmail.com; david.march...@redhat.com; > > tho...@

Re: [dpdk-dev] [PATCH] doc: abstract the behaviour of rte_ctrl_thread_create

2021-08-02 Thread Ruifeng Wang
> -Original Message- > From: Honnappa Nagarahalli > Sent: Saturday, July 31, 2021 5:45 AM > To: dev@dpdk.org; Honnappa Nagarahalli > ; olivier.m...@6wind.com; > lucp.at.w...@gmail.com; david.march...@redhat.com; > tho...@monjalon.net > Cc: Ruifeng Wang ; nd > Subject: [PATCH] doc: abstrac

[dpdk-dev] [PATCH] doc: abstract the behaviour of rte_ctrl_thread_create

2021-07-30 Thread Honnappa Nagarahalli
The current expected behaviour of the function rte_ctrl_thread_create is rigid which makes the implementation of the function complex. Make the expected behaviour abstract to allow for simplified implementation. With this change, the calls to pthread_setaffinity_np can be moved to the control thre