From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [PATCH 1/2] ethdev: bump library version Date: Wed, 9 Mar 2016 16:09:57 +0100 Message-ID: <20160309150957.GR27714@autoinstall.dev.6wind.com> References: <1457532848-10529-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id E15802949 for ; Wed, 9 Mar 2016 16:10:12 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id l68so182980030wml.0 for ; Wed, 09 Mar 2016 07:10:12 -0800 (PST) Content-Disposition: inline In-Reply-To: <1457532848-10529-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Mar 09, 2016 at 03:14:07PM +0100, Thomas Monjalon wrote: > There was an ABI change and more are coming in the release 16.04. >=20 > Fixes: a9963a86b2e1 ("ethdev: increase RETA entry size") >=20 > Signed-off-by: Thomas Monjalon > --- > doc/guides/rel_notes/release_16_04.rst | 5 ++++- > lib/librte_ether/Makefile | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) >=20 > diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_no= tes/release_16_04.rst > index 96f144e..8101f4c 100644 > --- a/doc/guides/rel_notes/release_16_04.rst > +++ b/doc/guides/rel_notes/release_16_04.rst > @@ -148,6 +148,9 @@ ABI Changes > * The fields in ethdev structure ``rte_eth_fdir_masks`` were changed > to be in big endian. > =20 > +* The RETA entry size in ``rte_eth_rss_reta_entry64`` has been increas= ed > + from 8-bit to 16-bit. > + > =20 > Shared Library Versions > ----------------------- > @@ -158,7 +161,7 @@ The libraries prepended with a plus sign were incre= mented in this version. > =20 > .. code-block:: diff > =20 > - libethdev.so.2 > + + libethdev.so.3 > librte_acl.so.2 > librte_cfgfile.so.2 > librte_cmdline.so.1 > diff --git a/lib/librte_ether/Makefile b/lib/librte_ether/Makefile > index 3e81a0e..e810284 100644 > --- a/lib/librte_ether/Makefile > +++ b/lib/librte_ether/Makefile > @@ -41,7 +41,7 @@ CFLAGS +=3D $(WERROR_FLAGS) > =20 > EXPORT_MAP :=3D rte_ether_version.map > =20 > -LIBABIVER :=3D 2 > +LIBABIVER :=3D 3 > =20 > SRCS-y +=3D rte_ethdev.c > =20 > --=20 > 2.7.0 >=20 Series Acked-by: Nelio Laranjeiro --=20 N=E9lio Laranjeiro 6WIND