From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 57267A497 for ; Thu, 11 Jan 2018 14:52:01 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2018 05:51:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,344,1511856000"; d="scan'208";a="20789226" Received: from silpixa00382658.ir.intel.com ([10.237.223.29]) by fmsmga001.fm.intel.com with ESMTP; 11 Jan 2018 05:51:53 -0800 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org, jasvinder.singh@intel.com Date: Thu, 11 Jan 2018 13:51:52 +0000 Message-Id: <1515678712-193757-1-git-send-email-cristian.dumitrescu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [pull-request] next-qos 18.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: Thu, 11 Jan 2018 13:52:01 -0000 The following changes since commit f06125c07d6203a84e9b242c62d6a8e532a5c51d: doc: add metering and policing in testpmd guide (2018-01-10 00:54:52 +0100) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-qos for you to fetch changes up to 9550cc5fe3408b33d53673c723a5d08259b35a28: lib/librte_meter: add meter configuration profile (2018-01-11 11:17:18 +0000) ---------------------------------------------------------------- Cristian Dumitrescu (1): lib/librte_meter: add meter configuration profile doc/guides/rel_notes/deprecation.rst | 3 - doc/guides/rel_notes/release_18_02.rst | 2 +- .../pipeline/pipeline_flow_actions_be.c | 25 ++- examples/qos_meter/main.c | 39 ++++- examples/qos_meter/main.h | 32 ++-- lib/librte_meter/Makefile | 2 +- lib/librte_meter/rte_meter.c | 93 ++++++---- lib/librte_meter/rte_meter.h | 195 ++++++++++++++------- lib/librte_meter/rte_meter_version.map | 8 + test/test/test_meter.c | 194 +++++++++++--------- 10 files changed, 392 insertions(+), 201 deletions(-)