From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A063E1BAF9 for ; Thu, 10 May 2018 15:48:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0E0E320E63; Thu, 10 May 2018 09:48:57 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 10 May 2018 09:48:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=4PWmgNCUH2BlsWhAvY0LVPWYpy c4WkBG3chepa4+/gs=; b=XuY3H+6WpHDjPm3ZgmGztaHZbzMObBaHr5oNYa9ycS GJ6nbTzJqyS6PjmKpcKWFtAIp2zBn4TgEmE60Xu1Ld/0RLeTnB6Eo2ESwBfa+2f+ lvZqT9fGn4ciMQ83pwn91h0Nq8jKyK2epyYQPqS2ILX8vSIiKLoQI1YhiHSmD9SI E= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=4PWmgN CUH2BlsWhAvY0LVPWYpyc4WkBG3chepa4+/gs=; b=b8F8uoE6Wkc7aVaM3MJOnr +epUp7pcxjTWQlq904KxYQTmBniIPbL6na45WGCxlK3iW1sJrC5vPHL9ohOc7wj9 4zGXvOGXPrGgTeapwKPVrYLQIJIf03BQToS87jeK9O/hma9XRRvENYkjChqjQcWW r/g4wtYqSt1lYHjduIWg5EcpXQ/HGe/5fCeXQHciGK7txN58Hix3TLcVt86OBmcw FqVOjlQGMR+UukA6+vaDCXUZyyxxF6+HTW3Tsd6mFERjW9NRSPVgpaUZmRComFXq DdMuhfLxplpX9zJNFu+2obEmUP6d714lvGEacA7AsnCMD0mXgyQtkyt24p2Nk4SQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 23297E491A; Thu, 10 May 2018 09:48:56 -0400 (EDT) From: Thomas Monjalon To: Nikhil Rao Cc: Jerin Jacob , ferruh.yigit@intel.com, lei.a.yao@intel.com, dev@dpdk.org Date: Thu, 10 May 2018 15:48:54 +0200 Message-ID: <18183719.QCaNLk8Ax1@xps> In-Reply-To: <20180510043154.GA17339@jerin> References: <1525893452-155596-1-git-send-email-nikhil.rao@intel.com> <1525899160-169278-1-git-send-email-nikhil.rao@intel.com> <20180510043154.GA17339@jerin> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] eventdev: make ethernet port identifiers 16 bit 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: , X-List-Received-Date: Thu, 10 May 2018 13:48:57 -0000 10/05/2018 06:31, Jerin Jacob: > > Date: Thu, 10 May 2018 02:22:40 +0530 > > From: Nikhil Rao > > > > Ethernet port ID data size has been extended to 16 bits size 17.11 > > Update the Rx event adapter interface and implementation accordingly. > > > > Fixes: 9c38b704d280 ("eventdev: add eth Rx adapter implementation") > > Signed-off-by: Nikhil Rao > > Cc: stable@dpdk.org > > Since it is an ABI change, please bump the library version. > eth_rx_adapter still under experimental tag, IMO, no deprecation notice is > required. The ABI changes must be described in the release notes too. There is no deprecation notice for this ABI change. According the the policy, you must send a notice in 18.05, and do the change in 18.08. This commit will be dropped when pulling the eventdev tree, sorry.