On 4/12/21 5:19 PM, Gaetan Rivet wrote: > Add a new module offering a helper to compute the Cumulative > Moving Average (CMA) and the Exponential Moving Average (EMA) > of a series of values. > > Use the new helpers to add latency metrics in dpif-netdev. > > Signed-off-by: Gaetan Rivet <[email protected]> > Reviewed-by: Eli Britstein <[email protected]> > --- > lib/automake.mk | 1 + > lib/mov-avg.h | 171 ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 172 insertions(+) > create mode 100644 lib/mov-avg.h > Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
- [ovs-dev] [PATCH v2 00/28] dpif-netdev: Parallel offload p... Gaetan Rivet
- [ovs-dev] [PATCH v2 01/28] netdev: Add flow API unini... Gaetan Rivet
- Re: [ovs-dev] [PATCH v2 01/28] netdev: Add flow A... Maxime Coquelin
- [ovs-dev] [PATCH v2 03/28] netdev-offload-dpdk: Imple... Gaetan Rivet
- Re: [ovs-dev] [PATCH v2 03/28] netdev-offload-dpd... Maxime Coquelin
- [ovs-dev] [PATCH v2 02/28] netdev-offload-dpdk: Use p... Gaetan Rivet
- Re: [ovs-dev] [PATCH v2 02/28] netdev-offload-dpd... Maxime Coquelin
- [ovs-dev] [PATCH v2 06/28] dpif-netdev: Rename offloa... Gaetan Rivet
- Re: [ovs-dev] [PATCH v2 06/28] dpif-netdev: Renam... Maxime Coquelin
- [ovs-dev] [PATCH v2 07/28] mov-avg: Add a moving aver... Gaetan Rivet
- Re: [ovs-dev] [PATCH v2 07/28] mov-avg: Add a mov... Maxime Coquelin
- [ovs-dev] [PATCH v2 09/28] ovs-atomic: Expose atomic ... Gaetan Rivet
- [ovs-dev] [PATCH v2 14/28] dpif-netdev: Quiesce offlo... Gaetan Rivet
- Re: [ovs-dev] [PATCH v2 14/28] dpif-netdev: Quies... Maxime Coquelin
- Re: [ovs-dev] [PATCH v2 14/28] dpif-netdev: Q... Gaƫtan Rivet
- Re: [ovs-dev] [PATCH v2 14/28] dpif-netde... Maxime Coquelin
- [ovs-dev] [PATCH v2 04/28] dpctl: Add function to rea... Gaetan Rivet
- Re: [ovs-dev] [PATCH v2 04/28] dpctl: Add functio... Maxime Coquelin
- [ovs-dev] [PATCH v2 05/28] dpif-netdev: Rename flow o... Gaetan Rivet
- Re: [ovs-dev] [PATCH v2 05/28] dpif-netdev: Renam... Maxime Coquelin
- [ovs-dev] [PATCH v2 15/28] dpif-netdev: Postpone flow... Gaetan Rivet
