From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] blkif: add indirect descriptors interface to public headers Date: Tue, 03 Dec 2013 09:22:31 +0000 Message-ID: References: <5298770202000078001081AF@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VnmBl-0007Ro-Ag for xen-devel@lists.xenproject.org; Tue, 03 Dec 2013 09:22:41 +0000 Received: by mail-ee0-f54.google.com with SMTP id e51so1318408eek.27 for ; Tue, 03 Dec 2013 01:22:39 -0800 (PST) In-Reply-To: <5298770202000078001081AF@nat28.tlf.novell.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: Jan Beulich , Roger Pau =?ISO-8859-1?B?TW9ubuk=?= , Keir Fraser Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 29/11/2013 10:14, "Jan Beulich" wrote: >>>> On 28.11.13 at 18:02, Roger Pau Monn=E9 wrote: >> On 12/11/13 11:36, Roger Pau Monne wrote: >>> Indirect descriptors introduce a new block operation >>> (BLKIF_OP_INDIRECT) that passes grant references instead of segments >>> in the request. This grant references are filled with arrays of >>> blkif_request_segment_aligned, this way we can send more segments in a >>> request. >>> = >>> This interface is already implemented in Linux >=3D 3.11. >> = >> Ping? >> = >> I think all comments regarding this patch have been resolved. > = > So do I; I continue to have this in my to-be-applied list, pending > the necessary ack from Keir. Acked-by: Keir Fraser > Jan