DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v3 0/2] lib/librte_meter: add RFC4115 trTCM meter support
@ 2018-12-18 15:38 Eelco Chaudron
  2018-12-18 15:38 ` [dpdk-dev] [PATCH v3 1/2] " Eelco Chaudron
  2018-12-18 15:38 ` [dpdk-dev] [PATCH v3 2/2] test/test_meter: update meter test to include RFC4115 meters Eelco Chaudron
  0 siblings, 2 replies; 5+ messages in thread
From: Eelco Chaudron @ 2018-12-18 15:38 UTC (permalink / raw)
  To: cristian.dumitrescu; +Cc: dev

This patch adds support for RFC4115 trTCM meters.


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

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           |  235 ++++++++++++++++++++++++++++++++
 lib/librte_meter/rte_meter_version.map |    9 +
 test/test/test_meter.c                 |  212 +++++++++++++++++++++++++++++
 4 files changed, 496 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-04 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-18 15:38 [dpdk-dev] [PATCH v3 0/2] lib/librte_meter: add RFC4115 trTCM meter support Eelco Chaudron
2018-12-18 15:38 ` [dpdk-dev] [PATCH v3 1/2] " Eelco Chaudron
2018-12-21 16:15   ` Dumitrescu, Cristian
2019-01-04 14:03     ` Eelco Chaudron
2018-12-18 15:38 ` [dpdk-dev] [PATCH v3 2/2] test/test_meter: update meter test to include RFC4115 meters Eelco Chaudron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).