From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 87D621B25C for ; Fri, 20 Oct 2017 16:18:11 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2017 07:18:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,405,1503385200"; d="scan'208";a="1208064618" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 20 Oct 2017 07:18:09 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 20 Oct 2017 15:18:08 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx111.ger.corp.intel.com ([169.254.2.30]) with mapi id 14.03.0319.002; Fri, 20 Oct 2017 15:18:08 +0100 From: "Dumitrescu, Cristian" To: "Lu, Wenzhuo" , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH v2 0/7] fix TM (Traffic Management) issues on i40e and ixgbe Thread-Index: AQHTRwu4AqdwFm0dQkewEuzBQZeZxaLsziyg Date: Fri, 20 Oct 2017 14:18:08 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BAD664F@IRSMSX108.ger.corp.intel.com> References: <1507863488-41191-1-git-send-email-wenzhuo.lu@intel.com> <1508219440-97150-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1508219440-97150-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 v2 0/7] 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:18:12 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Tuesday, October 17, 2017 6:51 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: [dpdk-dev] [PATCH v2 0/7] fix TM (Traffic Management) issues on > i40e 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 > v2: > - fixed the wrong parent node on i40e. >=20 >=20 > Wenzhuo Lu (7): > 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 > net/i40e: fix wrong parent when adding TM node >=20 > drivers/net/i40e/i40e_tm.c | 102 ++++++++++++++++++++++++++---------- > ------- > drivers/net/ixgbe/ixgbe_tm.c | 91 ++++++++++++++++++++++--------------- > - > 2 files changed, 117 insertions(+), 76 deletions(-) >=20 > -- > 1.9.3 Series-acked-by: Cristian Dumitrescu