From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id CBFF61B25D for ; Tue, 19 Dec 2017 12:15:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2017 03:15:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,426,1508828400"; d="scan'208";a="4004689" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.115]) ([10.237.220.115]) by orsmga008.jf.intel.com with ESMTP; 19 Dec 2017 03:15:34 -0800 To: dev@dpdk.org Cc: andras.kovacs@ericsson.com, laszlo.vadkeri@ericsson.com, keith.wiles@intel.com, benjamin.walker@intel.com, bruce.richardson@intel.com, thomas@monjalon.net References: From: "Burakov, Anatoly" Message-ID: <20d7f343-5529-649f-5866-67c6901329e3@intel.com> Date: Tue, 19 Dec 2017 11:15:33 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [RFC 01/23] eal/memory: move get_virtual_area out of linuxapp eal_memory.c X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 11:15:38 -0000 On 19-Dec-17 11:04 AM, Anatoly Burakov wrote: > Move get_virtual_area out of linuxapp EAL memory and make it > common to EAL, so that other code could reserve virtual areas > as well. > > Signed-off-by: Anatoly Burakov > --- My apologies, this patchset was sent erroneously. Please look at the version tagged as "RFC v2". -- Thanks, Anatoly