From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <michalx.k.jastrzebski@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id AB7615A8C
 for <dev@dpdk.org>; Thu,  9 Jul 2015 11:53:21 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga102.jf.intel.com with ESMTP; 09 Jul 2015 02:53:11 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,439,1432623600"; d="scan'208";a="758967594"
Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153])
 by fmsmga002.fm.intel.com with ESMTP; 09 Jul 2015 02:53:10 -0700
Received: from irsmsx109.ger.corp.intel.com ([169.254.13.200]) by
 IRSMSX101.ger.corp.intel.com ([169.254.1.201]) with mapi id 14.03.0224.002;
 Thu, 9 Jul 2015 10:53:09 +0100
From: "Jastrzebski, MichalX K" <michalx.k.jastrzebski@intel.com>
To: "Gajdzica, MaciejX T" <maciejx.t.gajdzica@intel.com>, "dev@dpdk.org"
 <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH 1/2] port: added missing symbols to map file
Thread-Index: AQHQuh+6/Pqe/zC1KkG10HUyP/3qQ53S5BJA
Date: Thu, 9 Jul 2015 09:53:09 +0000
Message-ID: <60ABE07DBB3A454EB7FAD707B4BB158213952E26@IRSMSX109.ger.corp.intel.com>
References: <1436429830-16239-1-git-send-email-maciejx.t.gajdzica@intel.com>
In-Reply-To: <1436429830-16239-1-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 1/2] port: 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 09 Jul 2015 09:53:22 -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 1/2] port: added missing symbols to map file
>=20
> Exported symbols for nodrop, fragmentation, reassembly ports
>=20
> Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
> ---
>  lib/librte_port/rte_port_version.map |   11 +++++++++++
>  1 file changed, 11 insertions(+)
>=20
> diff --git a/lib/librte_port/rte_port_version.map
> b/lib/librte_port/rte_port_version.map
> index f8abbc1..b7acb3c 100644
> --- a/lib/librte_port/rte_port_version.map
> +++ b/lib/librte_port/rte_port_version.map
> @@ -16,3 +16,14 @@ DPDK_2.0 {
>=20
>  	local: *;
>  };
> +
> +DPDK_2.1 {
> +	global:
> +
> +	rte_port_ethdev_writer_nodrop_ops;
> +	rte_port_ring_reader_ipv6_frag_ops;
> +	rte_port_ring_writer_ipv6_ras_ops;
> +	rte_port_ring_writer_nodrop_ops;
> +
> +	local: *;
> +} DPDK_2.0;
> --
> 1.7.9.5

Acked-by: Michal Jastrzebski  <michalx.k.jastrzebski@intel.com>