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 19A34156 for ; Fri, 22 Nov 2013 10:42:05 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 22 Nov 2013 01:39:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,751,1378882800"; d="scan'208";a="432013140" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga001.fm.intel.com with ESMTP; 22 Nov 2013 01:42:47 -0800 Received: from irsmsx151.ger.corp.intel.com (163.33.192.59) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.123.3; Fri, 22 Nov 2013 09:42:20 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.66]) by IRSMSX151.ger.corp.intel.com ([169.254.4.126]) with mapi id 14.03.0123.003; Fri, 22 Nov 2013 09:42:20 +0000 From: "Richardson, Bruce" To: Michael Quicquaro , "dev@dpdk.org" Thread-Topic: [dpdk-dev] glibc 2.1 Thread-Index: AQHO5uc7KrlavfonjUOT6xqVdC6JZ5ow/49A Date: Fri, 22 Nov 2013 09:42:20 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B01A975AA5@IRSMSX103.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-GB, 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] glibc 2.1 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: Fri, 22 Nov 2013 09:42:06 -0000 The Intel DPDK should work fine on RHEL 6.4. There should be no need to upd= ate your glibc, since this is subversion 12 (> 7), rather than 1.2. Regards, /Bruce=20 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michael Quicquaro > Sent: Thursday, November 21, 2013 6:26 PM > To: dev@dpdk.org > Subject: [dpdk-dev] glibc 2.1 >=20 > Hello all, >=20 > I have built dpdk (and pktgen-dpdk) on a couple RHEL 6.4 servers. This > distribution comes with glibc 2.12 >=20 > I have read that glibc 2.7 is needed for coreset() functionality. My tes= ting, > at the moment, only requires one cpu core. >=20 > I assume that upgrading to glibc 2.7 would probably break many of the > executables on this system. >=20 > The build seemed to work fine. >=20 > Do you think that there are any adverse effects of using a dpdk that was > built with glibc 2.1 in this case? >=20 > - Mike