From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 92020D158 for ; Tue, 8 May 2018 19:12:33 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 May 2018 10:12:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,379,1520924400"; d="scan'208";a="52581643" Received: from silpixa00382658.ir.intel.com ([10.237.223.29]) by fmsmga004.fm.intel.com with ESMTP; 08 May 2018 10:12:31 -0700 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org Date: Tue, 8 May 2018 18:12:28 +0100 Message-Id: <1525799548-163555-1-git-send-email-cristian.dumitrescu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [pull-request] next-tm 18.05 pre-rc3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2018 17:12:34 -0000 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(-)