[PATCH v3 0/2] uring-passthrough for admin commands

Kanchan Joshi joshi.k at samsung.com
Fri May 20 02:06:28 PDT 2022


Hi Jens,

The series enables uring-passthrough for admin-commands.
Please see if this can go in.

Patch 1 is prep.
Patch 2 adds new opcodes for admin uring-passthrough, and enables it on
nvme controller dev(/dev/nvmeX).It reuses the code of io-command
passthrough, with the only difference that commands are issued on admin
queue.

Changes since v2:
- add vectored variant too
- apply reviewed-by tag

Changes since v1:
- drop the code that supports this op over ns char device
- apply reviewed-by tag

Kanchan Joshi (2):
  nvme: helper for uring-passthrough checks
  nvme: enable uring-passthrough for admin commands

 drivers/nvme/host/core.c        |  1 +
 drivers/nvme/host/ioctl.c       | 47 +++++++++++++++++++++++++++------
 drivers/nvme/host/nvme.h        |  1 +
 include/uapi/linux/nvme_ioctl.h |  2 ++
 4 files changed, 43 insertions(+), 8 deletions(-)

-- 
2.25.1




More information about the Linux-nvme mailing list