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 96BB1591B for ; Mon, 28 Apr 2014 13:07:35 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 28 Apr 2014 04:02:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,943,1389772800"; d="scan'208";a="502220430" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga001.jf.intel.com with ESMTP; 28 Apr 2014 04:07:21 -0700 Received: from irsmsx106.ger.corp.intel.com (163.33.3.31) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 28 Apr 2014 12:07:11 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.183]) by IRSMSX106.ger.corp.intel.com ([169.254.8.28]) with mapi id 14.03.0123.003; Mon, 28 Apr 2014 12:07:11 +0100 From: "Richardson, Bruce" To: Samuel Monderer , "dev@dpdk.org" Thread-Topic: compiling with specific kernel headers Thread-Index: Ac9izVGS0n5vJwdMSaijoxIZk4pT1AABFu+A Date: Mon, 28 Apr 2014 11:07:11 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B01AA1105F@IRSMSX103.ger.corp.intel.com> References: <618cc796043548a381a1f5dee17cbde3@MUC-SRV-MBX2.advaoptical.com> In-Reply-To: <618cc796043548a381a1f5dee17cbde3@MUC-SRV-MBX2.advaoptical.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] compiling with specific kernel headers 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, 28 Apr 2014 11:07:36 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Samuel Monderer > Sent: Monday, April 28, 2014 11:36 AM > To: dev@dpdk.org > Subject: [dpdk-dev] compiling with specific kernel headers >=20 > Hi, >=20 > The target machine has a different kernel version than the one my Desktop= . > I do have the appropriate kernel headers installed on my desktop. > Is there a parameter I can pass to make to tell him which headers to use? >=20 > Samuel Hi, The "RTE_KERNELDIR" environment variable should be what you are looking for= . It's described in section 26.3.3 of the Intel DPDK Programmers Guide doc.= [http://www.intel.com/content/www/us/en/intelligent-systems/intel-technolo= gy/intel-dpdk-programmers-guide.html] Regards, /Bruce