Re: [dpdk-dev] [PATCH v3 1/6] eal: add function that sets thread name

2021-08-18 Thread Tal Shnaiderman
> Subject: [PATCH v3 1/6] eal: add function that sets thread name > > External email: Use caution opening links or attachments > > > From: Narcisa Vasile > > Implement function that sets the name of a thread. > On Windows, SetThreadDescription() is used. Use GetProcAddress() to obtain > the ad

[dpdk-dev] [PATCH v3 1/6] eal: add function that sets thread name

2021-08-18 Thread Narcisa Ana Maria Vasile
From: Narcisa Vasile Implement function that sets the name of a thread. On Windows, SetThreadDescription() is used. Use GetProcAddress() to obtain the address of the function for MinGW compatibility. Signed-off-by: Narcisa Vasile --- lib/eal/common/rte_thread.c | 17 + lib/eal/include