From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 50BD92E8A for ; Mon, 27 Jun 2016 15:13:19 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 27 Jun 2016 06:13:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,536,1459839600"; d="scan'208";a="1010454234" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga002.fm.intel.com with ESMTP; 27 Jun 2016 06:13:17 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Mon, 27 Jun 2016 14:13:12 +0100 From: "Dumitrescu, Cristian" To: "Yigit, Ferruh" , "dev@dpdk.org" CC: Thomas Monjalon , Olivier Matz Thread-Topic: [PATCH 3/3] port: remove duplicated symbols from .map Thread-Index: AQHR0HRho/ob8GZsiESwpYn4vdHKjJ/9SjyA Date: Mon, 27 Jun 2016 13:13:12 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A0E9E8@IRSMSX108.ger.corp.intel.com> References: <1466860257-4068-1-git-send-email-thomas.monjalon@6wind.com> <1467032551-14979-1-git-send-email-ferruh.yigit@intel.com> <1467032551-14979-3-git-send-email-ferruh.yigit@intel.com> In-Reply-To: <1467032551-14979-3-git-send-email-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjYxZmE1ODYtNzRkZi00ZmUwLWE0ZWYtNDM1NGU3NzAzYmZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ink2QjFoRlNuQStPXC9uanpcL0VyUUtHcTZsRHg3QitKYlJ5TFlGSWl0ZFRVND0ifQ== x-ctpclassification: CTP_IC 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 3/3] port: remove duplicated symbols from .map 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, 27 Jun 2016 13:13:19 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Monday, June 27, 2016 2:03 PM > To: dev@dpdk.org > Cc: Thomas Monjalon ; Olivier Matz > ; Dumitrescu, Cristian > > Subject: [PATCH 3/3] port: remove duplicated symbols from .map >=20 > Fixes: 9d41beed24b0 ("lib: provide initial versioning") > Signed-off-by: Ferruh Yigit > --- > lib/librte_port/rte_port_version.map | 2 -- > 1 file changed, 2 deletions(-) >=20 Acked-by: Cristian Dumitrescu