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 30C56A0471 for ; Fri, 19 Jul 2019 12:41:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C10662BA8; Fri, 19 Jul 2019 12:41:13 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 431C31DBF for ; Fri, 19 Jul 2019 12:41:12 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 111E9514; Fri, 19 Jul 2019 06:41:11 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 19 Jul 2019 06:41:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=d6jTinHPjnnNmun8lqpf2/hfEfYCAX+44F0KNJmSSTU=; b=jA/OwvLGMWUS 3OK9gmS7/44+xHVHFxl1s87NTLoIAdKyYkFH1KFem5Nmc9k1JIZ8hZKGe4KYbnlA BVsslgd5h+Ni5jj4VxdO0BRVRfkPtg6/DH0r5SH3TlfcEBh2yyTTcNGu6T/IxzLP wrF8AMpeZ6nCBP32GcUEjlBSLc+0qB0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=d6jTinHPjnnNmun8lqpf2/hfEfYCAX+44F0KNJmSS TU=; b=KZlxdGgzdFs1RE65zW5pHP1dP61fqR5ybYf0J/p7/j4uLo+eEGfrt3fdp 2Wv9rS8zswm6GFmaZnBNq6qxMtP2uRpu88e4+aJlgizPwVH9MOAmWbq9BrAGeJje UV62Qp2U97bQMDI08B/NZbAxGCMBN4fyO4iq3vTa0wtLbgoQPDUEuTbq+uTi79Db JI4qJkz7eTwClvW5ozj0yTwqMYPZqc6F6wVmx2Z0glQ96DJe5wMZmwA5kZNcdQ/b cwNVwsyfsYFaP6URL3CWsn3ZoY29/9MCassaG+jNl5vjrNmcsTNjN1JsehhoBUXJ mXxuaeJliv0NBmyppDVj+skvjdmoQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieejgdeffecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 75455380075; Fri, 19 Jul 2019 06:41:09 -0400 (EDT) From: Thomas Monjalon To: "Singh, Jasvinder" Cc: dev@dpdk.org, "Dumitrescu, Cristian" Date: Fri, 19 Jul 2019 12:41:07 +0200 Message-ID: <1870761.odQaiBjGDC@xps> In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891268E8F03A3@IRSMSX108.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> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 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. I am waiting for a v6.