From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8B88A1BB54
 for <dev@dpdk.org>; Thu, 10 May 2018 16:54:47 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 1C2E321EC9;
 Thu, 10 May 2018 10:54:47 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Thu, 10 May 2018 10:54:47 -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=fcR0PUOYkbNo1Gpctq6FdRkzTc
 ZeCdwn4TdIjp4l2MU=; b=CcQEjdkdzXbL2SbgP3YeGL2mzFcRxKvZ96ve8tPAQG
 FaoOxnzY8gA4OsfksPSrB2UScDcVmduQNnznU2j4D2dyVHSrTtrdGD0ovW7Zr4Oo
 T0ZeLRVnTfT5rO5KI/cspLButp4nP+qY/KIvImdXwrV3H4YYftUN+OApIy7Dx8h0
 c=
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=fcR0PU
 OYkbNo1Gpctq6FdRkzTcZeCdwn4TdIjp4l2MU=; b=SGEBKthoGXzapY15n1NR7B
 SVw4w0jbcRH3NgRnQqAGCa1dLxyJPqfAGL8uznufkUDhIAiFCBJJl30QUEbGNZyp
 Ro8lEkul5MS6kHbds1K2unwl5D5XN5ST2SB5pahPdslROn7DLODWh0R+9dZXe2rX
 ivy7BlMRpIpx1bBro+FfzrHfF6fVRbXBtv/ff1Z4oGKe+l5QUIWTIXIgMRw6mzBT
 Gg3nDjvkyaTWoxbmHB710pXk3Apj8HWALo5V5aB+tPZtWniBKGBPRBv57QauFTKw
 C7M2bmgQ69kd/1Cq/PNQn61kFhiFw7TpbfvI4oDsvpIYuduzFVRlcgTAuwXBiESA
 ==
X-ME-Sender: <xms:Nl30WtadkDwy-ta0cfUXQi_yJjRJPEN-mH2YjTVmuQ92h-bTSlVRJg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 36106E47A0;
 Thu, 10 May 2018 10:54:46 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Cc: Nikhil Rao <nikhil.rao@intel.com>, ferruh.yigit@intel.com,
 lei.a.yao@intel.com, dev@dpdk.org
Date: Thu, 10 May 2018 16:54:45 +0200
Message-ID: <1779610.xE5Tc50yFF@xps>
In-Reply-To: <20180510143020.GA21914@jerin>
References: <1525893452-155596-1-git-send-email-nikhil.rao@intel.com>
 <18183719.QCaNLk8Ax1@xps> <20180510143020.GA21914@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 <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 10 May 2018 14:54:47 -0000

10/05/2018 16:30, Jerin Jacob:
> From: Thomas Monjalon <thomas@monjalon.net>
> > 10/05/2018 06:31, Jerin Jacob:
> > > > Date: Thu, 10 May 2018 02:22:40 +0530
> > > > From: Nikhil Rao <nikhil.rao@intel.com>
> > > > 
> > > > 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 <nikhil.rao@intel.com>
> > > > 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.
> 
> Even for the APIs with experimental tag?

No, experimental can change without prior notice.

> If so, I don't see any
> difference between experimental vs non experimental API? 

Rx adapter is not experimental as far as I know.