mbox

[dpdk-dev,pull-request] next-tm 18.05 pre-rc3

Message ID 1525799548-163555-1-git-send-email-cristian.dumitrescu@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Pull-request

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

Checks

Context Check Description
ci/Intel-compilation fail apply issues

Message

Cristian Dumitrescu May 8, 2018, 5:12 p.m. UTC
  The following changes since commit 211992f3b7df5d6d8f1dbefc48bc37a6d5398fbc:

  examples/flow_classify: fix validation in port init (2018-04-30 15:48:26 +0200)

are available in the git repository at:

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

for you to fetch changes up to 06e2b9d59f4e1d85b4131ea4ecd8b97371dee029:

  app/testpmd: add command to resume a TM node (2018-05-04 15:40:42 +0100)

----------------------------------------------------------------
Ben Shelton (1):
      ethdev: Fix issue in Doxygen for TM API

Jasvinder Singh (1):
      librte_sched: add post-init pipe profile api

Nikhil Rao (1):
      ethdev: add support for WRED thresholds in bytes

Tomasz Duszynski (2):
      app/testpmd: add command to suspend a TM node
      app/testpmd: add command to resume a TM node

 app/test-pmd/cmdline.c                      |   8 +
 app/test-pmd/cmdline_tm.c                   | 128 +++++++++++++++
 app/test-pmd/cmdline_tm.h                   |   2 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  10 ++
 drivers/net/softnic/rte_eth_softnic_tm.c    |  23 ++-
 lib/librte_ethdev/rte_tm.h                  |  55 ++++++-
 lib/librte_sched/rte_sched.c                | 239 ++++++++++++++++++----------
 lib/librte_sched/rte_sched.h                |  18 +++
 lib/librte_sched/rte_sched_version.map      |   6 +
 9 files changed, 400 insertions(+), 89 deletions(-)
  

Comments

Thomas Monjalon May 10, 2018, 12:10 a.m. UTC | #1
08/05/2018 19:12, Cristian Dumitrescu:
>   http://dpdk.org/git/next/dpdk-next-qos 

Pulled with experimental function declaration fixed, and nits in commit logs.
Thanks