Re: [dpdk-dev] [PATCH v5 2/2] pipeline: add meter support to the SWX pipeline

2021-03-24 Thread Thomas Monjalon
16/03/2021 12:40, Cristian Dumitrescu: > Meter arrays are stateful objects that are updated by the data plane > and configured & monitored by the control plane. The meters implement > the RFC 2698 Two Rate Three Color Marker (trTCM) algorithm. > > Signed-off-by: Cristian Dumitrescu Series applie

[dpdk-dev] [PATCH v5 2/2] pipeline: add meter support to the SWX pipeline

2021-03-16 Thread Cristian Dumitrescu
Meter arrays are stateful objects that are updated by the data plane and configured & monitored by the control plane. The meters implement the RFC 2698 Two Rate Three Color Marker (trTCM) algorithm. Signed-off-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 471 ++