Re: [dpdk-dev] [PATCH] eal: changes for setting control thread mask

2021-03-27 Thread Kiran KN
Hi David, This task was supposed to be taken up by someone else in my organisation. Will check and update. Thanks On 25/03/21, 8:21 PM, "David Marchand" wrote: [External Email. Be cautious of content] On Tue, Apr 21, 2020 at 10:01 AM David Marchand wrote: > > On Tue, Ap

Re: [dpdk-dev] [PATCH] eal: changes for setting control thread mask

2021-03-25 Thread David Marchand
On Tue, Apr 21, 2020 at 10:01 AM David Marchand wrote: > > On Tue, Apr 21, 2020 at 9:42 AM Kiran KN wrote: > > Define a global variable ctrl_thread_set which the application can set. > > If this is the case, use this for setting control thread affinity instead > > of deducing it from the existing

Re: [dpdk-dev] [PATCH] eal: changes for setting control thread mask

2020-04-21 Thread David Marchand
On Tue, Apr 21, 2020 at 9:42 AM Kiran KN wrote: > Define a global variable ctrl_thread_set which the application can set. > If this is the case, use this for setting control thread affinity instead > of deducing it from the existing core pinning of the process. I am unconvinced on adding an EAL o

[dpdk-dev] [PATCH] eal: changes for setting control thread mask

2020-04-21 Thread Kiran KN
Define a global variable ctrl_thread_set which the application can set. If this is the case, use this for setting control thread affinity instead of deducing it from the existing core pinning of the process. signed-off-by: Kiran KN --- lib/librte_eal/common/eal_common_options.c | 22 +++