From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH 3/3] tools: introduce parameter max_ranges. Date: Tue, 19 Jan 2016 15:04:00 +0000 Message-ID: <20160119150400.GK1691@citrix.com> References: <1453195678-25944-1-git-send-email-yu.c.zhang@linux.intel.com> <1453195678-25944-4-git-send-email-yu.c.zhang@linux.intel.com> <20160119115349.GV1691@citrix.com> <7a1e981ca15b491e878fb32287f5ea7a@AMSPEX02CL03.citrite.net> <20160119143725.GI1691@citrix.com> <968fc8fc8f824ee7903fe7c8cbb7b5c0@AMSPEX02CL03.citrite.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <968fc8fc8f824ee7903fe7c8cbb7b5c0@AMSPEX02CL03.citrite.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Paul Durrant Cc: Kevin Tian , "Keir (Xen.org)" , "jbeulich@suse.com" , Andrew Cooper , "xen-devel@lists.xen.org" , Yu Zhang , "zhiyuan.lv@intel.com" , Stefano Stabellini , Wei Liu List-Id: xen-devel@lists.xenproject.org On Tue, Jan 19, 2016 at 02:47:40PM +0000, Paul Durrant wrote: [...] > > ranges so perhaps the parameter name could be > > 'max_wp_memory_ranges'? > > > > > > > What does "WP" mean? "Write Protected"? > > > > Yes. > > > Is this parameter closely related to IOREQ server? Should it contain > > "ioreq" somehow? > > > > It is closely related but ioreq server is an implementation detail so > do we want to expose it as a tunable? The concept we need to capture > is that the toolstack can tune the limit of the maximum number of > pages in the VM that can be set such that writes are emulated (but > reads are as for normal ram). Or I guess we could get very specific > and call it something like 'max_gtt_shadows'? I would prefer generic concept in this case ("wp"). Let's wait a bit for other people to voice their opinion. Whichever one we pick it the meaning of the acronym needs to be clearly documented... Wei. > > > Wei.