From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cristian Dumitrescu Subject: [pull-request] next-qos 18.02 pre-rc1 Date: Thu, 11 Jan 2018 13:51:52 +0000 Message-ID: <1515678712-193757-1-git-send-email-cristian.dumitrescu@intel.com> Cc: dev@dpdk.org, jasvinder.singh@intel.com To: thomas@monjalon.net 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) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-)