Re: [dpdk-dev] [PATCH v4 1/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: Monday, January 7, 2019 7:42 AM > To: Stephen Hemminger ; Dumitrescu, > Cristian > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 1/2] lib/librte_meter: add RFC4115

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

2019-01-06 Thread Eelco Chaudron
comment style in the file. These specific warnings are from a structure copied from one right above which also has the same style and line lengths. As they are warning I though I should leave it as is, Christian what are your thoughts on this? ### [dpdk-dev] [PATCH v4 1/2] lib

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

2019-01-04 Thread Stephen Hemminger
On Fri, 4 Jan 2019 13:59:42 + Eelco Chaudron wrote: > This patch adds support for RFC4115 trTCM meters. > > Signed-off-by: Eelco Chaudron Fix comment formatting. ### [dpdk-dev] [PATCH v4 1/2] lib/librte_meter: add RFC4115 trTCM meter support WARNING:BLOCK_COMMENT_STY

[dpdk-dev] [PATCH v4 1/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 --- lib/librte_meter/rte_meter.c | 42 ++ lib/librte_meter/rte_meter.h | 233 lib/librte_meter/rte_meter_version.map |9 + 3 files changed, 282 insertio