Re: [dpdk-dev] Retrieving lcore worker thread id

2020-07-16 Thread Mattias Rönnblom
On 2020-07-15 18:21, Stephen Hemminger wrote: > On Wed, 15 Jul 2020 10:17:09 + > Mattias Rönnblom wrote: > >> On 2020-07-14 22:51, Stephen Hemminger wrote: >>> On Tue, 14 Jul 2020 18:59:59 + >>> Honnappa Nagarahalli wrote: >>> >> Hi. > Hey, > >> In

Re: [dpdk-dev] Retrieving lcore worker thread id

2020-07-15 Thread Stephen Hemminger
On Wed, 15 Jul 2020 10:17:09 + Mattias Rönnblom wrote: > On 2020-07-14 22:51, Stephen Hemminger wrote: > > On Tue, 14 Jul 2020 18:59:59 + > > Honnappa Nagarahalli wrote: > > > >> > >> > Hi. > >>> Hey, > >>> > In DPDK 19.11, the lcore_config struct of is made > >>>

Re: [dpdk-dev] Retrieving lcore worker thread id

2020-07-15 Thread Mattias Rönnblom
On 2020-07-14 15:08, Van Haaren, Harry wrote: >> -Original Message- >> From: dev On Behalf Of Mattias Rönnblom >> Sent: Tuesday, July 14, 2020 1:04 PM >> To: dpdk-dev >> Cc: Tomasz Piatkowski >> Subject: [dpdk-dev] Retrieving lcore worker thread id

Re: [dpdk-dev] Retrieving lcore worker thread id

2020-07-15 Thread Mattias Rönnblom
On 2020-07-14 22:51, Stephen Hemminger wrote: > On Tue, 14 Jul 2020 18:59:59 + > Honnappa Nagarahalli wrote: > >> >> Hi. >>> Hey, >>> In DPDK 19.11, the lcore_config struct of is made private, and with it the possibility to look up the thread id of the lcore worker th

Re: [dpdk-dev] Retrieving lcore worker thread id

2020-07-14 Thread Stephen Hemminger
On Tue, 14 Jul 2020 18:59:59 + Honnappa Nagarahalli wrote: > > > > > > > > Hi. > > > > Hey, > > > > > In DPDK 19.11, the lcore_config struct of is made > > > private, and with it the possibility to look up the thread id of the > > > lcore worker threads disappears. > > > > > > One us

Re: [dpdk-dev] Retrieving lcore worker thread id

2020-07-14 Thread Honnappa Nagarahalli
> > > > Hi. > > Hey, > > > In DPDK 19.11, the lcore_config struct of is made > > private, and with it the possibility to look up the thread id of the > > lcore worker threads disappears. > > > > One use case is an application with a monitoring function (on some > > control plane thread), which

[dpdk-dev] Retrieving lcore worker thread id

2020-07-14 Thread Mattias Rönnblom
Hi. In DPDK 19.11, the lcore_config struct of is made private, and with it the possibility to look up the thread id of the lcore worker threads disappears. One use case is an application with a monitoring function (on some control plane thread), which uses the thread ids to make sure the work

Re: [dpdk-dev] Retrieving lcore worker thread id

2020-07-14 Thread Van Haaren, Harry
> -Original Message- > From: dev On Behalf Of Mattias Rönnblom > Sent: Tuesday, July 14, 2020 1:04 PM > To: dpdk-dev > Cc: Tomasz Piatkowski > Subject: [dpdk-dev] Retrieving lcore worker thread id > > Hi. Hey, > In DPDK 19.11, the lcore_config struct of