[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1342107302-28116-1-git-send-email-asias@redhat.com>
Date: Thu, 12 Jul 2012 23:35:01 +0800
From: Asias He <asias@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: virtualization@...ts.linux-foundation.org, kvm@...r.kernel.org,
Benjamin LaHaise <bcrl@...ck.org>,
Alexander Viro <viro@...iv.linux.org.uk>,
"Michael S. Tsirkin" <mst@...hat.com>, linux-aio@...ck.org,
linux-fsdevel@...r.kernel.org, Asias He <asias@...hat.com>
Subject: [PATCH 0/5] Add vhost-blk support
Hi folks,
This patchset adds vhost-blk support. vhost-blk is a in kernel virito-blk
device accelerator. Compared to userspace virtio-blk implementation, vhost-blk
gives about 5% to 15% performance improvement.
Asias He (5):
aio: Export symbols and struct kiocb_batch for in kernel aio usage
eventfd: Export symbol eventfd_file_create()
vhost: Make vhost a separate module
vhost-net: Use VHOST_NET_FEATURES for vhost-net
vhost-blk: Add vhost-blk support
drivers/vhost/Kconfig | 20 +-
drivers/vhost/Makefile | 6 +-
drivers/vhost/blk.c | 600 ++++++++++++++++++++++++++++++++++++++++++++++++
drivers/vhost/net.c | 4 +-
drivers/vhost/test.c | 4 +-
drivers/vhost/vhost.c | 48 ++++
drivers/vhost/vhost.h | 18 +-
fs/aio.c | 37 ++-
fs/eventfd.c | 1 +
include/linux/aio.h | 21 ++
include/linux/vhost.h | 1 +
11 files changed, 729 insertions(+), 31 deletions(-)
create mode 100644 drivers/vhost/blk.c
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists