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 383DAA0471 for ; Fri, 19 Jul 2019 13:17:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D68D2BE5; Fri, 19 Jul 2019 13:16:59 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2D6DC2BC7 for ; Fri, 19 Jul 2019 13:16:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2019 04:16:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,282,1559545200"; d="scan'208";a="191900395" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga004.fm.intel.com with ESMTP; 19 Jul 2019 04:16:55 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.45]) by irsmsx105.ger.corp.intel.com ([169.254.7.164]) with mapi id 14.03.0439.000; Fri, 19 Jul 2019 12:16:54 +0100 From: "Singh, Jasvinder" To: Thomas Monjalon CC: "dev@dpdk.org" , "Dumitrescu, Cristian" Thread-Topic: [dpdk-dev] [PATCH v5 00/11] sched: feature enhancements Thread-Index: AQHVPbwgJNcOQ3NF8ka56BWxs7WWpabRsLWAgAAaOsA= Date: Fri, 19 Jul 2019 11:16:54 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3FD98878@IRSMSX103.ger.corp.intel.com> References: <20190712095729.159767-2-jasvinder.singh@intel.com> <20190717144245.138876-1-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D891268E8F03A3@IRSMSX108.ger.corp.intel.com> <1870761.odQaiBjGDC@xps> In-Reply-To: <1870761.odQaiBjGDC@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzZlNWZjMGItZTlmNS00ZTYxLWE2MTctYmFkZjA0N2IzN2VhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTW9hdVUzWk1HWFwvU1VDVXcxeDFqVDZNZTBRVDc3aEQxak14cFRCcW1yRERQM1Q5XC9IQnM3b0FVdzlSM1Ezalk2In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 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: Friday, July 19, 2019 11:41 AM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH v5 00/11] sched: feature enhancements >=20 > 19/07/2019 00:57, Dumitrescu, Cristian: > > > Jasvinder Singh (11): > > > sched: remove wrr from strict priority tc queues > > > sched: add config flexibility to tc queue sizes > > > sched: add max pipe profiles config in run time > > > sched: rename tc3 params to best-effort tc > > > sched: improve error log messages > > > sched: improve doxygen comments > > > net/softnic: add config flexibility to softnic tm > > > test_sched: modify tests for config flexibility > > > examples/ip_pipeline: add config flexibility to tm function > > > examples/qos_sched: add tc and queue config flexibility > > > sched: remove redundant macros > > > > Series-acked-by: Cristian Dumitrescu > > > > See the replies on some individual patches for a few details that we > > should fix for RC3 if we cannot get them done in time for RC2. >=20 > I am waiting for a v6. >=20 Can these suggestions be fixed in RC3 as separate patch as they doesn't ch= ange any functionality? Thanks.