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 2BE76A04DD; Tue, 26 Nov 2019 16:22:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C539B4CA7; Tue, 26 Nov 2019 16:22:09 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id F21B74CA6 for ; Tue, 26 Nov 2019 16:22:07 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 879E3733; Tue, 26 Nov 2019 10:22:06 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 26 Nov 2019 10:22:07 -0500 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=kRd/BaRGXBYmRKP10vOP4V9uX49IjV3cFYnVBmjKMb4=; b=rYe2hdISOrAN d3frjIDWLfy4J2u7zoh+PUR2l3Un8yQeQXPJLG1T68sgxbtH5rKfZlwi80WO2Xf7 pmc+ul8P/J9lHh4DpeSjXPHy3a2dmLGhS/738sWFhoZTESfb0vXU8P/I/SmnqAOp UtgiPU0W5PZhNTtgPbR3rUekNg4jvQI= 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=fm1; bh=kRd/BaRGXBYmRKP10vOP4V9uX49IjV3cFYnVBmjKM b4=; b=UktSCeNz+D9ReMai47gkTSk527x1LI+Nwi2lncpSxFuDnYnw4PEQrRlJy LWPj3ninmroNbVmvk7OSlPAuCxyzr3jbj7fP332cywaMajC9FwFCauqxRmXj0LG3 Iwbw3Bltz+LgpXOveKuALUEMN2LbvL7JRMUrs1bemAI8Bhc1++dr3t45Ps4pGsQS g0BKB0qivleAw4DPJYSBe4/1UnENfv5SiJgdI8HiXrW6Ja7a6dSLJvpEKVWFKloD Q2299A849YHEIGU0Ov2f0x2EK9POpbgUPDehngg6k0pOTHLYNqzF1w7scqHzft1N X4/InKhdkC7787ZkD2vsbYZfnWpQg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeifedgjeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 84FBA3060057; Tue, 26 Nov 2019 10:22:04 -0500 (EST) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Tue, 26 Nov 2019 16:22:03 +0100 Message-ID: <3011845.XrAr6LyNDd@xps> In-Reply-To: <20191126142831.55017-1-jasvinder.singh@intel.com> References: <20191029131942.50298-1-jasvinder.singh@intel.com> <20191126142831.55017-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 v2 1/3] sched: documentation update 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" 26/11/2019 15:28, Jasvinder Singh: > Updates documentation to reflect the changes in the qos scheduler > library. > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied, thanks