Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2021-01-14 Thread Van Haaren, Harry
> -Original Message- > From: David Marchand > Sent: Wednesday, January 13, 2021 2:43 PM > To: Van Haaren, Harry ; mattias.ronnblom > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work > attribute > > Hello Harry

Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2021-01-13 Thread David Marchand
Hello Harry, Mattias, On Fri, Oct 16, 2020 at 2:57 PM Van Haaren, Harry wrote: > > > > > On 2020-09-14 16:37, Harry van Haaren wrote: > > > > > > This commit adds a new attribute which allows the service to > > > > > > indicate > > > > > > if the previous iteration of work was "useful". Useful w

Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2020-10-16 Thread Van Haaren, Harry
> -Original Message- > From: David Marchand > Sent: Friday, October 16, 2020 1:20 PM > To: Van Haaren, Harry ; Mattias Rönnblom > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work > attribute > > On Mon, Oct

Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2020-10-16 Thread David Marchand
ubject: Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work > > attribute > > > > > -Original Message- > > > From: Mattias Rönnblom > > > Sent: Wednesday, September 23, 2020 12:40 PM > > > To: Van Haaren, Harry ; dev@dpdk.org > &g

Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2020-10-05 Thread Van Haaren, Harry
> -Original Message- > From: dev On Behalf Of Van Haaren, Harry > Sent: Wednesday, September 23, 2020 3:17 PM > To: Mattias Rönnblom ; dev@dpdk.org > Cc: david.march...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work > attribute

Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2020-09-23 Thread Van Haaren, Harry
> -Original Message- > From: Mattias Rönnblom > Sent: Wednesday, September 23, 2020 12:40 PM > To: Van Haaren, Harry ; dev@dpdk.org > Cc: david.march...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work > attribute Hi Mattias, Than

Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2020-09-23 Thread Mattias Rönnblom
On 2020-09-14 16:37, Harry van Haaren wrote: > This commit adds a new attribute which allows the service to indicate > if the previous iteration of work was "useful". Useful work here implies > forward progress was made. > Exposing this information via an attribute to the application allows > trac

Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2020-09-21 Thread Honnappa Nagarahalli
> > Hello Harry, > > On Mon, Sep 14, 2020 at 4:36 PM Harry van Haaren > wrote: > > > > This commit adds a new attribute which allows the service to indicate > > if the previous iteration of work was "useful". Useful work here > > implies forward progress was made. > > > > Exposing this informa

Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2020-09-21 Thread Van Haaren, Harry
> -Original Message- > From: David Marchand > Sent: Monday, September 21, 2020 3:49 PM > To: Van Haaren, Harry > Cc: dev ; Lukasz Wojciechowski > ; Honnappa Nagarahalli > > Subject: Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work > attribut

Re: [dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2020-09-21 Thread David Marchand
Hello Harry, On Mon, Sep 14, 2020 at 4:36 PM Harry van Haaren wrote: > > This commit adds a new attribute which allows the service to indicate > if the previous iteration of work was "useful". Useful work here implies > forward progress was made. > > Exposing this information via an attribute to

[dpdk-dev] [PATCH v2 1/2] service: add component useful work attribute

2020-09-14 Thread Harry van Haaren
This commit adds a new attribute which allows the service to indicate if the previous iteration of work was "useful". Useful work here implies forward progress was made. Exposing this information via an attribute to the application allows tracking of CPU cycles as being useful or not-useful, and a