Re: [dpdk-dev] [PATCH v4 0/2] lib/librte_meter: add RFC4115 trTCM meter support

2019-01-10 Thread Eelco Chaudron
Thanks Thomas! On 10 Jan 2019, at 0:22, Thomas Monjalon wrote: > 07/01/2019 16:58, Dumitrescu, Cristian: >> From: Eelco Chaudron [mailto:echau...@redhat.com] >>> >>> This patch adds support for RFC4115 trTCM meters. >>> >>> >>> Signed-off-by: Eelco Chaudron >>> >>> v4: >>> - Fixed typo >>> - C

Re: [dpdk-dev] [PATCH v4 0/2] lib/librte_meter: add RFC4115 trTCM meter support

2019-01-09 Thread Thomas Monjalon
07/01/2019 16:58, Dumitrescu, Cristian: > From: Eelco Chaudron [mailto:echau...@redhat.com] > > > > This patch adds support for RFC4115 trTCM meters. > > > > > > Signed-off-by: Eelco Chaudron > > > > v4: > > - Fixed typo > > - Cleaned up code to be aligned with RFC diagram > > > > Series A

Re: [dpdk-dev] [PATCH v4 0/2] lib/librte_meter: add RFC4115 trTCM meter support

2019-01-07 Thread Dumitrescu, Cristian
> -Original Message- > From: Eelco Chaudron [mailto:echau...@redhat.com] > Sent: Friday, January 4, 2019 2:00 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH v4 0/2] lib/librte_meter: add RFC4115 trTCM meter support > > This patch adds support for RFC4115 trTCM meters

[dpdk-dev] [PATCH v4 0/2] lib/librte_meter: add RFC4115 trTCM meter support

2019-01-04 Thread Eelco Chaudron
This patch adds support for RFC4115 trTCM meters. Signed-off-by: Eelco Chaudron v4: - Fixed typo - Cleaned up code to be aligned with RFC diagram v3: - Gave the rfc4115 meter it's own data structures v2: - Marked all functions with __rte_experimental, and added "EXPERIMENTAL:..." to do