All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/5] nvme: small cleanups
@ 2021-06-07 19:54 Chaitanya Kulkarni
  2021-06-07 19:54 ` [PATCH V2 1/5] nvme: use helper to remove duplicate code Chaitanya Kulkarni
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Chaitanya Kulkarni @ 2021-06-07 19:54 UTC (permalink / raw)
  To: linux-nvme; +Cc: james.smart, kbusch, hch, Chaitanya Kulkarni

Hi,

This adds a couple of helpers to remove the duplicate code. The last
patch removes the exta white lines from nvme-pci.

If this makes sense, please consider this series for 5.14.

-ck

v1->v2

1. use nvme_ctrl_sgl_supported() helper in nvme_map_data().

 drivers/nvme/host/fc.c    |  2 +-
 drivers/nvme/host/ioctl.c | 26 ++++++++++++++++----------
 drivers/nvme/host/nvme.h  |  8 ++++++++
 drivers/nvme/host/pci.c   |  6 ++----
 drivers/nvme/host/tcp.c   |  2 +-
 5 files changed, 28 insertions(+), 16 deletions(-)

-- 
2.22.1


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-06-08 16:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-07 19:54 [PATCH V2 0/5] nvme: small cleanups Chaitanya Kulkarni
2021-06-07 19:54 ` [PATCH V2 1/5] nvme: use helper to remove duplicate code Chaitanya Kulkarni
2021-06-07 19:54 ` [PATCH V2 2/5] nvme-fc: add a helper to check ctrl sgl support Chaitanya Kulkarni
2021-06-08 15:39   ` James Smart
2021-06-07 19:54 ` [PATCH V2 3/5] nvme-tcp: use helper for ctrl sgl check Chaitanya Kulkarni
2021-06-07 19:54 ` [PATCH V2 4/5] nvme-pci: " Chaitanya Kulkarni
2021-06-07 19:54 ` [PATCH V2 5/5] nvme-pci: remove trailing lines for helpers Chaitanya Kulkarni
2021-06-08 16:48 ` [PATCH V2 0/5] nvme: small cleanups Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.