Re: [PATCH] service: fix getting service lcore attributes

2025-02-07 Thread David Marchand
On Fri, Dec 20, 2024 at 3:30 PM Piotr Krzewinski wrote: > > Perf test service_perf_autotest was failing after introduction > of lcore variables. Fixed getting of idle_ and error_ service > call statistics. > > Fixes: b24bbaedbba2 ("service: keep per-lcore state in lcore variable") > Cc: sta...@dpd

Re: [PATCH] service: fix getting service lcore attributes

2024-12-23 Thread Mattias Rönnblom
On 2024-12-20 15:29, Piotr Krzewinski wrote: Perf test service_perf_autotest was failing after introduction of lcore variables. Fixed getting of idle_ and error_ service call statistics. Fixes: b24bbaedbba2 ("service: keep per-lcore state in lcore variable") Cc: mattias.ronnb...@ericsson.com Cc

Re: [PATCH] service: fix getting service lcore attributes

2024-12-20 Thread Van Haaren, Harry
> From: Piotr Krzewinski > Sent: Friday, December 20, 2024 2:29 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org ; Krzewinski, Piotr > ; mattias.ronnb...@ericsson.com > ; sta...@dpdk.org > Subject: [PATCH] service: fix getting service lcore attributes > > Perf tes

[PATCH] service: fix getting service lcore attributes

2024-12-20 Thread Piotr Krzewinski
Perf test service_perf_autotest was failing after introduction of lcore variables. Fixed getting of idle_ and error_ service call statistics. Fixes: b24bbaedbba2 ("service: keep per-lcore state in lcore variable") Cc: mattias.ronnb...@ericsson.com Cc: sta...@dpdk.org Signed-off-by: Piotr Krzewins