From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH v6 0/2] ethdev: abstraction layer for QoS traffic management Date: Tue, 27 Jun 2017 13:24:03 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BA71E9E@IRSMSX108.ger.corp.intel.com> References: <1497027075-31738-3-git-send-email-cristian.dumitrescu@intel.com> <1497274539-187029-1-git-send-email-cristian.dumitrescu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "thomas@monjalon.net" , "jerin.jacob@caviumnetworks.com" , "balasubramanian.manoharan@cavium.com" , "hemant.agrawal@nxp.com" , "shreyansh.jain@nxp.com" , "Singh, Jasvinder" , "Lu, Wenzhuo" To: "dev@dpdk.org" Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 679DF2BE1 for ; Tue, 27 Jun 2017 15:24:07 +0200 (CEST) In-Reply-To: <1497274539-187029-1-git-send-email-cristian.dumitrescu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > This patch set introduces an ethdev-based abstraction layer for Quality o= f > Service (QoS) Traffic Management, which includes: hierarchical scheduling= , > traffic shaping, congestion management, packet marking. The goal is to > provide a simple generic API that is agnostic of the underlying HW, SW or > mixed HW-SW implementation. >=20 > Patch 1 uses the approach introduced by rte_flow in DPDK to extend the > ethdev functionality in a modular way for traffic management. >=20 > Patch 2 introduces the generic ethdev API for traffic management. >=20 > Cristian Dumitrescu (2): > ethdev: add traffic management ops get API > ethdev: add traffic management API Series applied to dpdk-next-tm/master. Many thanks to all the people involved in creating the DPDK Traffic Managem= ent API!