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 DED691B1BB for ; Fri, 20 Oct 2017 16:17:17 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2017 07:17:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,405,1503385200"; d="scan'208";a="1208064295" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga001.fm.intel.com with ESMTP; 20 Oct 2017 07:17:15 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 20 Oct 2017 15:17:09 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx112.ger.corp.intel.com ([169.254.1.12]) with mapi id 14.03.0319.002; Fri, 20 Oct 2017 15:17:08 +0100 From: "Dumitrescu, Cristian" To: "dev@dpdk.org" CC: "Lu, Wenzhuo" , "thomas@monjalon.net" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH 0/6] fix TM (Traffic Management) issues on i40e and ixgbe Thread-Index: AQHTQ88Kvzwo3oBFUE6czyQVx/93HaLs1AMg Date: Fri, 20 Oct 2017 14:17:08 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BAD6638@IRSMSX108.ger.corp.intel.com> References: <1507863488-41191-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1507863488-41191-1-git-send-email-wenzhuo.lu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 0/6] fix TM (Traffic Management) issues on i40e and ixgbe 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: Fri, 20 Oct 2017 14:17:18 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Friday, October 13, 2017 3:58 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: [dpdk-dev] [PATCH 0/6] fix TM (Traffic Management) issues on i40= e > and ixgbe >=20 > By design, all the queues are leaf nodes and others are > non-leaf nodes, and the shaper profile can be null. > Currently the i40e and ixgbe implementation doesn't > follow this design. > This patch set fixes this issue. >=20 > Wenzhuo Lu (6): > net/i40e: fix TM node parameter checking > net/i40e: fix TM level capability getting > net/ixgbe: fix TM node parameter checking > net/ixgbe: fix TM level capability getting > net/i40e: fix not supporting NULL TM profile > net/ixgbe: fix not supporting NULL TM profile >=20 > drivers/net/i40e/i40e_tm.c | 100 +++++++++++++++++++++++++++-------- > -------- > drivers/net/ixgbe/ixgbe_tm.c | 91 +++++++++++++++++++++++------------- > --- > 2 files changed, 116 insertions(+), 75 deletions(-) >=20 > -- > 1.9.3 Series-acked-by: Cristian Dumitrescu