The following changes since commit f06125c07d6203a84e9b242c62d6a8e532a5c51d:
doc: add metering and policing in testpmd guide (2018-01-10 00:54:52 +0100) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-qos for you to fetch changes up to 9550cc5fe3408b33d53673c723a5d08259b35a28: lib/librte_meter: add meter configuration profile (2018-01-11 11:17:18 +0000) ---------------------------------------------------------------- Cristian Dumitrescu (1): lib/librte_meter: add meter configuration profile doc/guides/rel_notes/deprecation.rst | 3 - doc/guides/rel_notes/release_18_02.rst | 2 +- .../pipeline/pipeline_flow_actions_be.c | 25 ++- examples/qos_meter/main.c | 39 ++++- examples/qos_meter/main.h | 32 ++-- lib/librte_meter/Makefile | 2 +- lib/librte_meter/rte_meter.c | 93 ++++++---- lib/librte_meter/rte_meter.h | 195 ++++++++++++++------- lib/librte_meter/rte_meter_version.map | 8 + test/test/test_meter.c | 194 +++++++++++--------- 10 files changed, 392 insertions(+), 201 deletions(-)