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 A72D2A046B for ; Wed, 24 Jul 2019 17:07:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0766C1B974; Wed, 24 Jul 2019 17:07:15 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 36B0E231E for ; Wed, 24 Jul 2019 17:07:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2019 08:07:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,303,1559545200"; d="scan'208";a="169953290" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga008.fm.intel.com with ESMTP; 24 Jul 2019 08:07:11 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.229]) by irsmsx110.ger.corp.intel.com ([169.254.15.82]) with mapi id 14.03.0439.000; Wed, 24 Jul 2019 16:07:10 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] examples/qos_sched: add more tc to red configuration Thread-Index: AQHVQhsnWN4rPOD+qkONKy8ie+suKKbZ3oog Date: Wed, 24 Jul 2019 15:07:10 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E8F2AD0@IRSMSX108.ger.corp.intel.com> References: <20190724122719.103271-1-jasvinder.singh@intel.com> In-Reply-To: <20190724122719.103271-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMThhMGJjNDMtMDEyOS00M2VmLTk4MDMtZTBkZWM2ZTRkOGU1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiR0w1cXdmRnd2VmZzbU1YcHVmNlNJUjNHZlNmbVhMTFZWWGlnZCtRXC9rK2MyRGFUUURPUm9LelhIMldKeUswUVUifQ== 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] examples/qos_sched: add more tc to red configuration 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: Singh, Jasvinder > Sent: Wednesday, July 24, 2019 1:27 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/qos_sched: add more tc to red configuration >=20 > Add RED configuration to more traffic classes in app configuration > files. >=20 > Signed-off-by: Jasvinder Singh > --- > examples/qos_sched/profile.cfg | 20 ++++++++++++++++++++ > examples/qos_sched/profile_ov.cfg | 20 ++++++++++++++++++++ > 2 files changed, 40 insertions(+) >=20 > diff --git a/examples/qos_sched/profile.cfg > b/examples/qos_sched/profile.cfg > index df7c6d1d8..010a13715 100644 > --- a/examples/qos_sched/profile.cfg > +++ b/examples/qos_sched/profile.cfg > @@ -145,3 +145,23 @@ tc 8 wred min =3D 48 40 32 Acked-by: Cristian Dumitrescu