Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp5266215imm; Tue, 19 Jun 2018 07:44:19 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIVhFMh0Suq01YVsBRCYllRxLfnYRYahQBZJWYEnFgXdIDH9tpwQ2f3Kj10uHKoieM+gt82 X-Received: by 2002:a17:902:1007:: with SMTP id b7-v6mr1511046pla.277.1529419459382; Tue, 19 Jun 2018 07:44:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529419459; cv=none; d=google.com; s=arc-20160816; b=yD0shJKZxcvwty9CqapzBCSt2Ogrj97iN8a0Jo3dnzhpx3+LO+jm+hrLpfUbWXRabx R3o08X+Fb7qE3ERpg7kALtLO4IaxzzLIZEzg28XUBmBVcoCq707zSsTlOdxe1eMj3eNr FQ0v4tcUToFFUd7sIc5pJg1Bl8TPXR2dmJ9LE37j6cYqHDG7pvM/cXRF4n2GAbySeKc6 AqroEgln4FQDz8/CG7ZC3y4mbp1kNPmbX46mWYAomXCgtX6anebLePjeNAs6/HYMlDak FRZQ2LL5Zw90u8Ipe5CCJqeAzHA2NAbUWWT4fTcIDCCsMrJw/O8LoGWkXblQEnqpLvRs txfw== 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:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=N9OAnZfr1qdJUqRABBx2g7e1y4BrsXnCpsDfkMrGrns=; b=1IwJYDOoA2ObgGO0a1gOq4XKTVHO7wesU6YvEbxcx3KI6AlEjWs1ETSrcpYYRdRP0c xBwP7tDuGMHMUy1GDcOc2rYUBsEgcWA7qjNb/ahdbKD9MV7xNX8RfjQN99NRSUCnlBAE kOI51o2/WTGctAXPHodZGEhONClSRVFo9aNQ2mO2kwnLIfpxTLhC4turERzrf8Tk1IbZ EPuRtmuKHAWjURA6ESsCz0UYC2KND0sBFSNsyyWS3RgHayNKazdLuJqFJo+x9LOwpUpQ YJS/LDDPS1NYxBB7f7BH8Dg1IZEAGZ5BbCmLaBQOkcXaoRcKaKCPPsUBOv436SpcqXKz TXdw== 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 p9-v6si17413667plo.208.2018.06.19.07.44.05; Tue, 19 Jun 2018 07:44:19 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757086AbeFSOnZ (ORCPT + 99 others); Tue, 19 Jun 2018 10:43:25 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:41342 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755616AbeFSOnX (ORCPT ); Tue, 19 Jun 2018 10:43:23 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8B0B2401EF11; Tue, 19 Jun 2018 14:43:22 +0000 (UTC) Received: from redhat.com (ovpn-120-100.rdu2.redhat.com [10.10.120.100]) by smtp.corp.redhat.com (Postfix) with SMTP id B46E87C2F; Tue, 19 Jun 2018 14:43:17 +0000 (UTC) Date: Tue, 19 Jun 2018 17:43:17 +0300 From: "Michael S. Tsirkin" To: Wei Wang Cc: "virtio-dev@lists.oasis-open.org" , "linux-kernel@vger.kernel.org" , "virtualization@lists.linux-foundation.org" , "kvm@vger.kernel.org" , "linux-mm@kvack.org" , "mhocko@kernel.org" , "akpm@linux-foundation.org" , "torvalds@linux-foundation.org" , "pbonzini@redhat.com" , "liliang.opensource@gmail.com" , "yang.zhang.wz@gmail.com" , "quan.xu0@gmail.com" , "nilal@redhat.com" , "riel@redhat.com" , "peterx@redhat.com" Subject: Re: [virtio-dev] Re: [PATCH v33 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT Message-ID: <20180619173256-mutt-send-email-mst@kernel.org> References: <1529037793-35521-1-git-send-email-wei.w.wang@intel.com> <1529037793-35521-3-git-send-email-wei.w.wang@intel.com> <20180615144000-mutt-send-email-mst@kernel.org> <286AC319A985734F985F78AFA26841F7396A3D04@shsmsx102.ccr.corp.intel.com> <20180615171635-mutt-send-email-mst@kernel.org> <286AC319A985734F985F78AFA26841F7396A5CB0@shsmsx102.ccr.corp.intel.com> <20180618051637-mutt-send-email-mst@kernel.org> <286AC319A985734F985F78AFA26841F7396AA10C@shsmsx102.ccr.corp.intel.com> <20180619055449-mutt-send-email-mst@kernel.org> <5B28F371.9020308@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5B28F371.9020308@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 19 Jun 2018 14:43:22 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 19 Jun 2018 14:43:22 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'mst@redhat.com' RCPT:'' Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 19, 2018 at 08:13:37PM +0800, Wei Wang wrote: > On 06/19/2018 11:05 AM, Michael S. Tsirkin wrote: > > On Tue, Jun 19, 2018 at 01:06:48AM +0000, Wang, Wei W wrote: > > > On Monday, June 18, 2018 10:29 AM, Michael S. Tsirkin wrote: > > > > On Sat, Jun 16, 2018 at 01:09:44AM +0000, Wang, Wei W wrote: > > > > > Not necessarily, I think. We have min(4m_page_blocks / 512, 1024) above, > > > > so the maximum memory that can be reported is 2TB. For larger guests, e.g. > > > > 4TB, the optimization can still offer 2TB free memory (better than no > > > > optimization). > > > > > > > > Maybe it's better, maybe it isn't. It certainly muddies the waters even more. > > > > I'd rather we had a better plan. From that POV I like what Matthew Wilcox > > > > suggested for this which is to steal the necessary # of entries off the list. > > > Actually what Matthew suggested doesn't make a difference here. That method always steal the first free page blocks, and sure can be changed to take more. But all these can be achieved via kmalloc > > I'd do get_user_pages really. You don't want pages split, etc. Oops sorry. I meant get_free_pages . > > > > by the caller which is more prudent and makes the code more straightforward. I think we don't need to take that risk unless the MM folks strongly endorse that approach. > > > > > > The max size of the kmalloc-ed memory is 4MB, which gives us the limitation that the max free memory to report is 2TB. Back to the motivation of this work, the cloud guys want to use this optimization to accelerate their guest live migration. 2TB guests are not common in today's clouds. When huge guests become common in the future, we can easily tweak this API to fill hints into scattered buffer (e.g. several 4MB arrays passed to this API) instead of one as in this version. > > > > > > This limitation doesn't cause any issue from functionality perspective. For the extreme case like a 100TB guest live migration which is theoretically possible today, this optimization helps skip 2TB of its free memory. This result is that it may reduce only 2% live migration time, but still better than not skipping the 2TB (if not using the feature). > > Not clearly better, no, since you are slowing the guest. > > Not really. Live migration slows down the guest itself. It seems that the > guest spends a little extra time reporting free pages, but in return the > live migration time gets reduced a lot, which makes the guest endure less > from live migration. (there is no drop of the workload performance when > using the optimization in the tests) My point was you can't say what is better without measuring. Without special limitations you have hint overhead vs migration overhead. I think we need to build to scale to huge guests. We might discover scalability problems down the road, but no sense in building in limitations straight away. > > > > > > > > > So, for the first release of this feature, I think it is better to have the simpler and more straightforward solution as we have now, and clearly document why it can report up to 2TB free memory. > > No one has the time to read documentation about how an internal flag > > within a device works. Come on, getting two pages isn't much harder > > than a single one. > > > > > If that doesn't fly, we can allocate out of the loop and just retry with more > > > > pages. > > > > > > > > > On the other hand, large guests being large mostly because the guests need > > > > to use large memory. In that case, they usually won't have that much free > > > > memory to report. > > > > > > > > And following this logic small guests don't have a lot of memory to report at > > > > all. > > > > Could you remind me why are we considering this optimization then? > > > If there is a 3TB guest, it is 3TB not 2TB mostly because it would need to use e.g. 2.5TB memory from time to time. In the worst case, it only has 0.5TB free memory to report, but reporting 0.5TB with this optimization is better than no optimization. (and the current 2TB limitation isn't a limitation for the 3TB guest in this case) > > I'd rather not spend time writing up random limitations. > > This is not a random limitation. It would be more clear to see the code. Users don't see code though, that's the point. Exporting internal limitations from code to users isn't great. > Also I'm not sure how get_user_pages could be used in our case, and what you > meant by "getting two pages". I'll post out a new version, and we can > discuss on the code. Sorry, I meant get_free_pages. > > Best, > Wei