Re: [dpdk-dev] [PATCH] net/failsafe: stat support enhancement

2017-09-07 Thread Gaëtan Rivet
On Tue, Sep 05, 2017 at 12:56:34PM +0300, Matan Azrad wrote: > The previous stats code returned only the current TX sub > device stats. > > This enhancement extends it to return the sum of all sub > devices stats with history of removed sub-devices. > > Dedicated stats accumulator saves the stat

Re: [dpdk-dev] [PATCH] net/failsafe: stat support enhancement

2017-09-05 Thread Matan Azrad
Hi Gaetan, > -Original Message- > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Tuesday, September 5, 2017 7:34 PM > To: Matan Azrad > Cc: dev@dpdk.org > Subject: Re: [PATCH] net/failsafe: stat support enhancement > > On Tue, Sep 05, 2017 at 03:12:55PM +, Matan Azrad wro

Re: [dpdk-dev] [PATCH] net/failsafe: stat support enhancement

2017-09-05 Thread Gaëtan Rivet
On Tue, Sep 05, 2017 at 03:12:55PM +, Matan Azrad wrote: > Hi Gaetan, > > > -Original Message- > > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > > Sent: Tuesday, September 5, 2017 4:23 PM > > To: Matan Azrad > > Cc: dev@dpdk.org > > Subject: Re: [PATCH] net/failsafe: stat suppo

Re: [dpdk-dev] [PATCH] net/failsafe: stat support enhancement

2017-09-05 Thread Matan Azrad
Hi Gaetan, > -Original Message- > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Tuesday, September 5, 2017 4:23 PM > To: Matan Azrad > Cc: dev@dpdk.org > Subject: Re: [PATCH] net/failsafe: stat support enhancement > > Hi Matan, > > On Tue, Sep 05, 2017 at 12:56:34PM +0300,

Re: [dpdk-dev] [PATCH] net/failsafe: stat support enhancement

2017-09-05 Thread Gaëtan Rivet
Hi Matan, On Tue, Sep 05, 2017 at 12:56:34PM +0300, Matan Azrad wrote: > The previous stats code returned only the current TX sub > device stats. > > This enhancement extends it to return the sum of all sub > devices stats with history of removed sub-devices. > > Dedicated stats accumulator save

[dpdk-dev] [PATCH] net/failsafe: stat support enhancement

2017-09-05 Thread Matan Azrad
The previous stats code returned only the current TX sub device stats. This enhancement extends it to return the sum of all sub devices stats with history of removed sub-devices. Dedicated stats accumulator saves the stat history of all sub device remove events. Each failsafe sub device contains