From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 2/2] event/octeontx: bump library version Date: Mon, 23 Oct 2017 16:38:49 +0200 Message-ID: <2396905.arYyD11egs@xps> References: <20171016134247.5431-1-santosh.shukla@caviumnetworks.com> <20171016134247.5431-2-santosh.shukla@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com To: Santosh Shukla Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 6EC121B62A for ; Mon, 23 Oct 2017 16:38:51 +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" This change is rejected because this PMD has no API/ABI. 16/10/2017 15:42, Santosh Shukla: > 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 >