Re: [dpdk-dev] [PATCH v1] examples/l3fwd-power: add telemetry mode support

2019-05-22 Thread Stephen Hemminger
On Fri, 17 May 2019 19:17:12 +0100 Reshma Pattan wrote: > Add new telemetry mode support for l3fwd-power. > This is a standalone mode, in this mode l3fwd-power > does simple l3fwding along with calculating > empty polls, full polls, and busy percentage for > each forwarding core. The aggregation

Re: [dpdk-dev] [PATCH v1] examples/l3fwd-power: add telemetry mode support

2019-05-22 Thread Pattan, Reshma
> -Original Message- > From: Burakov, Anatoly > Sent: Wednesday, May 22, 2019 10:46 AM > To: Pattan, Reshma ; dev@dpdk.org > Cc: Hunt, David ; Ma, Liang J > Subject: Re: [PATCH v1] examples/l3fwd-power: add telemetry mode support > > On 21-May-19 3:53 PM, Pattan, Reshma wrote: > >> > >>

Re: [dpdk-dev] [PATCH v1] examples/l3fwd-power: add telemetry mode support

2019-05-22 Thread Burakov, Anatoly
On 21-May-19 3:53 PM, Pattan, Reshma wrote: -Original Message- From: Burakov, Anatoly Sent: Monday, May 20, 2019 2:17 PM To: Pattan, Reshma ; dev@dpdk.org Cc: Hunt, David ; Ma, Liang J Subject: Re: [PATCH v1] examples/l3fwd-power: add telemetry mode support --- +

Re: [dpdk-dev] [PATCH v1] examples/l3fwd-power: add telemetry mode support

2019-05-21 Thread Pattan, Reshma
> -Original Message- > From: Burakov, Anatoly > Sent: Monday, May 20, 2019 2:17 PM > To: Pattan, Reshma ; dev@dpdk.org > Cc: Hunt, David ; Ma, Liang J > Subject: Re: [PATCH v1] examples/l3fwd-power: add telemetry mode support > > > --- > > > > > + poll_count = 0;

Re: [dpdk-dev] [PATCH v1] examples/l3fwd-power: add telemetry mode support

2019-05-20 Thread Burakov, Anatoly
On 17-May-19 7:17 PM, Reshma Pattan wrote: Add new telemetry mode support for l3fwd-power. This is a standalone mode, in this mode l3fwd-power does simple l3fwding along with calculating empty polls, full polls, and busy percentage for each forwarding core. The aggregation of these values of all

[dpdk-dev] [PATCH v1] examples/l3fwd-power: add telemetry mode support

2019-05-17 Thread Reshma Pattan
Add new telemetry mode support for l3fwd-power. This is a standalone mode, in this mode l3fwd-power does simple l3fwding along with calculating empty polls, full polls, and busy percentage for each forwarding core. The aggregation of these values of all cores is reported as application level teleme