Re: [dpdk-dev] [PATCH v4] examples/ipsec-secgw: add per core packet stats

2020-07-01 Thread Akhil Goyal
> > > Hi Akhil, > > > > > > > > -- > > > Hi Anoob/Konstantin, > > > > > > > > > > > > Adding per core packet handling stats to analyze traffic > > > > > distribution when multiple cores are engaged. > > > > > > > > > > Since agg

Re: [dpdk-dev] [PATCH v4] examples/ipsec-secgw: add per core packet stats

2020-05-18 Thread Akhil Goyal
> Hi Akhil, > > > > > -- > > Hi Anoob/Konstantin, > > > > > > > > > Adding per core packet handling stats to analyze traffic > > > > distribution when multiple cores are engaged. > > > > > > > > Since aggregating the packet stats

Re: [dpdk-dev] [PATCH v4] examples/ipsec-secgw: add per core packet stats

2020-05-17 Thread Anoob Joseph
Hi Akhil, > > -- > Hi Anoob/Konstantin, > > > > > > Adding per core packet handling stats to analyze traffic > > > distribution when multiple cores are engaged. > > > > > > Since aggregating the packet stats across cores would a

Re: [dpdk-dev] [PATCH v4] examples/ipsec-secgw: add per core packet stats

2020-05-17 Thread Akhil Goyal
Hi Anoob/Konstantin, > > > Adding per core packet handling stats to analyze traffic distribution > > when multiple cores are engaged. > > > > Since aggregating the packet stats across cores would affect > > performance, keeping the feature disabled using compile time flags. > > > > Signed-off-by:

Re: [dpdk-dev] [PATCH v4] examples/ipsec-secgw: add per core packet stats

2020-05-14 Thread Ananyev, Konstantin
> Adding per core packet handling stats to analyze traffic distribution > when multiple cores are engaged. > > Since aggregating the packet stats across cores would affect > performance, keeping the feature disabled using compile time flags. > > Signed-off-by: Anoob Joseph > --- > v4: > * Move