Re: [PATCH] eal/windows: set pthread affinity

2022-02-02 Thread Thomas Monjalon
> > > Sometimes OS tries to switch the core. So, bind the lcore thread to a > > > fixed core. > > > Implement affinity call on Windows similar to Linux. > > > > > > Signed-off-by: Qiao Liu > > > Signed-off-by: Pallavi Kadam > > Acked-by: Tal Shnaiderman > Tested-by: Idan Hackmon Applied, thank

RE: [PATCH] eal/windows: set pthread affinity

2022-02-01 Thread Idan Hackmon
> Subject: RE: [PATCH] eal/windows: set pthread affinity > > > Subject: [PATCH] eal/windows: set pthread affinity > > > > External email: Use caution opening links or attachments > > > > > > Sometimes OS tries to switch the core. So, bind the lcore

RE: [PATCH] eal/windows: set pthread affinity

2022-01-31 Thread Tal Shnaiderman
> Subject: [PATCH] eal/windows: set pthread affinity > > External email: Use caution opening links or attachments > > > Sometimes OS tries to switch the core. So, bind the lcore thread to a fixed > core. > Implement affinity call on Windows similar to Linux. >

Re: [PATCH] eal/windows: set pthread affinity

2022-01-26 Thread Menon, Ranjit
On 1/20/2022 4:17 PM, Pallavi Kadam wrote: Sometimes OS tries to switch the core. So, bind the lcore thread to a fixed core. Implement affinity call on Windows similar to Linux. Signed-off-by: Qiao Liu Signed-off-by: Pallavi Kadam --- lib/eal/windows/eal.c | 4 1 file changed, 4 insertio

Re: [PATCH] eal/windows: set pthread affinity

2022-01-25 Thread Narcisa Ana Maria Vasile
On Thu, Jan 20, 2022 at 04:17:49PM -0800, Pallavi Kadam wrote: > Sometimes OS tries to switch the core. So, bind the lcore thread > to a fixed core. > Implement affinity call on Windows similar to Linux. > > Signed-off-by: Qiao Liu > Signed-off-by: Pallavi Kadam > --- > lib/eal/windows/eal.c |

[PATCH] eal/windows: set pthread affinity

2022-01-20 Thread Pallavi Kadam
Sometimes OS tries to switch the core. So, bind the lcore thread to a fixed core. Implement affinity call on Windows similar to Linux. Signed-off-by: Qiao Liu Signed-off-by: Pallavi Kadam --- lib/eal/windows/eal.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/eal/windows/eal.c b/l