Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp139123imj; Wed, 13 Feb 2019 06:03:21 -0800 (PST) X-Google-Smtp-Source: AHgI3IboEZTJdAqP852dN+NNyJ5pdfRADzoFts3rczeU/jrZdEDjsgH1102J5YoSMIkdq8RmzkGA X-Received: by 2002:a63:8b4b:: with SMTP id j72mr650293pge.100.1550066601117; Wed, 13 Feb 2019 06:03:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550066601; cv=none; d=google.com; s=arc-20160816; b=Gqj1YpeRiKsfvCues6LBCHDBils0832or+CN4qhFNVXVgcA6aQ0PORKKD115iQwAVS UdTwyuiPfviFsbkGXPTpOkPaNCF93+AKjdFAFFTh/qXdUUxD1Y4Ipx5vwUvfp7/o5Ipa MGAkEvqD+LZFv8ixdUwF0CbzIWYs8EgTfZzGLZ4ow87tDofIhwH5tU9QZkC/McJubZHg f0vMbpiG3UGN9/1js5FQHFJoOHGQgPAUpwASL091UQ7t8ku0SaRJhZ/Lx6/IBEgmCagY Jve7lUlEbf7ayiMwyOlKthOfUC1ng1BSjdpwiysWIjalviZ5Xa5FTX8e6kauniZUBHPP GM/w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:mime-version:user-agent:date :message-id:organization:autocrypt:openpgp:from:references:to :subject; bh=OCfeTkA8hCBA3SJC3+intQB1vkX38lsVFs2Ndn4PCTA=; b=Os18LObSA+H1TG9QM0ZNZbk6owA2g1SMgjWO+TiLS9Q0utnlvkl9bIyheaoxZ+TJ82 UOGXqUK19DW9kxNM99bAw+pTwCKDMzfGbbgkynfzd9YqpRztjQWjWwfQ3Ud0LL91pDM3 hCoMMSEufZOSb/FGDUgL+jv3scH81kd3+bC7FUu1TOjLgvrGJgcmLMT8GdU/cGI/Y/zP R5CPf5aynA+PeGNBX5Fcz/HeifmgTF7cnuS0IWgbWl/FjOCcUN0FYVFy2urGbM7uiwkU tLkBNsDGMsV4mljyQ8QjrreoL2spnBL6uQF7A0zRaytYA87av6H0wFI2gwUb0FfM4D9g PyrA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b98si17891284plb.230.2019.02.13.06.03.01; Wed, 13 Feb 2019 06:03:21 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392052AbfBMMRc (ORCPT + 99 others); Wed, 13 Feb 2019 07:17:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60554 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726030AbfBMMRc (ORCPT ); Wed, 13 Feb 2019 07:17:32 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 51C465A1E3; Wed, 13 Feb 2019 12:17:31 +0000 (UTC) Received: from [10.40.205.148] (unknown [10.40.205.148]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2845D601B8; Wed, 13 Feb 2019 12:17:16 +0000 (UTC) Subject: Re: [RFC][Patch v8 0/7] KVM: Guest Free Page Hinting To: David Hildenbrand , "Wang, Wei W" , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "pbonzini@redhat.com" , "lcapitulino@redhat.com" , "pagupta@redhat.com" , "yang.zhang.wz@gmail.com" , "riel@surriel.com" , "mst@redhat.com" , "dodgen@google.com" , "konrad.wilk@oracle.com" , "dhildenb@redhat.com" , "aarcange@redhat.com" References: <20190204201854.2328-1-nitesh@redhat.com> <286AC319A985734F985F78AFA26841F73DF68060@shsmsx102.ccr.corp.intel.com> <17adc05d-91f9-682b-d9a4-485e6a631422@redhat.com> <286AC319A985734F985F78AFA26841F73DF6B52A@shsmsx102.ccr.corp.intel.com> <62b43699-f548-e0da-c944-80702ceb7202@redhat.com> From: Nitesh Narayan Lal Openpgp: preference=signencrypt Autocrypt: addr=nitesh@redhat.com; prefer-encrypt=mutual; keydata= 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 VujM7c/b4pps Organization: Red Hat Inc, Message-ID: <6198f4b9-47ad-2647-73de-da057541c45f@redhat.com> Date: Wed, 13 Feb 2019 07:17:13 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <62b43699-f548-e0da-c944-80702ceb7202@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="EdNvlDrYagmkepX3hgeS9rcDmMPAwaPJh" X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 13 Feb 2019 12:17:31 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EdNvlDrYagmkepX3hgeS9rcDmMPAwaPJh Content-Type: multipart/mixed; boundary="wsMYVA3XaLsdLSoIib8rGxFnRicKKZG6F"; protected-headers="v1" From: Nitesh Narayan Lal To: David Hildenbrand , "Wang, Wei W" , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "pbonzini@redhat.com" , "lcapitulino@redhat.com" , "pagupta@redhat.com" , "yang.zhang.wz@gmail.com" , "riel@surriel.com" , "mst@redhat.com" , "dodgen@google.com" , "konrad.wilk@oracle.com" , "dhildenb@redhat.com" , "aarcange@redhat.com" Message-ID: <6198f4b9-47ad-2647-73de-da057541c45f@redhat.com> Subject: Re: [RFC][Patch v8 0/7] KVM: Guest Free Page Hinting References: <20190204201854.2328-1-nitesh@redhat.com> <286AC319A985734F985F78AFA26841F73DF68060@shsmsx102.ccr.corp.intel.com> <17adc05d-91f9-682b-d9a4-485e6a631422@redhat.com> <286AC319A985734F985F78AFA26841F73DF6B52A@shsmsx102.ccr.corp.intel.com> <62b43699-f548-e0da-c944-80702ceb7202@redhat.com> In-Reply-To: <62b43699-f548-e0da-c944-80702ceb7202@redhat.com> --wsMYVA3XaLsdLSoIib8rGxFnRicKKZG6F Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: en-US On 2/13/19 4:19 AM, David Hildenbrand wrote: > On 13.02.19 09:55, Wang, Wei W wrote: >> On Tuesday, February 12, 2019 5:24 PM, David Hildenbrand wrote: >>> Global means all VCPUs will be competing potentially for a single loc= k when >>> freeing/allocating a page, no? What if you have 64VCPUs allocating/fr= eeing >>> memory like crazy? >> I think the key point is that the 64 vcpus won't allocate/free on the = same page simultaneously, so no need to have a global big lock, isn=E2=80= =99t it? >> I think atomic operations on the bitmap would be enough. > If you have to resize/alloc/coordinate who will report, you will need > locking. Especially, I doubt that there is an atomic xbitmap (prove me= > wrong :) ). > >>> (I assume some kind of locking is required even if the bitmap would b= e >>> atomic. Also, doesn't xbitmap mean that we eventually have to allocat= e >>> memory at places where we don't want to - e.g. from arch_free_page ?)= >> arch_free_pages is in free_pages_prepare, why can't we have memory all= ocation there? > I remember we were stumbling over some issues that were non-trivial. I > am not 100% sure yet anymore, but allocating memory while deep down in > the freeing part of MM core smells like "be careful". > >> It would also be doable to find a preferred place to preallocate some = amount of memory for the bitmap. > That makes things very ugly. Especially, preallocation will most likely= > require locking. > >>> That's the big benefit of taking the pages of the buddy free list. Ot= her VCPUs >>> won't stumble over them, waiting for them to get freed in the hypervi= sor. >> As also mentioned above, I think other vcpus will not allocate/free on= the same page that is in progress of being allocated/freed. > If a page is in the buddy but stuck in some other bitmap, there is > nothing stopping another VCPU from trying to allocate it. Nitesh has > been fighting with this problem already :) > >>> This sounds more like "the host requests to get free pages once in a = while" >>> compared to "the host is always informed about free pages". At the ti= me >>> where the host actually has to ask the guest (e.g. because the host i= s low on >>> memory), it might be to late to wait for guest action. >> Option 1: Host asks for free pages: >> Not necessary to ask only when the host has been in memory pressure. >> This could be the orchestration layer's job to monitor the host memory= usage. >> For example, people could set the condition "when 50% of the host memo= ry >> has been used, start to ask a guest for some amount of free pages"=20 >> >> Option 2: Guest actively offers free pages: >> Add a balloon callback to arch_free_page so that whenever a page gets = freed its gfn >> will be filled into the balloon's report_vq and the host will take awa= y the backing >> host page. >> >> Both options can be implemented. But I think option 1 would be more >> efficient as the guest free pages are offered on demand. =20 > Yes, but as I mentioned this has other drawbacks. Relying on a a guest > to free up memory when you really need it is not going to work. It migh= t > work for some scenarios but should not dictate the design. It is a good= > start though if it makes things easier. > > Enabling/disabling free page hintning by the hypervisor via some > mechanism is on the other hand a good idea. "I have plenty of free > space, don't worry". > >>> Nitesh uses MADV_FREE here (as far as I recall :) ), to only mark pag= es as >>> candidates for removal and if the host is low on memory, only scannin= g the >>> guest page tables is sufficient to free up memory. >>> >>> But both points might just be an implementation detail in the example= you >>> describe. >> Yes, it is an implementation detail. I think DONTNEED would be easier >> for the first step. >> >>>> In above 2), get_free_page_hints clears the bits which indicates tha= t those >>> pages are not ready to be used by the guest yet. Why? >>>> This is because 3) will unmap the underlying physical pages from EPT= =2E >>> Normally, when guest re-visits those pages, EPT violations and QEMU p= age >>> faults will get a new host page to set up the related EPT entry. If g= uest uses >>> that page before the page gets unmapped (i.e. right before step 3), n= o EPT >>> violation happens and the guest will use the same physical page that = will be >>> unmapped and given to other host threads. So we need to make sure tha= t >>> the guest free page is usable only after step 3 finishes. >>>> Back to arch_alloc_page(), it needs to check if the allocated pages >>>> have "1" set in the bitmap, if that's true, just clear the bits. Oth= erwise, it >>> means step 2) above has happened and step 4) hasn't been reached. In = this >>> case, we can either have arch_alloc_page() busywaiting a bit till 4) = is done >>> for that page Or better to have a balloon callback which prioritize 3= ) and 4) >>> to make this page usable by the guest. >>> >>> Regarding the latter, the VCPU allocating a page cannot do anything i= f the >>> page (along with other pages) is just being freed by the hypervisor. >>> It has to busy-wait, no chance to prioritize. >> I meant this: >> With this approach, essentially the free pages have 2 states: >> ready free page: the page is on the free list and it has "1" in the bi= tmap >> non-ready free page: the page is on the free list and it has "0" in th= e bitmap >> Ready free pages are those who can be allocated to use. >> Non-ready free pages are those who are in progress of being reported t= o >> host and the related EPT mapping is about to be zapped.=20 >> >> The non-ready pages are inserted into the report_vq and waiting for th= e >> host to zap the mappings one by one. After the mapping gets zapped >> (which means the backing host page has been taken away), host acks to >> the guest to mark the free page as ready free page (set the bit to 1 i= n the bitmap). > Yes, that's how I understood your approach. The interesting part is > where somebody finds a buddy page and wants to allocate it. > >> So the non-ready free page may happen to be used when they are waiting= in >> the report_vq to be handled by the host to zap the mapping, balloon co= uld >> have a fast path to notify the host: >> "page 0x1000 is about to be used, don=E2=80=99t zap the mapping when y= ou get >> 0x1000 from the report_vq" /*option [1] */ > This requires coordination and in any case there will be a scenario > where you have to wait for the hypervisor to eventually finish a madv > call. You can just try to make that scenario less likely. > > What you propose is synchronous in the worst case. Getting pages of the= > buddy makes it possible to have it done completely asynchronous. Nobody= > allocating a page has to wait. > >> Or >> >> "page 0x1000 is about to be used, please zap the mapping NOW, i.e. do = 3) and 4) above, >> so that the free page will be marked as ready free page and the guest = can use it". >> This option will generate an extra EPT violation and QEMU page fault t= o get a new host >> page to back the guest ready free page. > Again, coordination with the hypervisor while allocating a page. That i= s > to be avoided in any case. > >>>> Using bitmaps to record free page hints don't need to take the free = pages >>> off the buddy list and return them later, which needs to go through t= he long >>> allocation/free code path. >>> Yes, but it means that any process is able to get stuck on such a pag= e for as >>> long as it takes to report the free pages to the hypervisor and for i= t to call >>> madvise(pfn_start, DONTNEED) on any such page. >> This only happens when the guest thread happens to get allocated on a = page which is >> being reported to the host. Using option [1] above will avoid this. > I think getting pages out of the buddy system temporarily is the only > way we can avoid somebody else stumbling over a page currently getting > reported by the hypervisor. Otherwise, as I said, there are scenarios > where a allocating VCPU has to wait for the hypervisor to finish the > "freeing" task. While you can try to "speedup" that scenario - > "hypervisor please prioritize" you cannot avoid it. There will be busy > waiting. > > I don't believe what you describe is going to work (especially the not > locking part when working with global resources). > > What would be interesting is to see if something like a xbitmap could b= e > used instead of the per-vcpu list.=20 Yeap, exactly. > Nitesh, do you remember what the > problem was with allocating memory from these hooks? Was it a locking i= ssue? In the previous implementation, the issue was due to the locking. In the current implementation having an allocation under these hooks will result in lots of isolation failures under memory pressure. By the above statement, if you are referring to having a dynamic array to hold the freed pages. Then, that is an idea Andrea also suggested to get around this fixed array size issue. > > Thanks! > >> Best, >> Wei >> > --=20 Regards Nitesh --wsMYVA3XaLsdLSoIib8rGxFnRicKKZG6F-- --EdNvlDrYagmkepX3hgeS9rcDmMPAwaPJh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEkXcoRVGaqvbHPuAGo4ZA3AYyozkFAlxkCskACgkQo4ZA3AYy ozm6Nw//crX9qCHrRraW2cmhBVaJrGVsjf2KLRpYu5AsoHbH3Tu8mcSTEdzaIbvg 1setfkhg1a+VDDl0t6m0iHmrMXJ0TVUk45juN69/UZk7Z9xp4LeRUvFrLdBu5fhI 7YBsL1RQTkk9RRbgmZdlAaYI69KYh5DVZi/gBZKx0MQqnI4QH1i1kG0mEXMRFbGa MG98v6rVJgFfS3qbE+HE/mcJQ/gO1i5cTyBExS06Ycym3fo/QWXQNSibLqFeB1Yg +c2fk2UqqkGcdiJZ2b4DP3MTtdbm4DuexTAUU5G+HbTZCNel2xpZ+M+9Oh9/zdY7 eXTwZDSNZyeNtMdRjZdcFvdhKglhSgBpyI8iPOP5SJzVpmKJSEW4RyIkehYuG/Ag OS8dpTIL2ZfZL0ObUjzMIOjBIrTu5E/X/VlOoAaKlmwbxeo6N/HfaOafFkty7LTX OrzvyZEmooj0HAcTluqbEH+Q6L3JjIsv21l5GB3J2xMAwREFmGXtmGYNcWOXm4qP CipBEUADvla1WsqvgNyK6Zs0FtPsJzakZUEe448UYfcdLqFwHQu7upGmNGWbpJ1L aiyffA/NWY8LoNfUnCnMJ6pV+Fa6cC2Ru7gjM9KcuU4jepiUqFzdATQjufOMP+TI gml9ayqq70D2Qxj1jOayJ0WhY9FxlFY2dseBLDkZpwVg2YpeUbI= =JUTQ -----END PGP SIGNATURE----- --EdNvlDrYagmkepX3hgeS9rcDmMPAwaPJh--