From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [v4][PATCH 11/19] tools: introduce some new parameters to set rdm policy Date: Tue, 30 Jun 2015 09:30:57 +0100 Message-ID: <1435653057.21469.4.camel@citrix.com> References: <1435053450-25131-1-git-send-email-tiejun.chen@intel.com> <1435053450-25131-12-git-send-email-tiejun.chen@intel.com> <1435234395.32500.73.camel@citrix.com> <558D0F98.7020107@intel.com> <1435309027.32500.142.camel@citrix.com> <558D1D13.2010208@intel.com> <55920844.8050800@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55920844.8050800@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Chen, Tiejun" Cc: Ian Jackson , xen-devel@lists.xen.org, Wei Liu , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, 2015-06-30 at 11:08 +0800, Chen, Tiejun wrote: > >> > >>>> Having read all these docs I now know what all the options are, but I > >>>> still don't really know what I should write. I think an example or two > >>>> of real world usage would be helpful. > >>> > >>> Here I picked some code fragments to help you understand this, > >> > >> I meant an example or two in the documentation. > >> > >> The code fragment didn't answer my question either, but that's not > >> really the point. > > > > Do you mean I should write two example, respectively? I meant an example or two of actual concrete uses (ideally the most common ones) of the rdm parameter and what they mean in practical terms. [...] > "none" is the default value and it means we don't check any reserved > regions and then all rdm policies would be ignored. I'm afraid I still don't understand what the difference between "rdm=none" and simply not providing an rdm argument at all are. Ian.