From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D09BE9A97 for ; Wed, 25 Feb 2015 09:16:01 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 25 Feb 2015 00:15:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,643,1418112000"; d="scan'208";a="683088365" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga002.fm.intel.com with ESMTP; 25 Feb 2015 00:15:30 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.247]) by IRSMSX151.ger.corp.intel.com ([169.254.4.7]) with mapi id 14.03.0195.001; Wed, 25 Feb 2015 08:14:08 +0000 From: "Mcnamara, John" To: "Liang, Cunming" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v1 0/2] eal: fix symbol missing in version map Thread-Index: AQHQUKzP9ys9SxnDnEq3tNvrY0xuA50BBILQ Date: Wed, 25 Feb 2015 08:14:07 +0000 Message-ID: References: <1424835589-18122-1-git-send-email-cunming.liang@intel.com> In-Reply-To: <1424835589-18122-1-git-send-email-cunming.liang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 0/2] eal: fix symbol missing in version 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: Wed, 25 Feb 2015 08:16:02 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cunming Liang > Sent: Wednesday, February 25, 2015 3:40 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v1 0/2] eal: fix symbol missing in version map >=20 > These two patches are the fixing for the compling error when > CONFIG_RTE_BUILD_SHARED_LIB=3Dy. > The root cause is *per_lcore__socket_id* and *rte_sys_gettid* are missing > in the version map. > Thanks for the notification from Tetsuya Mukawa . >=20 > Cunming Liang (2): > eal/linux: fix symbol missing in version map > eal/bsd: fix symbol missing in version map >=20 > lib/librte_eal/bsdapp/eal/rte_eal_version.map | 2 ++ > lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 ++ > 2 files changed, 4 insertions(+) >=20 Series Acked-by: John McNamara