From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eventdev: fix port id argument in Rx adapter caps API Date: Tue, 25 Sep 2018 14:52:31 +0200 Message-ID: <1846637.ZT10i6Abfj@xps> References: <1536150078-89772-1-git-send-email-nikhil.rao@intel.com> <2681112.ibEmUdxJTb@xps> <20180925095626.GA20972@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: Nikhil Rao , dev@dpdk.org, stable@dpdk.org To: Jerin Jacob Return-path: In-Reply-To: <20180925095626.GA20972@jerin> 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/09/2018 11:56, Jerin Jacob: > From: Thomas Monjalon > > 25/09/2018 11:15, Jerin Jacob: > > > From: Nikhil Rao > > > > @@ -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