malloc: add option --match-allocations (2018-12-20 13:01:08 +0100) are available in the Git repository at:
http://dpdk.org/git/next/dpdk-next-qos for you to fetch changes up to c7286e56de95b7a3ef2ce4fe91b4ea6422be8481: app/test-pmd: expand RED queue thresholds to 64 bits (2018-12-20 19:03:47 +0000) ---------------------------------------------------------------- Reshma Pattan (2): meter: unify packet color definition mbuf: implement generic format for sched field Rosen Xu (1): app/test-pmd: expand RED queue thresholds to 64 bits Tonghao Zhang (1): sched: fix memory leak on init app/test-pmd/cmdline_tm.c | 24 ++--- doc/guides/rel_notes/deprecation.rst | 10 --- doc/guides/rel_notes/release_19_02.rst | 4 +- examples/qos_sched/app_thread.c | 7 +- examples/qos_sched/main.c | 1 + lib/Makefile | 1 + lib/librte_ethdev/Makefile | 2 +- lib/librte_ethdev/meson.build | 2 +- lib/librte_ethdev/rte_mtr.h | 16 ++-- lib/librte_ethdev/rte_tm.h | 16 ++-- lib/librte_eventdev/rte_event_eth_tx_adapter.h | 18 ++-- lib/librte_mbuf/Makefile | 2 +- lib/librte_mbuf/meson.build | 2 +- lib/librte_mbuf/rte_mbuf.h | 119 ++++++++++++++++++++++++- lib/librte_meter/rte_meter.h | 21 +++-- lib/librte_pipeline/rte_table_action.c | 44 +++------ lib/librte_sched/Makefile | 2 +- lib/librte_sched/meson.build | 1 + lib/librte_sched/rte_sched.c | 92 ++++++++----------- lib/librte_sched/rte_sched.h | 10 ++- lib/meson.build | 4 +- test/test/test_sched.c | 9 +- 22 files changed, 245 insertions(+), 162 deletions(-)