From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <cristian.dumitrescu@intel.com>
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by dpdk.org (Postfix) with ESMTP id E82EF1B21A
 for <dev@dpdk.org>; Fri,  2 Nov 2018 13:37:39 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 02 Nov 2018 05:37:38 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.54,455,1534834800"; d="scan'208";a="97135000"
Received: from silpixa00382658.ir.intel.com ([10.237.223.29])
 by orsmga003.jf.intel.com with ESMTP; 02 Nov 2018 05:37:37 -0700
From: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
To: thomas@monjalon.net
Cc: dev@dpdk.org
Date: Fri,  2 Nov 2018 12:37:37 +0000
Message-Id: <1541162257-160191-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-RC2
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 02 Nov 2018 12:37:40 -0000

  eal/linux: handle UIO read failure in interrupt handler (2018-11-02 10:50:49 +0100)

are available in the git repository at:

  http://dpdk.org/git/next/dpdk-next-qos 

for you to fetch changes up to 8bca54df755ed9e58cb1e336b13c9aa62532d7fb:

  doc/qos_meter: add policer table details (2018-11-02 12:30:21 +0000)

----------------------------------------------------------------
Leah Tekoa (1):
      app/testpmd: fix RED byte stats

Rosen Xu (2):
      app/test-pmd: fix shaper profile params
      doc/guides/testpmd: update shaper profile params

Vipin Varghese (1):
      doc/qos_meter: add policer table details

 app/test-pmd/cmdline.c                      |  3 ++-
 app/test-pmd/cmdline_mtr.c                  |  2 +-
 app/test-pmd/cmdline_tm.c                   | 34 ++++++++++++++++++++---------
 doc/guides/sample_app_ug/qos_metering.rst   |  4 ++++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  9 +++++---
 5 files changed, 37 insertions(+), 15 deletions(-)