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 A6975A00E6 for ; Tue, 6 Aug 2019 13:50:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8072F1B95B; Tue, 6 Aug 2019 13:50:26 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 00DC82F42 for ; Tue, 6 Aug 2019 13:50:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2019 04:50:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,353,1559545200"; d="scan'208";a="192645495" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga001.fm.intel.com with ESMTP; 06 Aug 2019 04:50:23 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.45]) by IRSMSX104.ger.corp.intel.com ([169.254.5.40]) with mapi id 14.03.0439.000; Tue, 6 Aug 2019 12:50:22 +0100 From: "Singh, Jasvinder" To: Thomas Monjalon , "Dumitrescu, Cristian" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] examples/ip_pipeline: remove tc ov flag from pipe profile cli Thread-Index: AQHVR5oxvmCjBe7K9USq6q1tWgPeS6bt53QAgAAjhDA= Date: Tue, 6 Aug 2019 11:50:22 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3FDB0C6C@IRSMSX103.ger.corp.intel.com> References: <20190731113322.135053-1-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D891268E8F62EE@IRSMSX108.ger.corp.intel.com> <2346997.vLtd3DEVLB@xps> In-Reply-To: <2346997.vLtd3DEVLB@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDI1MTdhYTYtMGUzZC00ZmY2LWFkNGUtZWJkYzkyMjk2NjdkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicktIKzhSSW5UK05CdFd6TUQzYmxSa1hzZWRjU2R2bWJXaVpOWUlkYWo0TmFhcXRKZW1QYXlmZXNMOE83bkhodSJ9 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] examples/ip_pipeline: remove tc ov flag from pipe profile cli 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: Tuesday, August 6, 2019 11:43 AM > To: Dumitrescu, Cristian ; Singh, Jasvinde= r > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: remove tc ov flag f= rom > pipe profile cli >=20 > 31/07/2019 14:19, Dumitrescu, Cristian: > > From: Singh, Jasvinder > > > Subject: [PATCH] examples/ip_pipeline: remove tc ov flag from pipe > > > profile cli > > > > > > Since sched library always check the non-zero value of subport tc ov > > > weight. Therefore, it is necessary to set right value of tc ov > > > weight even if RTE_SCHED_SUBPORT_TC_OV is disabled. >=20 > If I understand well, this is fixing something, but what? > Please could you propose a better title and a "Fixes" line? > Thanks >=20 Sent v2 version. Thank you.