From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 48D827F60 for ; Thu, 13 Nov 2014 13:10:38 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 13 Nov 2014 04:20:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,376,1413270000"; d="scan'208";a="631344437" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga002.fm.intel.com with ESMTP; 13 Nov 2014 04:20:02 -0800 Received: from irsmsx154.ger.corp.intel.com (163.33.192.96) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 13 Nov 2014 12:20:02 +0000 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.154]) by IRSMSX154.ger.corp.intel.com ([169.254.12.116]) with mapi id 14.03.0195.001; Thu, 13 Nov 2014 12:20:02 +0000 From: "Mrzyglod, DanielX T" To: "dev@dpdk.org" Thread-Topic: [PATCH] x32 ABI support, first iteration Thread-Index: AQHP/zmavH5Q7URcakanWWhfnxtEUJxeeGHQ Date: Thu, 13 Nov 2014 12:20:01 +0000 Message-ID: <7ADD74816B4C8A45B56203CBA65FE5A60978F3CA@IRSMSX107.ger.corp.intel.com> References: <1415880091-7897-1-git-send-email-danielx.t.mrzyglod@intel.com> In-Reply-To: <1415880091-7897-1-git-send-email-danielx.t.mrzyglod@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] x32 ABI support, first iteration 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: Thu, 13 Nov 2014 12:10:38 -0000 This patch provides support for x32 ABI. x32 ABI provides benefits of x86-64 while using 32-bit pointers and avoidin= g overhead of 64-bit pointers. Daniel Mrzyglod (1): Konstantin Ananyev(1): x32 ABI support, first iteration config/defconfig_x86_x32-native-linuxapp-gcc | 46 ++++++++++++++++++++ mk/arch/x86_x32/rte.vars.mk | 63 ++++++++++++++++++++++++= ++++ 2 files changed, 109 insertions(+) create mode 100644 config/defconfig_x86_x32-native-linuxapp-gcc create mode 100644 mk/arch/x86_x32/rte.vars.mk -- 2.1.0