From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 2/3] blkif: enable multi-page ring supporting Date: Wed, 8 Apr 2015 10:21:55 -0400 Message-ID: <20150408142155.GH4146@l.oracle.com> References: <1428043501-13912-1-git-send-email-bob.liu@oracle.com> <1428043501-13912-2-git-send-email-bob.liu@oracle.com> <55250714.7070406@citrix.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 1Yfqri-0005Ah-HR for xen-devel@lists.xenproject.org; Wed, 08 Apr 2015 14:22:02 +0000 Content-Disposition: inline In-Reply-To: <55250714.7070406@citrix.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: David Vrabel Cc: jgross@suse.com, wei.liu2@citrix.com, paul.durrant@citrix.com, xen-devel@lists.xenproject.org, roger.pau@citrix.com List-Id: xen-devel@lists.xenproject.org On Wed, Apr 08, 2015 at 11:46:44AM +0100, David Vrabel wrote: > On 03/04/15 07:45, Bob Liu wrote: > > Remove the 'DEPRECATED' and next patch will follow the protocol defined here to > > support multi-page ring. > > Why are you un-deprecating this instead of using max-ring-page-order? > Are you allowing for non power of two counts? If so, the documentation > needs to be updated as well. > > Also num-ring-pages is also tagged as deprecated. > > Changes in blkif.h need to be made in Xen first. Um, this patch is against Xen tree. > > David > > > --- a/xen/include/public/io/blkif.h > > +++ b/xen/include/public/io/blkif.h > > @@ -303,7 +303,7 @@ > > * Values: > > * Default Value: 1 > > * Maximum Value: MAX(max-ring-pages,(0x1 << max-ring-page-order)) > > - * Notes: DEPRECATED, 2, 3 > > + * Notes: 2, 3 > > * > > * The size of the frontend allocated request ring buffer in units of > > * machine pages. The value must be a power of 2. > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel