From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754555AbbCaNNt (ORCPT ); Tue, 31 Mar 2015 09:13:49 -0400 Received: from smtp.citrix.com ([66.165.176.89]:22525 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752622AbbCaNNp (ORCPT ); Tue, 31 Mar 2015 09:13:45 -0400 X-IronPort-AV: E=Sophos;i="5.11,501,1422921600"; d="scan'208";a="248154948" Date: Tue, 31 Mar 2015 14:13:35 +0100 From: Wei Liu To: Juergen Gross CC: Bob Liu , , , , , , , Wei Liu , Boris Ostrovsky Subject: Re: [PATCH RESEND 1/2] xenbus_client: Extend interface to support multi-page ring Message-ID: <20150331131335.GC14300@zion.uk.xensource.com> References: <1427804127-11372-1-git-send-email-bob.liu@oracle.com> <551A94DB.9020708@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <551A94DB.9020708@suse.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 31, 2015 at 02:36:43PM +0200, Juergen Gross wrote: > On 03/31/2015 02:15 PM, Bob Liu wrote: > >From: Wei Liu > > > >Originally Xen PV drivers only use single-page ring to pass along > >information. This might limit the throughput between frontend and > >backend. > > > >The patch extends Xenbus driver to support multi-page ring, which in > >general should improve throughput if ring is the bottleneck. Changes to > >various frontend / backend to adapt to the new interface are also > >included. > > > >Affected Xen drivers: > >* blkfront/back > >* netfront/back > >* pcifront/back > > What about pvscsi drivers? > They are affected, too! > When I wrote this patch pvscsi didn't exist upstream. It would be fairly easy to change that driver too. Wei.