From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 0/4] Intel Code/Data Prioritization(CDP) feature enabling Date: Wed, 9 Sep 2015 13:36:13 +0100 Message-ID: <1441802173.24450.306.camel@citrix.com> References: <1441775808-29766-1-git-send-email-he.chen@linux.intel.com> <20150909073708.GQ19417@pengc-linux.bj.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZZebq-00076m-9T for xen-devel@lists.xenproject.org; Wed, 09 Sep 2015 12:36:18 +0000 In-Reply-To: <20150909073708.GQ19417@pengc-linux.bj.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: Chao Peng , He Chen Cc: wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, ian.jackson@eu.citrix.com, jbeulich@suse.com, xen-devel@lists.xenproject.org, keir@xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-09 at 15:37 +0800, Chao Peng wrote: > On Wed, Sep 09, 2015 at 01:16:44PM +0800, He Chen wrote: > > Changes in v2: > > - x86: Enable CDP by boot parameter instead of enabling/disabling CDP > > at > > runtime (suggested by Andrew) > > As you added a new boot option, you also need a patch for > docs/misc/xen-command-line.markdown. FYI this is (usually) best done in the patch which adds the option, rather than in a separate patch. Ian.