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 2C30BA046B for ; Mon, 22 Jul 2019 15:15:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EB7B91BFA0; Mon, 22 Jul 2019 15:15:58 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id EB91F1BF99 for ; Mon, 22 Jul 2019 15:15:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id EF62556D; Mon, 22 Jul 2019 09:15:56 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 22 Jul 2019 09:15:57 -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=Gh/n8M7KaFscMFcVlO8f0R/pbV8SETd4M8gwgNZp92o=; b=I9u8AhQfmtde kCDmU8JeD6AfL3FQx2xIx3oTOIGAQW4ozTW/aAej6epd+ZziKuZi20WzWHy//xVM c6I5I8jblI5PXojJQDyLORBC7cfS5DFBVl16j++DCo+L684sMhSNdQwtbUinXhpZ RocpGtNTEQgntcE8MN1Qwg1fshWCT8I= 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=Gh/n8M7KaFscMFcVlO8f0R/pbV8SETd4M8gwgNZp9 2o=; b=zlgAPbC9wCjB/9HT80J7oF3J+JXDJRvqpxba3hsMdklRGqGlpAGL6QipX BGfIwANAt3Zi0up+EIDIFsYuGq6rHlWqnUB3cmlFum453xOIA4lToUowueyhkqR5 llkcl5R/7kKsscxm7DN3d6a5CGNnviCz4oiCNCaeUPzcziT35pQuGfDXLpgmzp+t OBCCpijgHRNpu0OnW6nrSipODDgQZLEG0ocQZ6cUO5EdSFWYoQHoYhZ5NF4HDxFU IhfyS2YjPm3mod7692hFD0IOPjTAM9Do+dIfJAq5QJ8RbqZMOExkuFWrPDUVihYw OArPbh0fgLLrY2/v/cX2SsEifC8rg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrjeeggdeihecutefuodetggdotefrodftvf 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 1F882380086; Mon, 22 Jul 2019 09:15:55 -0400 (EDT) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Mon, 22 Jul 2019 15:15:51 +0200 Message-ID: <4378606.kpYsyM8nYf@xps> In-Reply-To: <20190722110148.101656-1-jasvinder.singh@intel.com> References: <20190719141825.101844-2-jasvinder.singh@intel.com> <20190722110148.101656-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7 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" > 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 Applied, thanks PS: please make all versions replying to the cover letter of v1.