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 25F362C0F for ; Tue, 2 Aug 2016 13:20:50 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 02 Aug 2016 04:20:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,459,1464678000"; d="scan'208";a="858086030" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga003.jf.intel.com with ESMTP; 02 Aug 2016 04:20:50 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX103.ger.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Tue, 2 Aug 2016 12:20:48 +0100 From: "Dumitrescu, Cristian" To: Aleksey Katargin , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] table: add missing exports Thread-Index: AQHR69NHHburuPv8KU6FdsfChC/4iqA1h49w Date: Tue, 2 Aug 2016 11:20:48 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A3E898@IRSMSX108.ger.corp.intel.com> References: <1470042043-2695-1-git-send-email-gureedo@gmail.com> In-Reply-To: <1470042043-2695-1-git-send-email-gureedo@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODZkMmU1ZGQtZTFmNC00NTg0LWI1NjUtYmZiNDVmMmU0NjYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImVHcHdFY1o2eGlsdjVrdzlQSDRiS2w3dTNRdWpjTHdBZFViOGIweGg3MTQ9In0= x-ctpclassification: CTP_IC 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] table: add missing exports 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: Tue, 02 Aug 2016 11:20:51 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Aleksey Katargin > Sent: Monday, August 1, 2016 10:01 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] table: add missing exports >=20 > Signed-off-by: Aleksey Katargin > --- > lib/librte_table/rte_table_version.map | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/lib/librte_table/rte_table_version.map > b/lib/librte_table/rte_table_version.map > index 2138698..459c2da 100644 > --- a/lib/librte_table/rte_table_version.map > +++ b/lib/librte_table/rte_table_version.map > @@ -3,6 +3,7 @@ DPDK_2.0 { >=20 Acked-by: Cristian Dumitrescu Hi Aleksey, I checked all DPDK releases 2.0 -> 16.07 and yes, you're exactly right. Ouc= h!!! Thanks very much for fixing this! Regards, Cristian