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

Eelco Chaudron echaudro at redhat.com
Thu Nov 29 12:28:52 CET 2018


This patch adds support for RFC4115 trTCM meters.

Signed-off-by: Eelco Chaudron <echaudro at redhat.com>

v2:
 - Marked all functions with __rte_experimental, and added
   "EXPERIMENTAL:..." to doxygen comments.
 - Removed library version change, and merged it with first patch
 - Do not call rte_meter_trtcm_rfc4115_color_aware_check in
   rte_meter_trtcm_rfc4115_color_blind_check to avoid error with
   it being marked as experimental

Eelco Chaudron (2):
      lib/librte_meter: add RFC4115 trTCM meter support
      test/test_meter: update meter test to include RFC4115 meters


 lib/librte_meter/rte_meter.c           |   40 +++++
 lib/librte_meter/rte_meter.h           |  236 ++++++++++++++++++++++++++++++--
 lib/librte_meter/rte_meter_version.map |    9 +
 test/test/test_meter.c                 |  212 +++++++++++++++++++++++++++++
 4 files changed, 481 insertions(+), 16 deletions(-)



More information about the dev mailing list