Re: [PATCH] dma/skeleton: fix pthread set affinity

2023-10-17 Thread Thomas Monjalon
15/08/2023 14:21, David Marchand: > On Mon, Aug 14, 2023 at 6:24 PM Tyler Retzlaff > wrote: > > > > On Sat, Aug 12, 2023 at 07:27:38AM +0530, Vipin Varghese wrote: > > > In skeleton dma driver, the user can pin the dma thread to desired > > > cpu core. The previous commit changed the api from set-

Re: [PATCH] dma/skeleton: fix pthread set affinity

2023-08-15 Thread David Marchand
On Mon, Aug 14, 2023 at 6:24 PM Tyler Retzlaff wrote: > > On Sat, Aug 12, 2023 at 07:27:38AM +0530, Vipin Varghese wrote: > > In skeleton dma driver, the user can pin the dma thread to desired > > cpu core. The previous commit changed the api from set-affinity to > > get-affinity leading to thread

Re: [PATCH] dma/skeleton: fix pthread set affinity

2023-08-14 Thread Tyler Retzlaff
On Sat, Aug 12, 2023 at 07:27:38AM +0530, Vipin Varghese wrote: > In skeleton dma driver, the user can pin the dma thread to desired > cpu core. The previous commit changed the api from set-affinity to > get-affinity leading to thread to be pinned to first available lcore. > > Bugzilla ID: 1270 >

[PATCH] dma/skeleton: fix pthread set affinity

2023-08-11 Thread Vipin Varghese
In skeleton dma driver, the user can pin the dma thread to desired cpu core. The previous commit changed the api from set-affinity to get-affinity leading to thread to be pinned to first available lcore. Bugzilla ID: 1270 Fixes: 7fdf30d8b259 ("eal/windows: remove most pthread lifetime shim functio