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 146791B11B;
 Tue, 25 Sep 2018 14:52:35 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 91B1121B98;
 Tue, 25 Sep 2018 08:52:34 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Tue, 25 Sep 2018 08:52:34 -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=CUQrtH31KLKSOTf7rwbHcd4OUg
 yKDqRwJ50frwehzic=; b=NEh0mWoH0xUHVTFReWmFFLPuJEvuWDHSspVadfGP0k
 1Eq0lAm0gz1gSZs2cPiN6X6xoc7z0X39GSUuWsmuWW/QfYYbU0HS6Yts3BHUMF+i
 g2i9oZxHP7FRrvzcDoEdgzMSe2pWuJ5y0lT2WUo4ZEELHQ2ptaHOfR5LJ30xV5ZO
 A=
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=fm3; bh=CUQrtH
 31KLKSOTf7rwbHcd4OUgyKDqRwJ50frwehzic=; b=jqKVjGyt7UuzssM4ILDNuB
 J0C2GYCPNnz8CafhMsp6MlpNovwLDqcX8bT7ikMxtfCgbqEYhHmxHEUqc+2tkVZw
 hCpKGsjHsAjhv/GIphShPta3FFif6qWpUYELXLgMhD/B9/BxgviOxpJUk3HjyzkZ
 aystpHkdifok+gJdyuvFW+cuzXZkYFZ7yuKdMX4YUEUlk8dkFj3CQPEdfsylWKPA
 53LT5cB+tDAQkTNVeShPeQlbiEiCX85puUuiMLOqS0RWuHFl83hDlUuSDhUqO9dz
 Zp5hzi5hQ50jmr3P9TylgA1bMfaxNQCudpbCDnORb6V2Hu3YPYGUgcL32pgAmNyg
 ==
X-ME-Proxy: <xmx:kS-qW_EvGm-aAMPBo6vjNWIIkQU3-dtlJqMh2Frs09UHzzL-slYhuA>
 <xmx:kS-qW4AmlNOyEo3iCx2glQkrOH4c32ZiJZkulov_yIitenVW-O3fgA>
 <xmx:kS-qW5JYWx-bpIXUQaP-tcSpR2oro1JZCrHJbwWfDgK6EmDzgLcBTw>
 <xmx:kS-qW7NxyvKfg6moRyJm_gephHmbS7bKkLkdPRqe5FO-DW6q20ytBQ>
 <xmx:kS-qW0-c5s2bDWz7KIukd16liLNrjuhOzX9geXHSxYK7p5-qgSkUvg>
 <xmx:ki-qW2bnu2uHNU7_FdgBR7zhUpF8FBf3bBtYY8Srod9g_i1zBb4p9w>
X-ME-Sender: <xms:kS-qW1FT4rv2Ukro7lf3_j7c9CqHkW_-IffoSvc6ipB6kdxoc3W5RA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id EC5B4E47C0;
 Tue, 25 Sep 2018 08:52:32 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Cc: Nikhil Rao <nikhil.rao@intel.com>, dev@dpdk.org, stable@dpdk.org
Date: Tue, 25 Sep 2018 14:52:31 +0200
Message-ID: <1846637.ZT10i6Abfj@xps>
In-Reply-To: <20180925095626.GA20972@jerin>
References: <1536150078-89772-1-git-send-email-nikhil.rao@intel.com>
 <2681112.ibEmUdxJTb@xps> <20180925095626.GA20972@jerin>
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="UTF-8"
Subject: Re: [dpdk-stable] [PATCH v2] eventdev: fix port id argument in Rx
	adapter caps API
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 25 Sep 2018 12:52:35 -0000

25/09/2018 11:56, Jerin Jacob:
> From: Thomas Monjalon <thomas@monjalon.net>
> > 25/09/2018 11:15, Jerin Jacob:
> > > From: Nikhil Rao <nikhil.rao@intel.com>
> > > > @@ -162,7 +164,7 @@ The libraries prepended with a plus sign were i=
ncremented in this version.
> > > >       librte_distributor.so.1
> > > >       librte_eal.so.8
> > > >       librte_ethdev.so.10
> > > > -     librte_eventdev.so.4
> > > > +   + librte_eventdev.so.6
> > >
> > > Can you send a separate standalone patch to fixup doc/guides/rel_note=
s/release_18_08.rst
> > > release notes. The version(change to librte_eventdev.so.5) should hav=
e been
> > > updated in change set in 3810ae4357.
> > >
> > > +Thomas,
> > > In case if he has difference in opinion on updating released release =
note file.
> >=20
> > I prefer such changes being atomic.
>=20
> Me too. But the offending change set(3810ae4357) is old
> =E2=9E=9C [master][dpdk.org] $ git describe  3810ae4357
> v18.05-389-g3810ae435

Oh, I had not understood :-)

> Do you prefer to have patch to update the release_18_08.rst file or ignor=
e it?

Yes you can patch release_18_08.rst and release_18_11.rst with a fix
to version librte_eventdev.so.5, and Cc:stable for backport in 18.08.

Thanks