[Qemu-devel] [PATCH v2 0/5] Few fixes for userspace NVME driver

Maxim Levitsky posted 5 patches 4 years, 11 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190417195355.16123-1-mlevitsk@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Fam Zheng <fam@euphon.net>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
block/nvme.c         | 193 +++++++++++++++++++++++++++++++++++++++++--
block/trace-events   |   3 +
include/block/nvme.h |  19 ++++-
3 files changed, 205 insertions(+), 10 deletions(-)
[Qemu-devel] [PATCH v2 0/5] Few fixes for userspace NVME driver
Posted by Maxim Levitsky 4 years, 11 months ago
Hi!
These are few assorted fixes and features for the userspace
nvme driver.

Tested that on my laptop with my Samsung X5 thunderbolt drive, which
happens to have 4K sectors, support for discard and write zeros.

Also bunch of fixes sitting in my queue from the period when I developed
the nvme-mdev driver.

Best regards,
        Maxim Levitsky

Maxim Levitsky (5):
  block/nvme: don't flip CQ phase bits
  block/nvme: fix doorbell stride
  block/nvme: support larger that 512 bytes sector devices
  block/nvme: add support for write zeros
  block/nvme: add support for discard

 block/nvme.c         | 193 +++++++++++++++++++++++++++++++++++++++++--
 block/trace-events   |   3 +
 include/block/nvme.h |  19 ++++-
 3 files changed, 205 insertions(+), 10 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PATCH v2 0/5] Few fixes for userspace NVME driver
Posted by Maxim Levitsky 4 years, 9 months ago
On Wed, 2019-04-17 at 22:53 +0300, Maxim Levitsky wrote:
> Hi!
> These are few assorted fixes and features for the userspace
> nvme driver.
> 
> Tested that on my laptop with my Samsung X5 thunderbolt drive, which
> happens to have 4K sectors, support for discard and write zeros.
> 
> Also bunch of fixes sitting in my queue from the period when I developed
> the nvme-mdev driver.
> 
> Best regards,
>         Maxim Levitsky
> 
> Maxim Levitsky (5):
>   block/nvme: don't flip CQ phase bits
>   block/nvme: fix doorbell stride
>   block/nvme: support larger that 512 bytes sector devices
>   block/nvme: add support for write zeros
>   block/nvme: add support for discard
> 
>  block/nvme.c         | 193 +++++++++++++++++++++++++++++++++++++++++--
>  block/trace-events   |   3 +
>  include/block/nvme.h |  19 ++++-
>  3 files changed, 205 insertions(+), 10 deletions(-)
> 

Ping.

Best regards,
	Maxim Levitsky