On Mon, Aug 10, 2020 at 11:37 AM Mattias Rönnblom <mattias.ronnb...@ericsson.com> wrote: > > Introduce function in <rte_lcore.h> 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 <mattias.ronnb...@ericsson.com>
I can see no feedback. I am a bit reluctant at giving access to this info which is not really abstracted across OS.. Is there no other way to achieve what you wanted? -- David Marchand