Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-05 Thread Dumitrescu, Cristian
haresystems.com; ajit.khapa...@broadcom.com; Yigit, Ferruh > ; Singh, Jasvinder > Subject: RE: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile > > Hi Cristian > > From: Dumitrescu, Cristian > > Hi Matan, > > > > > -Original Message- > >

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-03 Thread Matan Azrad
t; Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon ; > > Raslan Darawsheh ; m...@smartsharesystems.com; > > ajit.khapa...@broadcom.com; Yigit, Ferruh ; > > Singh, Jasvinder > > Subject: RE: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile > > > > Hi Cristian >

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-03 Thread Dumitrescu, Cristian
haresystems.com; ajit.khapa...@broadcom.com; Yigit, Ferruh > ; Singh, Jasvinder > Subject: RE: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile > > Hi Cristian > > Good discussion, thank you for that! > > From: Dumitrescu, Cristian > > Hi Matan, > > >

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-02 Thread Matan Azrad
m > > ; Slava Ovsiienko > > Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon ; > > Raslan Darawsheh ; m...@smartsharesystems.com; > > ajit.khapa...@broadcom.com; Yigit, Ferruh ; > > Singh, Jasvinder > > Subject: RE: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profi

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-02 Thread Dumitrescu, Cristian
haresystems.com; ajit.khapa...@broadcom.com; Yigit, Ferruh > ; Singh, Jasvinder > Subject: RE: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile > > HI Cristian > > From: Dumitrescu, Cristian > > Hi Matan, > > > > > -Original Message- > >

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-02 Thread Matan Azrad
t; Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon ; > > Raslan Darawsheh ; m...@smartsharesystems.com; > > ajit.khapa...@broadcom.com; Yigit, Ferruh ; > > Singh, Jasvinder > > Subject: RE: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile > > > > > > > >

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-02 Thread Dumitrescu, Cristian
haresystems.com; ajit.khapa...@broadcom.com; Yigit, Ferruh > ; Singh, Jasvinder > Subject: RE: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile > > > > Hi Cristian > > Thank you for review, please see inline. > > From: Dumitrescu, Cristian > > > From:

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-02 Thread Dumitrescu, Cristian
... > Overall I think this is a better approach. And default packet_mode > will be bytes. > Yes, agreed.

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-01 Thread Matan Azrad
Hi Cristian Thank you for review, please see inline. From: Dumitrescu, Cristian > > From: dev On Behalf Of Li Zhang > We had this same problem earlier for the rte_tm.h API, where people asked to > add support for WRED and shaper rates specified in packets to the existing > byte > rate suppo

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-01 Thread Ajit Khaparde
dia.com > > Cc: dev@dpdk.org; tho...@monjalon.net; rasl...@nvidia.com; > > m...@smartsharesystems.com; ajit.khapa...@broadcom.com > > Subject: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile > > > > Currently meter algorithms only supports rate is bytes per second(BPS). &g

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-01 Thread Li Zhang
dev@dpdk.org; Raslan > Darawsheh ; m...@smartsharesystems.com; > ajit.khapa...@broadcom.com; Yigit, Ferruh ; Singh, > Jasvinder > Subject: Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile > > 01/03/2021 14:20, Dumitrescu, Cristian: > > From: Li Zhang > > >

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-01 Thread Thomas Monjalon
01/03/2021 14:20, Dumitrescu, Cristian: > From: Li Zhang > > As specified in the MAINTEINERS file of DPDK, I am the maintainer of this > > API, so please make sure you add my email in the To: list of future > > revisions of this patch set. This kind of miss should be solved by using --cc-cmd dev

Re: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-01 Thread Dumitrescu, Cristian
stems.com; ajit.khapa...@broadcom.com > Subject: [dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile > > Currently meter algorithms only supports rate is bytes per second(BPS). > Add this new meter srTCMp algorithm to support rate is packet per second. > So that it can meter traff

[dpdk-dev] [RFC v4 1/4] ethdev: add meter PPS profile

2021-03-01 Thread Li Zhang
Currently meter algorithms only supports rate is bytes per second(BPS). Add this new meter srTCMp algorithm to support rate is packet per second. So that it can meter traffic by packet per second. The below structure will be extended: rte_mtr_algorithm rte_mtr_meter_profile Signed-off-by: Li Zhang