From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 349761B203 for ; Mon, 8 Oct 2018 18:11:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2018 09:11:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,357,1534834800"; d="scan'208";a="97147817" Received: from silpixa00382658.ir.intel.com ([10.237.223.29]) by fmsmga001.fm.intel.com with ESMTP; 08 Oct 2018 09:11:26 -0700 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org Date: Mon, 8 Oct 2018 17:11:10 +0100 Message-Id: <1539015070-91859-1-git-send-email-cristian.dumitrescu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [pull-request] next-qos 18.11 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: Mon, 08 Oct 2018 16:11:28 -0000 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(-)