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 44B01A32A2 for ; Thu, 24 Oct 2019 19:49:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C48E1EBD5; Thu, 24 Oct 2019 19:47:44 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id F0CB81EBCA for ; Thu, 24 Oct 2019 19:47:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2019 10:47:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,225,1569308400"; d="scan'208";a="349779438" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga004.jf.intel.com with ESMTP; 24 Oct 2019 10:47:40 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.139]) by IRSMSX102.ger.corp.intel.com ([169.254.2.40]) with mapi id 14.03.0439.000; Thu, 24 Oct 2019 18:47:40 +0100 From: "Singh, Jasvinder" To: Thomas Monjalon CC: "dev@dpdk.org" , "Dumitrescu, Cristian" , "Krakowiak, LukaszX" Thread-Topic: [dpdk-dev] [PATCH v5 06/15] sched: modify pkt enqueue for config flexibility Thread-Index: AQHViopUwNeFOGzj9kmD+1q4qsMJmKdqEPNA Date: Thu, 24 Oct 2019 17:47:39 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3FE5340D@IRSMSX103.ger.corp.intel.com> References: <20191014120951.152654-1-jasvinder.singh@intel.com> <20191014172347.139114-1-jasvinder.singh@intel.com> <20191014172347.139114-7-jasvinder.singh@intel.com> <2389776.HqK4uhrzsa@xps> In-Reply-To: <2389776.HqK4uhrzsa@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmUwZWY0MzUtODIxMC00YTljLWE5NWItYWQyOTc2NjMxMjM3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibGdYXC9Gb042SkQ3cW1CRDZXV0cxZUh1c1RnSnFIdWJPVDE2WTI2aTVUM1NuZDI4SWd5akJEMUpBZklIMER5WEcifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 06/15] sched: modify pkt enqueue for config flexibility 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 > Sent: Thursday, October 24, 2019 5:45 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > Krakowiak, LukaszX > Subject: Re: [dpdk-dev] [PATCH v5 06/15] sched: modify pkt enqueue for > config flexibility >=20 > 14/10/2019 19:23, Jasvinder Singh: > > Modify scheduler packet enqueue operation of the scheduler to allow > > different subports of the same port to have different configuration in > > terms of number of pipes, pipe queue sizes, etc. > > > > Signed-off-by: Jasvinder Singh > > Signed-off-by: Lukasz Krakowiak > > --- > [..] > > - struct rte_sched_subport *s =3D port->subport + (qindex / > rte_sched_port_queues_per_subport(port)); >=20 > fatal error: unused function 'rte_sched_port_queues_per_subport' >=20 > Looks like we need a v6 :) >=20 Thanks, v6 has been sent out.