From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH v1 2/2] event/octeontx: bump library version Date: Tue, 17 Oct 2017 15:20:13 +0530 Message-ID: <42db8a40-645b-a901-0011-c1e99ca18ed1@nxp.com> References: <20171016134247.5431-1-santosh.shukla@caviumnetworks.com> <20171016134247.5431-2-santosh.shukla@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , To: Santosh Shukla , Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0042.outbound.protection.outlook.com [104.47.42.42]) by dpdk.org (Postfix) with ESMTP id 848D61B7DC for ; Tue, 17 Oct 2017 11:50:19 +0200 (CEST) In-Reply-To: <20171016134247.5431-2-santosh.shukla@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/16/2017 7:12 PM, Santosh Shukla wrote: > This commit bumps the library version to reflect the ABI change > caused by removing the below function from event/octeontx: > * octeontx_ssovf_info > * octeontx_ssovf_bar > * octeontx_ssovf_mbox_send > > And moved to mempool/octeontx area. > > Signed-off-by: Santosh Shukla > --- > doc/guides/rel_notes/release_17_11.rst | 1 + > drivers/event/octeontx/Makefile | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst > index 8db35f5e4..eac2f677a 100644 > --- a/doc/guides/rel_notes/release_17_11.rst > +++ b/doc/guides/rel_notes/release_17_11.rst > @@ -377,6 +377,7 @@ The libraries prepended with a plus sign were incremented in this version. > librte_table.so.2 > librte_timer.so.1 > librte_vhost.so.3 > + librte_pmd_octeontx_ssovf.so.2 > > > Tested Platforms > diff --git a/drivers/event/octeontx/Makefile b/drivers/event/octeontx/Makefile > index 50434a384..08fc16775 100644 > --- a/drivers/event/octeontx/Makefile > +++ b/drivers/event/octeontx/Makefile > @@ -42,7 +42,7 @@ CFLAGS += -I$(RTE_SDK)/drivers/mempool/octeontx/ > > EXPORT_MAP := rte_pmd_octeontx_ssovf_version.map > > -LIBABIVER := 1 > +LIBABIVER := 2 > > # > # all source are stored in SRCS-y > Acked-by: Hemant Agrawal