From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8F096A046B for ; Mon, 22 Jul 2019 13:05:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3343F1BEF7; Mon, 22 Jul 2019 13:05:43 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 306751BEED for ; Mon, 22 Jul 2019 13:05:38 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jul 2019 04:05:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,294,1559545200"; d="scan'208";a="368479906" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga006.fm.intel.com with ESMTP; 22 Jul 2019 04:05:32 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.45]) by IRSMSX154.ger.corp.intel.com ([169.254.12.160]) with mapi id 14.03.0439.000; Mon, 22 Jul 2019 12:05:31 +0100 From: "Singh, Jasvinder" To: Thomas Monjalon CC: "dev@dpdk.org" , "Dumitrescu, Cristian" Thread-Topic: [dpdk-dev] [PATCH v6 00/11] sched: feature enhancements Thread-Index: AQHVPjzd7SXRxaMRCUGZyYvRspUFQ6bWPygAgAA+OBA= Date: Mon, 22 Jul 2019 11:05:30 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3FD9CD3F@IRSMSX103.ger.corp.intel.com> References: <20190717144245.138876-2-jasvinder.singh@intel.com> <20190719141825.101844-1-jasvinder.singh@intel.com> <5359759.9lkXLbx9Yl@xps> In-Reply-To: <5359759.9lkXLbx9Yl@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZThkODNmYWMtMWE1Zi00NzlhLThjMjgtNWIyYTQ3NzY5ZTRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVCtiOWRKMzBTTHp2clwvMENndG1zVUdVeDRZdGxSV0hVN256MUNcL25MRlhzeURrREthc3psc3U5VUJnbzJ4OUxjIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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 00/11] sched: feature enhancements 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Monday, July 22, 2019 9:20 AM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH v6 00/11] sched: feature enhancements >=20 > 19/07/2019 16:18, Jasvinder Singh: > > v6: > > - add functions to access port internal struct fields (e.g. pipe queues= and tc) > > - Move definition of RTE_SCHED_TRAFFIC_CLASS_BE to rte_sched.h > > - fix doxygen comments >=20 > Thank you >=20 > It would be perfect if checkpatches issues were resolved: >=20 Sent version 7 with most of the checkpatch warnings fixed. Thanks.