From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 240C6A0C47; Tue, 15 Jun 2021 14:24:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07E824067A; Tue, 15 Jun 2021 14:24:04 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 4604040140 for ; Tue, 15 Jun 2021 14:24:02 +0200 (CEST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 15 Jun 2021 14:23:58 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35C6185C@smartserver.smartshare.dk> In-Reply-To: <20210615090200.56824-3-wojciechx.liguzinski@intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [dpdk-dev] [RFC PATCH v2 2/3] example/qos_sched: add PIE support Thread-Index: AddhxTOyn4qfxMdqT/SGQynvbttIqAAG+mXA References: <20210609105337.70405-1-wojciechx.liguzinski@intel.com> <20210615090200.56824-1-wojciechx.liguzinski@intel.com> <20210615090200.56824-3-wojciechx.liguzinski@intel.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Liguzinski, WojciechX" , , , Cc: , Subject: Re: [dpdk-dev] [RFC PATCH v2 2/3] example/qos_sched: add PIE support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Liguzinski, > WojciechX > Sent: Tuesday, 15 June 2021 11.02 [snip] > diff --git a/config/rte_config.h b/config/rte_config.h > index 590903c07d..48132f27df 100644 > --- a/config/rte_config.h > +++ b/config/rte_config.h > @@ -89,7 +89,6 @@ > #define RTE_MAX_LCORE_FREQS 64 >=20 > /* rte_sched defines */ > -#undef RTE_SCHED_RED Should the above be removed, or replaced with: #undef RTE_SCHED_AQM > #undef RTE_SCHED_COLLECT_STATS > #undef RTE_SCHED_SUBPORT_TC_OV > #define RTE_SCHED_PORT_N_GRINDERS 8