Re: [RFC] service: extend service function call statistics

2024-01-29 Thread Mattias Rönnblom
On 2024-01-29 13:50, Van Haaren, Harry wrote: -Original Message- From: Mattias Rönnblom Sent: Saturday, January 27, 2024 7:32 PM To: Morten Brørup ; Mattias Rönnblom ; dev@dpdk.org Cc: Van Haaren, Harry ; Stefan Sundkvist Subject: Re: [RFC] service: extend service function call

RE: [RFC] service: extend service function call statistics

2024-01-29 Thread Van Haaren, Harry
> -Original Message- > From: Mattias Rönnblom > Sent: Saturday, January 27, 2024 7:32 PM > To: Morten Brørup ; Mattias Rönnblom > ; dev@dpdk.org > Cc: Van Haaren, Harry ; Stefan Sundkvist > > Subject: Re: [RFC] service: extend service function call statistics Hi

Re: [RFC] service: extend service function call statistics

2024-01-27 Thread Mattias Rönnblom
On 2024-01-26 11:07, Morten Brørup wrote: From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] Sent: Friday, 26 January 2024 09.28 On 2024-01-26 00:19, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Thursday, 25 January 2024 20.15 Add two new per-serv

RE: [RFC] service: extend service function call statistics

2024-01-26 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > Sent: Friday, 26 January 2024 09.28 > > On 2024-01-26 00:19, Morten Brørup wrote: > >> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > >> Sent: Thursday, 25 January 2024 20.15 > >> > >> Add two new per-service counters. > >>

Re: [RFC] service: extend service function call statistics

2024-01-26 Thread Mattias Rönnblom
On 2024-01-26 00:19, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Thursday, 25 January 2024 20.15 Add two new per-service counters. RTE_SERVICE_ATTR_IDLE_CALL_COUNT tracks the number of service function invocations where no work was performed. RTE_SE

RE: [RFC] service: extend service function call statistics

2024-01-25 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Thursday, 25 January 2024 20.15 > > Add two new per-service counters. > > RTE_SERVICE_ATTR_IDLE_CALL_COUNT tracks the number of service function > invocations where no work was performed. > > RTE_SERVICE_ATTR_ERROR_CALL_COUN

[RFC] service: extend service function call statistics

2024-01-25 Thread Mattias Rönnblom
Add two new per-service counters. RTE_SERVICE_ATTR_IDLE_CALL_COUNT tracks the number of service function invocations where no work was performed. RTE_SERVICE_ATTR_ERROR_CALL_COUNT tracks the number invocations resulting in an error. The semantics of RTE_SERVICE_ATTR_CALL_COUNT remains the same (