Displaying 8 results from an estimated 8 matches for "pulavarty".
2010 Mar 23
1
[RFC] vhost-blk implementation
...k is in-kernel accelerator for virtio-blk.
At this time, this is a prototype based on virtio-net.
Lots of error handling and clean up needs to be done.
Read performance is pretty good over QEMU virtio-blk, but
write performance is not anywhere close to QEMU virtio-blk.
Why ?
Signed-off-by: Badari Pulavarty <pbadari at us.ibm.com>
---
drivers/vhost/blk.c | 242 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 242 insertions(+)
Index: net-next/drivers/vhost/blk.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000...
2010 Mar 23
1
[RFC] vhost-blk implementation
...k is in-kernel accelerator for virtio-blk.
At this time, this is a prototype based on virtio-net.
Lots of error handling and clean up needs to be done.
Read performance is pretty good over QEMU virtio-blk, but
write performance is not anywhere close to QEMU virtio-blk.
Why ?
Signed-off-by: Badari Pulavarty <pbadari at us.ibm.com>
---
drivers/vhost/blk.c | 242 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 242 insertions(+)
Index: net-next/drivers/vhost/blk.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...<patila@marvell.com>
Axel Castaneda Gonzalez <x0055901@ti.com>
Axel Koellhofer <AxelKoellhofer@web.de>
Axel Lin <axel.lin@gmail.com>
Axel Lin <axel.lin@ingics.com>
Azael Avalos <coproscefalo@gmail.com>
Babu Moger <babu.moger@netapp.com>
Badari Pulavarty <pbadari@us.ibm.com>
Baker Zhang <baker.zhang@gmail.com>
Bala Shanmugam <bkamatch@qca.qualcomm.com>
Balaji T K <balajitk@ti.com>
Balakumaran Kannan <Balakumaran.Kannan@ap.sony.com>
Bao Haojun <hjbao@marvell.com>
Baodong Chen <chenbdchenbd@gmail.com...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...<patila@marvell.com>
Axel Castaneda Gonzalez <x0055901@ti.com>
Axel Koellhofer <AxelKoellhofer@web.de>
Axel Lin <axel.lin@gmail.com>
Axel Lin <axel.lin@ingics.com>
Azael Avalos <coproscefalo@gmail.com>
Babu Moger <babu.moger@netapp.com>
Badari Pulavarty <pbadari@us.ibm.com>
Baker Zhang <baker.zhang@gmail.com>
Bala Shanmugam <bkamatch@qca.qualcomm.com>
Balaji T K <balajitk@ti.com>
Balakumaran Kannan <Balakumaran.Kannan@ap.sony.com>
Bao Haojun <hjbao@marvell.com>
Baodong Chen <chenbdchenbd@gmail.com...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...<AxelKoellhofer@web.de>
Axel Lin <axel.lin@gmail.com>
Axel Lin <axel.lin@ingics.com>
Aximab <laurent.debian@gmail.com>
Aydin Arik <aydin.arik@alliedtelesis.co.nz>
Azael Avalos <coproscefalo@gmail.com>
Babu Moger <babu.moger@netapp.com>
Badari Pulavarty <pbadari@us.ibm.com>
Baker Zhang <baker.zhang@gmail.com>
Bala Shanmugam <bkamatch@qca.qualcomm.com>
Balaji T K <balajitk@ti.com>
Balakumaran Kannan <Balakumaran.Kannan@ap.sony.com>
Balazs Peter Odor <balazs@obiserver.hu>
Bao Haojun <hjbao@marvell.c...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...<AxelKoellhofer@web.de>
Axel Lin <axel.lin@gmail.com>
Axel Lin <axel.lin@ingics.com>
Aximab <laurent.debian@gmail.com>
Aydin Arik <aydin.arik@alliedtelesis.co.nz>
Azael Avalos <coproscefalo@gmail.com>
Babu Moger <babu.moger@netapp.com>
Badari Pulavarty <pbadari@us.ibm.com>
Baker Zhang <baker.zhang@gmail.com>
Bala Shanmugam <bkamatch@qca.qualcomm.com>
Balaji T K <balajitk@ti.com>
Balakumaran Kannan <Balakumaran.Kannan@ap.sony.com>
Balazs Peter Odor <balazs@obiserver.hu>
Bao Haojun <hjbao@marvell.c...
2010 Apr 07
0
[RFC] vhost-blk implementation (v2)
Hi All,
Here is the latest version of vhost-blk implementation.
Major difference from my previous implementation is that, I
now merge all contiguous requests (both read and write), before
submitting them. This significantly improved IO performance.
I am still collecting performance numbers, I will be posting
in next few days.
Comments ?
Todo:
- Address hch's comments on annontations
-
2010 Apr 07
0
[RFC] vhost-blk implementation (v2)
Hi All,
Here is the latest version of vhost-blk implementation.
Major difference from my previous implementation is that, I
now merge all contiguous requests (both read and write), before
submitting them. This significantly improved IO performance.
I am still collecting performance numbers, I will be posting
in next few days.
Comments ?
Todo:
- Address hch's comments on annontations
-