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 75C455A66 for ; Thu, 9 Jul 2015 11:53:19 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 09 Jul 2015 02:53:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,439,1432623600"; d="scan'208";a="602909066" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga003.jf.intel.com with ESMTP; 09 Jul 2015 02:53:17 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.200]) by IRSMSX154.ger.corp.intel.com ([169.254.12.91]) with mapi id 14.03.0224.002; Thu, 9 Jul 2015 10:53:17 +0100 From: "Jastrzebski, MichalX K" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/2] pipeline: added missing symbols to map file Thread-Index: AQHQuh+ZhnMq+Lm1okChT7bPri2Ifp3S3gMA Date: Thu, 9 Jul 2015 09:53:16 +0000 Message-ID: <60ABE07DBB3A454EB7FAD707B4BB158213952E31@IRSMSX109.ger.corp.intel.com> References: <1436429830-16239-1-git-send-email-maciejx.t.gajdzica@intel.com> <1436429830-16239-2-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1436429830-16239-2-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] pipeline: added missing symbols to map file 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: Thu, 09 Jul 2015 09:53:19 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Thursday, July 09, 2015 10:17 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 2/2] pipeline: added missing symbols to map fi= le >=20 > Exported symbols for port in, port out and table stats. >=20 > Signed-off-by: Maciej Gajdzica > --- > lib/librte_pipeline/rte_pipeline_version.map | 10 ++++++++++ > 1 file changed, 10 insertions(+) >=20 > diff --git a/lib/librte_pipeline/rte_pipeline_version.map > b/lib/librte_pipeline/rte_pipeline_version.map > index e9b5bd6..2b43542 100644 > --- a/lib/librte_pipeline/rte_pipeline_version.map > +++ b/lib/librte_pipeline/rte_pipeline_version.map > @@ -20,3 +20,13 @@ DPDK_2.0 { >=20 > local: *; > }; > + > +DPDK_2.1 { > + global: > + > + rte_pipeline_table_stats_read; > + rte_pipeline_port_in_stats_read; > + rte_pipeline_port_out_stats_read; > + > + local: *; > +} DPDK_2.0; > -- > 1.7.9.5 Acked-by: Michal Jastrzebski