Re: [dpdk-dev] [PATCH] net/sfc: allow control threads for counter queue polling

2021-10-22 Thread Andrew Rybchenko
On 10/21/21 11:28 PM, David Marchand wrote: > On Thu, Oct 21, 2021 at 9:04 AM Andrew Rybchenko > wrote: >> >> From: Viacheslav Galaktionov >> >> MAE counters can be polled from a control thread if no service core is >> allocated for this. >> >> Signed-off-by: Viacheslav Galaktionov >> Signed-off

Re: [dpdk-dev] [PATCH] net/sfc: allow control threads for counter queue polling

2021-10-21 Thread Ferruh Yigit
On 10/21/2021 9:23 PM, Ferruh Yigit wrote: On 10/21/2021 8:03 AM, Andrew Rybchenko wrote: From: Viacheslav Galaktionov MAE counters can be polled from a control thread if no service core is allocated for this. Signed-off-by: Viacheslav Galaktionov Signed-off-by: Andrew Rybchenko Reviewed-by

Re: [dpdk-dev] [PATCH] net/sfc: allow control threads for counter queue polling

2021-10-21 Thread David Marchand
On Thu, Oct 21, 2021 at 9:04 AM Andrew Rybchenko wrote: > > From: Viacheslav Galaktionov > > MAE counters can be polled from a control thread if no service core is > allocated for this. > > Signed-off-by: Viacheslav Galaktionov > Signed-off-by: Andrew Rybchenko > Reviewed-by: Andy Moreton > --

Re: [dpdk-dev] [PATCH] net/sfc: allow control threads for counter queue polling

2021-10-21 Thread Ferruh Yigit
On 10/21/2021 8:03 AM, Andrew Rybchenko wrote: From: Viacheslav Galaktionov MAE counters can be polled from a control thread if no service core is allocated for this. Signed-off-by: Viacheslav Galaktionov Signed-off-by: Andrew Rybchenko Reviewed-by: Andy Moreton Applied to dpdk-next-net/m

[dpdk-dev] [PATCH] net/sfc: allow control threads for counter queue polling

2021-10-21 Thread Andrew Rybchenko
From: Viacheslav Galaktionov MAE counters can be polled from a control thread if no service core is allocated for this. Signed-off-by: Viacheslav Galaktionov Signed-off-by: Andrew Rybchenko Reviewed-by: Andy Moreton --- The problem to require service cores for HW offload was raised by David o