From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 9CD5E6A87 for ; Thu, 11 Dec 2014 14:26:29 +0100 (CET) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Xz3kJ-0004Sn-9p; Thu, 11 Dec 2014 08:25:49 -0500 Date: Thu, 11 Dec 2014 08:25:06 -0500 From: Neil Horman To: Thomas Monjalon Message-ID: <20141211132506.GA28213@hmsreliant.think-freely.org> References: <1417684369-21330-1-git-send-email-michael.qiu@intel.com> <1418208402-7597-1-git-send-email-michael.qiu@intel.com> <3342950.zUYiZCUlTq@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3342950.zUYiZCUlTq@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2 v4] Fix two compile issues with i686 platform 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, 11 Dec 2014 13:26:29 -0000 On Thu, Dec 11, 2014 at 01:56:06AM +0100, Thomas Monjalon wrote: > > These two issues are both introuduced by commit b77b5639: > > mem: add huge page sizes for IBM Power > > > > Michael Qiu (2): > > Fix compile issue with hugepage_sz in 32-bit system > > Fix compile issue of eal with icc compile > > Acked-by: Thomas Monjalon > > Applied > > Thanks > -- > Thomas > Wait, why did you apply this patch? We had outstanding debate on it, and Michael indicated he was testing a new version of the patch. Neil