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 B2B085A68 for ; Wed, 8 Jul 2015 13:04:01 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 08 Jul 2015 04:04:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,431,1432623600"; d="scan'208";a="742890480" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.77]) ([10.237.220.77]) by fmsmga001.fm.intel.com with ESMTP; 08 Jul 2015 04:03:59 -0700 Message-ID: <559D039E.807@intel.com> Date: Wed, 08 Jul 2015 12:03:58 +0100 From: "Gonzalez Monroy, Sergio" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: David Marchand , dev@dpdk.org References: <1436259634-7077-1-git-send-email-david.marchand@6wind.com> In-Reply-To: <1436259634-7077-1-git-send-email-david.marchand@6wind.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/6] eal/linux: cleanup hugepage code 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: Wed, 08 Jul 2015 11:04:02 -0000 On 07/07/2015 10:00, David Marchand wrote: > Here is a little patchset cleaning eal_hugepage_info.c file and fixing a bug > when having more than two hugepage sizes. > No functional change to be expected. > Acked-by: Sergio Gonzalez Monroy