The following changes since commit 77b5311d0ece90b1c197c1dc0f38bc6dbdcc28a8:

  event/dpaa: support select based event (2018-10-04 16:38:54 +0200)

are available in the git repository at:

  http://dpdk.org/git/next/dpdk-next-qos 

for you to fetch changes up to 367ff7d2d7cc204c0b80eb4b6e4e3c19f51cdb9b:

  app/testpmd: add commands for TM to mark pkts (2018-10-08 16:53:03 +0100)

----------------------------------------------------------------
Jasvinder Singh (2):
      librte_sched: allocate memory on the given socket id
      app/testpmd: fix metering and policing cli command

Krzysztof Kanas (1):
      app/testpmd: add commands for TM to mark pkts

Rosen Xu (1):
      lib/librte_ethdev: expand queue threshold size of RED parameters

Vivek Sharma (1):
      eal: use correct data type for bitmap slab operations

 app/test-pmd/cmdline.c                      |   3 +
 app/test-pmd/cmdline_mtr.c                  |   6 +-
 app/test-pmd/cmdline_tm.c                   | 260 ++++++++++++++++++++++++++++
 app/test-pmd/cmdline_tm.h                   |   3 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  57 ++++++
 lib/librte_eal/common/include/rte_bitmap.h  |  14 +-
 lib/librte_ethdev/rte_tm.h                  |   4 +-
 lib/librte_sched/rte_sched.c                |   3 +-
 test/test/test_bitmap.c                     |  18 ++
 9 files changed, 355 insertions(+), 13 deletions(-)

Reply via email to