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 1BD6EA0471 for ; Fri, 19 Jul 2019 13:41:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 905A12BC7; Fri, 19 Jul 2019 13:41:01 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 46B4C1C01 for ; Fri, 19 Jul 2019 13:40:59 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 494414D1; Fri, 19 Jul 2019 07:40:58 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 19 Jul 2019 07:40:58 -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=muCvKNFXb1RXjHuCMeDKfA9LF/TKz4ssnOa9IxV81b0=; b=PCL3lWgiklbT UhZJl42Ox7KfM7UsFGLV3wvjuCEBvLnhWYMEO6O5T7+2FWxohk/ec59zruQ6X4Tb GmEOENELF79rjJcemmZcq1b3Vps0aVMNXTlWtALOxuU1icmCEDSwW7PJwfZjPSFU THUEtpaVe0bNewYgF7MgDOuBFzFtrLY= 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=muCvKNFXb1RXjHuCMeDKfA9LF/TKz4ssnOa9IxV81 b0=; b=p7skqaN+sJ6HftLVid8mrH6nynrm32GCtuyhtlEH8+mT4I/1lBu77D/r3 uZQlbd6yrfyAFxjc6W7D+pFKEFvIp21mcGlUY1KFGRFU780vpYWiFniBMe0aYO+k l5KfpahAl4FERF0QHZ0FHR2DU305kwfcNyYxpJrsif5opZe2eTM3eXxCTkVwpFjl U0LvRmajciA0TqlQ8uXCrer2BBedrOVUPRwm2H7j258HUiyTPm7rKXpjrVdQAc7s OcZPTT/+c/wtS9zBy8Ypou+xqmm8w55gIEFd+hocBJBIqoSuscLZpPPM6e/LI+Do C6UNHz5jTo2+c2hcGSRIci89aT3Uw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieejgdeghecutefuodetggdotefrodftvf 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 D214E380084; Fri, 19 Jul 2019 07:40:56 -0400 (EDT) From: Thomas Monjalon To: "Singh, Jasvinder" Cc: "dev@dpdk.org" , "Dumitrescu, Cristian" Date: Fri, 19 Jul 2019 13:40:54 +0200 Message-ID: <1740785.ROOiyoppke@xps> In-Reply-To: <54CBAA185211B4429112C315DA58FF6D3FD98878@IRSMSX103.ger.corp.intel.com> References: <20190712095729.159767-2-jasvinder.singh@intel.com> <1870761.odQaiBjGDC@xps> <54CBAA185211B4429112C315DA58FF6D3FD98878@IRSMSX103.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 13:16, Singh, Jasvinder: > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > 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. > > > Can these suggestions be fixed in RC3 as separate patch as they doesn't change any functionality? No please, I prefer avoiding having too many fixes. I already know in advance such code will have many fixes, and you are a specialist to get things at the last minute. And it is really late to close such change. I feel that it is not ready for 19.08. Please show us how you can fix things quickly.