[dpdk-dev] [PATCH v4 0/2] lib/librte_meter: add RFC4115 trTCM meter support
Eelco Chaudron
echaudro at redhat.com
Fri Jan 4 14:59:33 CET 2019
This patch adds support for RFC4115 trTCM meters.
Signed-off-by: Eelco Chaudron <echaudro at redhat.com>
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 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 | 42 ++++++
lib/librte_meter/rte_meter.h | 233 ++++++++++++++++++++++++++++++++
lib/librte_meter/rte_meter_version.map | 9 +
test/test/test_meter.c | 212 +++++++++++++++++++++++++++++
4 files changed, 494 insertions(+), 2 deletions(-)
More information about the dev
mailing list