Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp10832319ybi; Thu, 25 Jul 2019 05:55:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqxAduOrcMZYBGSWPk7S+faLRstTFpCvyKmMWBBEveFdlGmYnKKIQZrt/wpvtTnT0elNhzrx X-Received: by 2002:a5e:c803:: with SMTP id y3mr44190466iol.308.1564059304631; Thu, 25 Jul 2019 05:55:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564059304; cv=none; d=google.com; s=arc-20160816; b=OI5253qFMvw6NTp6uuI9f3GJMed8uaZXUgOD9eaaN5BAnotC8y+EuS73IaO4NRhXrV 4N1Z1MCb8vk3UUSdrrwKA0nSGK53ltAImc7GE6zaLmpl5ROoBe99B4bCcll5BVfxQwj+ I1wzzq9lsnAq4WHOdVZpNi329ZCTVlTLhun3edlTU5tWNOTyGIGMTEMArYO0ropXss7H bx6Tqw/tI8wwWdk6CiElaqvJ9JnGqqh+1OdpxGdKZAr1KBSlP/Cn3ZzPoh71xMokbStC mOm6wGCA9cR7F61MovC/H0/yix8A7OXorD24flBX5xD+gM18YUMqTpRyh82jdMmA+T7D 83jQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ueNr6vcLDvGSvmnxuxLjn3dLSHYQG8S5kIyk/Uz9+64=; b=N4/kxOT6ZpCrZoK6oWuttFk2BhaqppSUKJ+N5xioFCDibcwL9ETPIFNOYWWcwOwOJG NzVvx2mvVj9Yq/EFi2wGUTcgtc2dzMvzdiHpOKK2Fj5OqyXoTRQilI958YvKS6YJ/T0D FIfQMBBToPQwreIEDzz429QrTOXsARFpasxTDABG+o6+7MX9tqLClKMQoGvmN+D3zyDc F7OxCHeXC+rJQXNkFkfClXXN9D/u4mIlOD+0XHoaxTx7V0HVXs2dhNEpKyNvh5iQXuRy LUKx7Q5cYU9wcQUlV6LejzP40hYHDifG9LoRVVdlXTCL1jj/XS7SyrEYNTHLGxfK8JS5 QEKw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g12si77258848jao.11.2019.07.25.05.54.51; Thu, 25 Jul 2019 05:55:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390492AbfGYJ2C (ORCPT + 99 others); Thu, 25 Jul 2019 05:28:02 -0400 Received: from mx2.suse.de ([195.135.220.15]:49444 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2390465AbfGYJ2C (ORCPT ); Thu, 25 Jul 2019 05:28:02 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 902D4ADBF; Thu, 25 Jul 2019 09:28:00 +0000 (UTC) Date: Thu, 25 Jul 2019 11:27:57 +0200 From: Oscar Salvador To: Dan Williams Cc: Andrew Morton , Michal Hocko , Pavel Tatashin , Jonathan Cameron , David Hildenbrand , Anshuman Khandual , Vlastimil Babka , Linux MM , Linux Kernel Mailing List Subject: Re: [PATCH v2 2/5] mm,memory_hotplug: Introduce MHP_VMEMMAP_FLAGS Message-ID: <20190725092751.GA15964@linux> References: <20190625075227.15193-1-osalvador@suse.de> <20190625075227.15193-3-osalvador@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 24, 2019 at 01:11:52PM -0700, Dan Williams wrote: > On Tue, Jun 25, 2019 at 12:53 AM Oscar Salvador wrote: > > > > This patch introduces MHP_MEMMAP_DEVICE and MHP_MEMMAP_MEMBLOCK flags, > > and prepares the callers that add memory to take a "flags" parameter. > > This "flags" parameter will be evaluated later on in Patch#3 > > to init mhp_restrictions struct. > > > > The callers are: > > > > add_memory > > __add_memory > > add_memory_resource > > > > Unfortunately, we do not have a single entry point to add memory, as depending > > on the requisites of the caller, they want to hook up in different places, > > (e.g: Xen reserve_additional_memory()), so we have to spread the parameter > > in the three callers. > > > > The flags are either MHP_MEMMAP_DEVICE or MHP_MEMMAP_MEMBLOCK, and only differ > > in the way they allocate vmemmap pages within the memory blocks. > > > > MHP_MEMMAP_MEMBLOCK: > > - With this flag, we will allocate vmemmap pages in each memory block. > > This means that if we hot-add a range that spans multiple memory blocks, > > we will use the beginning of each memory block for the vmemmap pages. > > This strategy is good for cases where the caller wants the flexiblity > > to hot-remove memory in a different granularity than when it was added. > > > > E.g: > > We allocate a range (x,y], that spans 3 memory blocks, and given > > memory block size = 128MB. > > [memblock#0 ] > > [0 - 511 pfns ] - vmemmaps for section#0 > > [512 - 32767 pfns ] - normal memory > > > > [memblock#1 ] > > [32768 - 33279 pfns] - vmemmaps for section#1 > > [33280 - 65535 pfns] - normal memory > > > > [memblock#2 ] > > [65536 - 66047 pfns] - vmemmap for section#2 > > [66048 - 98304 pfns] - normal memory > > > > MHP_MEMMAP_DEVICE: > > - With this flag, we will store all vmemmap pages at the beginning of > > hot-added memory. > > > > E.g: > > We allocate a range (x,y], that spans 3 memory blocks, and given > > memory block size = 128MB. > > [memblock #0 ] > > [0 - 1533 pfns ] - vmemmap for section#{0-2} > > [1534 - 98304 pfns] - normal memory > > > > When using larger memory blocks (1GB or 2GB), the principle is the same. > > > > Of course, MHP_MEMMAP_DEVICE is nicer when it comes to have a large contigous > > area, while MHP_MEMMAP_MEMBLOCK allows us to have flexibility when removing the > > memory. > > Concept and patch looks good to me, but I don't quite like the > proliferation of the _DEVICE naming, in theory it need not necessarily > be ZONE_DEVICE that is the only user of that flag. I also think it > might be useful to assign a flag for the default 'allocate from RAM' > case, just so the code is explicit. So, how about: Well, MHP_MEMMAP_DEVICE is not tied to ZONE_DEVICE. MHP_MEMMAP_DEVICE was chosen to make a difference between: * allocate memmap pages for the whole memory-device * allocate memmap pages on each memoryblock that this memory-device spans > > MHP_MEMMAP_PAGE_ALLOC > MHP_MEMMAP_MEMBLOCK > MHP_MEMMAP_RESERVED > > ...for the 3 cases? > > Other than that, feel free to add: > > Reviewed-by: Dan Williams -- Oscar Salvador SUSE L3