From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1F4796829 for ; Tue, 8 Jul 2014 04:12:29 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 07 Jul 2014 19:12:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,622,1400050800"; d="scan'208,217";a="566471022" Received: from fmsmsx108.amr.corp.intel.com ([10.19.9.228]) by fmsmga002.fm.intel.com with ESMTP; 07 Jul 2014 19:12:50 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX108.amr.corp.intel.com (10.19.9.228) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 7 Jul 2014 19:12:49 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 7 Jul 2014 19:12:50 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.122]) with mapi id 14.03.0123.003; Tue, 8 Jul 2014 10:12:47 +0800 From: "Cao, Waterman" To: "Wiles, Roger Keith (Wind River)" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] Build failure on Ubuntu 14.04 Thread-Index: AQHPmGWa9Ih4FyE/AUm0ClG5mA5rDJuSEDyAgAAF3oCAAi7k0IAAB/lQgADauoCAAEg8cA== Date: Tue, 8 Jul 2014 02:12:46 +0000 Message-ID: References: <2C4D5C7B-3FC1-4C90-BEB1-30790FC6E3DE@windriver.com> <77234B73-5B31-4D49-82D1-0B277FEFA879@windriver.com> In-Reply-To: <77234B73-5B31-4D49-82D1-0B277FEFA879@windriver.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "" Subject: Re: [dpdk-dev] Build failure on Ubuntu 14.04 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, 08 Jul 2014 02:12:31 -0000 Thanks Keith. we will try to enable CentOS in our daily build test. But I has a little concern about Ubuntu 14. We enabled latest UB14 with kernel 3.13.0-24 at this may. It seems that UB LTS will upgrade Linux kernel to 3.13.0-30. But we don't know when it upgrade, and it will cost a lot of effort to upgr= ade environment. Can we indicate specific version for Ubuntu 14.04? Btw, we met the same issue in RedHat 7.0 Beta version. Waterman From: Wiles, Roger Keith [mailto:keith.wiles@windriver.com] Sent: Monday, July 7, 2014 10:42 PM To: De Lara Guarch, Pablo Cc: Cao, Waterman; Subject: Re: [dpdk-dev] Build failure on Ubuntu 14.04 Someone compiling on CentOS kernel 3.13.7 needed the original code. Looks l= ike some other type of ifdef change needs to be done to the kcompat.h file = to allow it to compile on Ubuntu 14.04 with kernel 3.13.0-30. Keith Wiles, Principal Technologist with CTO office, Wind River mobile 972-213-5533 [Powering 30 Years of Innovation] On Jul 7, 2014, at 3:39 AM, De Lara Guarch, Pablo > wrote: Hi Keith, we built the newest dpdk code on my machine, it seems OK, please see UB14.04 info in my computer. System: Ubuntu14.04 Kernel: 3.13.0-24 X86_64 Compiler: GCC 4.8.2 x86_64 Can you let me know which kernel version you use? Apparently, it is this one: 3.13.0-30-generic, from uname -a Thanks Waterman