From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 99615568E for ; Mon, 12 Oct 2015 10:27:34 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 12 Oct 2015 01:27:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,671,1437462000"; d="scan'208";a="824558593" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga002.jf.intel.com with ESMTP; 12 Oct 2015 01:27:32 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.98]) by irsmsx110.ger.corp.intel.com ([169.254.15.151]) with mapi id 14.03.0248.002; Mon, 12 Oct 2015 09:27:27 +0100 From: "Azarewicz, PiotrX T" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 5/5] doc: modify release notes and deprecation notice for table and pipeline Thread-Index: AQHRBMde5MPU1sYjRkyo915Xc8X1KZ5nhXwg Date: Mon, 12 Oct 2015 08:27:26 +0000 Message-ID: <4837007523CC9A4B9414D20C13DE6E6413627B50@IRSMSX102.ger.corp.intel.com> References: <1441967499-21255-1-git-send-email-maciejx.t.gajdzica@intel.com> <2407802.7feZ9f3Uac@xps13> <4837007523CC9A4B9414D20C13DE6E6413627B00@IRSMSX102.ger.corp.intel.com> <2067349.o1BFDiCzax@xps13> In-Reply-To: <2067349.o1BFDiCzax@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 Cc: "dev@dpdk.org" 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 08:27:35 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, October 12, 2015 10:23 AM > To: Azarewicz, PiotrX T > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 5/5] doc: modify release notes and > deprecation notice for table and pipeline >=20 > 2015-10-12 07:53, Azarewicz, PiotrX T: > > Hi Thomas, > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > > > Hi Maciej, > > > > > > 2015-09-11 12:31, Maciej Gajdzica: > > > > --- 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. > > > > 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. >=20 > You are perfectly right. > Sorry for the confusion. No problem, thank for the answer. Piotr