From: Avi Kivity <avi@redhat.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/3] Add specialized block driver scsi generic API
Date: Sun, 15 Mar 2009 15:54:26 +0200 [thread overview]
Message-ID: <49BD0892.3060604@redhat.com> (raw)
In-Reply-To: <20090314143327.GA26791@lst.de>
Christoph Hellwig wrote:
> Hower the way the new
> API is designed somewhat gets in the way of my patch series to support
> Gerd's native preadv/pwritev.
>
>
Can you point out specific issues?
> One thing I wonder is why we go through the block layer at all for SG.
> It is actually backed by a char device that doesn't have semantics like
> a block device at all, given that it can't be seekend and is accessed
> at byte granularity. We could just go directly to the native Linus
> syscalls from scsi-generic.c (or a scsi-generic-linux.c if we want
> some level of abstraction). I'll cook up a patch trying that once I'm
> back home
Using the block layer has the advantage of common setup, statistics, and
management. I agree that the actual data movement is horribly out of
sync with the other format drivers.
Come to think of it, I don't see how statistics can work, so maybe it is
a good idea to separate the two paths completely.
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2009-03-15 13:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-12 12:57 [Qemu-devel] [PATCH 0/3] Remove ->bdrv_pread() internal block layer API (v2) Avi Kivity
2009-03-12 12:57 ` [Qemu-devel] [PATCH 1/3] Add specialized block driver scsi generic API Avi Kivity
2009-03-14 14:33 ` Christoph Hellwig
2009-03-15 13:54 ` Avi Kivity [this message]
2009-03-15 14:43 ` Christoph Hellwig
2009-03-15 14:57 ` Avi Kivity
2009-03-15 15:06 ` Christoph Hellwig
2009-03-16 17:29 ` Jamie Lokier
2009-03-12 12:57 ` [Qemu-devel] [PATCH 2/3] Add internal scsi generic block API Avi Kivity
2009-03-12 12:57 ` [Qemu-devel] [PATCH 3/3] Drop internal bdrv_pread()/bdrv_pwrite() APIs Avi Kivity
2009-03-12 19:57 ` [Qemu-devel] Re: [PATCH 0/3] Remove ->bdrv_pread() internal block layer API (v2) Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2009-02-08 17:59 [Qemu-devel] [PATCH 0/3] Remove ->bdrv_pread() internal block layer API Avi Kivity
2009-02-08 17:59 ` [Qemu-devel] [PATCH 1/3] Add specialized block driver scsi generic API Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49BD0892.3060604@redhat.com \
--to=avi@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).