From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] xen-blkfront: rename indirect descriptor parameter Date: Mon, 15 Feb 2016 12:38:35 -0500 Message-ID: <20160215173835.GF6760@char.us.oracle.com> References: <56BB2B3B02000078000D07DB@prv-mh.provo.novell.com> <56BB2B90.2050604@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aVN6k-0002XM-7z for xen-devel@lists.xenproject.org; Mon, 15 Feb 2016 17:38:46 +0000 Content-Disposition: inline In-Reply-To: <56BB2B90.2050604@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: Roger Pau =?iso-8859-1?Q?Monn=E9?= Cc: xen-devel , Jan Beulich List-Id: xen-devel@lists.xenproject.org On Wed, Feb 10, 2016 at 01:22:40PM +0100, Roger Pau Monn=E9 wrote: > El 10/2/16 a les 12:21, Jan Beulich ha escrit: > > "max" is rather ambiguous and carries pretty little meaning, the more > > that there are also "max_queues" and "max_ring_page_order". Make this > > "max_indirect_segments" instead, and at once change the type from int > > to uint (to match the respective variable's type). > > = > > Signed-off-by: Jan Beulich > = > Acked-by: Roger Pau Monn=E9 > = applied.