Re: [dpdk-dev] [RFC] eal: introduce function to get lcore thread id

2020-10-20 Thread Mattias Rönnblom
On 2020-10-20 15:38, David Marchand wrote: > On Mon, Aug 10, 2020 at 11:37 AM Mattias Rönnblom > wrote: >> Introduce function in to retrieve a lcore worker >> thread's pthread id. >> >> This change allows applications to do things like changing the name of >> a lcore thread, or detect if it's get

Re: [dpdk-dev] [RFC] eal: introduce function to get lcore thread id

2020-10-20 Thread David Marchand
On Mon, Aug 10, 2020 at 11:37 AM Mattias Rönnblom wrote: > > Introduce function in to retrieve a lcore worker > thread's pthread id. > > This change allows applications to do things like changing the name of > a lcore thread, or detect if it's getting interrupted (e.g. getting > preempted by anot

[dpdk-dev] [RFC] eal: introduce function to get lcore thread id

2020-08-10 Thread Mattias Rönnblom
Introduce function in to retrieve a lcore worker thread's pthread id. This change allows applications to do things like changing the name of a lcore thread, or detect if it's getting interrupted (e.g. getting preempted by another thread). Signed-off-by: Mattias Rönnblom --- lib/librte_eal/comm