From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 5/5] doc: modify release notes and deprecation notice for table and pipeline Date: Thu, 08 Oct 2015 13:42:20 +0200 Message-ID: <2407802.7feZ9f3Uac@xps13> References: <1441967499-21255-1-git-send-email-maciejx.t.gajdzica@intel.com> <1441967499-21255-6-git-send-email-maciejx.t.gajdzica@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 444425681 for ; Thu, 8 Oct 2015 13:43:27 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so24262594wic.0 for ; Thu, 08 Oct 2015 04:43:27 -0700 (PDT) In-Reply-To: <1441967499-21255-6-git-send-email-maciejx.t.gajdzica@intel.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" Hi Maciej, 2015-09-11 12:31, Maciej Gajdzica: > The LIBABIVER number is incremented for table and pipeline libraries. > The release notes is updated and the deprecation announce is removed. [...] > --- a/lib/librte_pipeline/rte_pipeline_version.map > +++ b/lib/librte_pipeline/rte_pipeline_version.map > @@ -29,3 +29,11 @@ DPDK_2.1 { > rte_pipeline_table_stats_read; > > } DPDK_2.0; > + > +DPDK_2.2 { > + global: > + > + rte_pipeline_table_entry_add_bulk; > + rte_pipeline_table_entry_delete_bulk; > + > +} DPDK_2.1; The previous block was DPDK_2.0 for this library. So I think you should inherit from it, not DPDK_2.1 which doesn't exist in this context.