From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 27 Jun 2017 06:24:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,399,1493708400"; d="scan'208";a="104134112" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 27 Jun 2017 06:24:04 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 27 Jun 2017 14:24:03 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx111.ger.corp.intel.com ([169.254.2.25]) with mapi id 14.03.0319.002; Tue, 27 Jun 2017 14:24:03 +0100 From: "Dumitrescu, Cristian" To: "dev@dpdk.org" CC: "thomas@monjalon.net" , "jerin.jacob@caviumnetworks.com" , "balasubramanian.manoharan@cavium.com" , "hemant.agrawal@nxp.com" , "shreyansh.jain@nxp.com" , "Singh, Jasvinder" , "Lu, Wenzhuo" Thread-Topic: [dpdk-dev] [PATCH v6 0/2] ethdev: abstraction layer for QoS traffic management Thread-Index: AQHS44DVC6gbGvW1SEuFw931ff3f3qI4yMGA 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> In-Reply-To: <1497274539-187029-1-git-send-email-cristian.dumitrescu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGQxMTRhNTktZjc5OS00ZDA4LTk2OGQtMTM3NjU1Yzg5YjIyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImxuUElcL3FCT2JEbnVwQ09vcUVjZHhFeVczODZpREdKMUpVMmlwWDBkZEJ3PSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 0/2] ethdev: abstraction layer for QoS traffic management 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: Tue, 27 Jun 2017 13:24:07 -0000 > 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!