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 49363A046B for ; Wed, 26 Jun 2019 23:31:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2F3E4F64; Wed, 26 Jun 2019 23:31:05 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 7BD03F04 for ; Wed, 26 Jun 2019 23:31:03 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 04AB821FBF; Wed, 26 Jun 2019 17:31:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 26 Jun 2019 17:31:03 -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=i95GDilKhaf6xWE6dvun+mZlj4Sm7qyy+TA15HRp040=; b=L57ZVf5cj2jQ SdOhkZQ3Nwd0hT2Bdxh7221Hai5dZzM5JvSbiBr3pFM8f8jCgqxegWr/JcVCsan0 LSk38o0GaSHMktR0Ihv5G7ZS730MugDpoDq/9uJhUNq7JE5fa6jEI0ZrQhtzsPZf kJ50Dz/2kHKV4yK0cO37bgl38huO7RA= 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=i95GDilKhaf6xWE6dvun+mZlj4Sm7qyy+TA15HRp0 40=; b=uKajdX5YViiUoHMGtHHEXyiAbvc7GAE+GE2hZjpTw0ahWoMJnh4LLw+qy Spfm6Sxrk6wUz07etXPPl5+VCJDRCBjthwUDuvzalZ7akG8JFrYweRbZW3yh9wxM GlTYsuAIBveRoFir2p9/Nr+zJVkvApysqcGR3p22ZV0vyWvY9TAb6rWimdpSxsYy DAAyj2fUXGWks4ZYYYxvIRqbs1lF2CKM5usnTWjL08DJ1sf44Tkx9FxDk6Mthyvf RTgWUpKLKDWhsJHyA515WIG4RfdzT8oYoRJ/9I1PJxODlP7UGS6hPEg9kIjCUQxA cLiqCOiYeANCU3Kv75HF7uXExRj0w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudeigdduieekucetufdoteggodetrfdotf 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 D564D8005A; Wed, 26 Jun 2019 17:31:01 -0400 (EDT) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, Lukasz Krakowiak , Abraham Tovar Date: Wed, 26 Jun 2019 23:31:00 +0200 Message-ID: <23661847.hKIIDpZEVD@xps> In-Reply-To: <20190625153217.24301-29-jasvinder.singh@intel.com> References: <20190528120553.2992-2-lukaszx.krakowiak@intel.com> <20190625153217.24301-1-jasvinder.singh@intel.com> <20190625153217.24301-29-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 28/28] sched: add release note 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" 25/06/2019 17:32, Jasvinder Singh: > --- a/doc/guides/rel_notes/release_19_08.rst > +++ b/doc/guides/rel_notes/release_19_08.rst > @@ -135,6 +135,11 @@ API Changes > +* sched: To allow more traffic classes, flexible mapping of pipe queues to > + traffic classes, and subport level configuration of pipes and queues > + changes are made to public macros, data structures and API functions defined > + in "rte_sched.h". Does it make sense to merge this text in a code patch? > --- a/lib/librte_sched/Makefile > +++ b/lib/librte_sched/Makefile > -LIBABIVER := 2 > +LIBABIVER := 3 Please merge this change in the first patch breaking the ABI.