From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: RFC: blktap3 Date: Thu, 9 Aug 2012 20:05:27 +0100 Message-ID: <1344539127.11783.41.camel@dagon.hellion.org.uk> References: <4B45B535F7F6BE4CB1C044ED5115CDDE0107F6C1D44C@LONPMAILBOX01.citrite.net> <20120809180433.GA14457@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120809180433.GA14457@phenom.dumpdata.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: Konrad Rzeszutek Wilk Cc: Thanos Makatos , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Thu, 2012-08-09 at 19:04 +0100, Konrad Rzeszutek Wilk wrote: > On Thu, Aug 09, 2012 at 03:03:06PM +0100, Thanos Makatos wrote: > > Hi, > > > > I'd like to introduce blktap3: essentially blktap2 without the need of blkback. This has been developed by Santosh Jodh, and I'll maintain it. > > > > So where is the source of this driver located? I suspect that Thanos meant the blktap kernel driver rather than blkback. This is a completely userspace implementation of blktap, the fact that you don't need to layer blkback on top of it is largely incidental. This certainly doesn't aim to replace blkback, they both serve different use cases (essentially speed vs flexibility). Ian.