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 7784C1BE67 for ; Fri, 21 Dec 2018 17:27:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Dec 2018 08:26:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,382,1539673200"; d="scan'208";a="120750644" Received: from silpixa00382658.ir.intel.com (HELO silpixa00382658.ger.corp.intel.com) ([10.237.223.75]) by orsmga001.jf.intel.com with ESMTP; 21 Dec 2018 08:26:58 -0800 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org Date: Fri, 21 Dec 2018 16:26:58 +0000 Message-Id: <20181221162658.23094-1-cristian.dumitrescu@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [pull-request] next-qos 19.02 PRE-RC1 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: Fri, 21 Dec 2018 16:27:00 -0000 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(-)