From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A32D28E7E for ; Mon, 12 Oct 2015 09:53:53 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 12 Oct 2015 00:53:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,671,1437462000"; d="scan'208";a="662465768" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga003.jf.intel.com with ESMTP; 12 Oct 2015 00:53:51 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.98]) by IRSMSX108.ger.corp.intel.com ([169.254.11.138]) with mapi id 14.03.0248.002; Mon, 12 Oct 2015 08:53:25 +0100 From: "Azarewicz, PiotrX T" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 5/5] doc: modify release notes and deprecation notice for table and pipeline Thread-Index: AQHRAb6aT8k/sJwN406fBYwv7OdTF55nfwaA Date: Mon, 12 Oct 2015 07:53:24 +0000 Message-ID: <4837007523CC9A4B9414D20C13DE6E6413627B00@IRSMSX102.ger.corp.intel.com> References: <1441967499-21255-1-git-send-email-maciejx.t.gajdzica@intel.com> <1441967499-21255-6-git-send-email-maciejx.t.gajdzica@intel.com> <2407802.7feZ9f3Uac@xps13> In-Reply-To: <2407802.7feZ9f3Uac@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 5/5] doc: modify release notes and deprecation notice for table and pipeline X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2015 07:53:54 -0000 Hi Thomas, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, October 8, 2015 1:42 PM > To: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 5/5] doc: modify release notes and > deprecation notice for table and pipeline >=20 > Hi Maciej, >=20 > 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; >=20 > 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 i= n this > context. The previous block was DPDK_2.1 : DPDK_2.1 { global: rte_pipeline_port_in_stats_read; rte_pipeline_port_out_stats_read; rte_pipeline_table_stats_read; } DPDK_2.0; So I think this patch is okay. Correct me if I am wrong with my understanding, please. Thanks, Piotr