All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nvme: improve logging
@ 2019-04-29  3:24 Chaitanya Kulkarni
  2019-04-29  3:24 ` [PATCH V2 1/3] nvme: introduce nvme-ctrl state name string array Chaitanya Kulkarni
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Chaitanya Kulkarni @ 2019-04-29  3:24 UTC (permalink / raw)


These code changes are originally posted by
Hannes Reinecke <hare at suse.com> :-
http://lists.infradead.org/pipermail/linux-nvme/2019-April/023336.html

I've added all the comments posted on this patch-series along with my
signoff to the patches. Please keep my sign off if Hannes is okay
with it.

Regards,
-Chaitanya

Changes from V1:
1. Move the NVMe ctrl state array of string to the header file whee
   all controller states are defined.
2. Remvoe extra state_name variable and use the
   nvme_get_ctrl_state_name() when reporting the ctrl state.
3. Add "nvme-mp" prefix to the debug message for multipating code. 
Chaitanya Kulkarni (3):
  nvme: introduce nvme-ctrl state name string array
  nvme: improve logging
  nvme-multipath: improve logging

 drivers/nvme/host/core.c      | 41 ++++++++++++++++++++---------------
 drivers/nvme/host/multipath.c |  5 ++++-
 drivers/nvme/host/nvme.h      | 10 +++++++++
 3 files changed, 37 insertions(+), 19 deletions(-)

-- 
2.17.0

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

end of thread, other threads:[~2019-04-30 15:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29  3:24 [PATCH 0/3] nvme: improve logging Chaitanya Kulkarni
2019-04-29  3:24 ` [PATCH V2 1/3] nvme: introduce nvme-ctrl state name string array Chaitanya Kulkarni
2019-04-29 17:40   ` Heitke, Kenneth
2019-04-29 22:12     ` Chaitanya Kulkarni
2019-04-29 23:27       ` Bart Van Assche
2019-04-29 23:29         ` Sagi Grimberg
2019-04-30  3:18           ` Chaitanya Kulkarni
2019-04-29  3:24 ` [PATCH V2 2/3] nvme: improve logging Chaitanya Kulkarni
2019-04-29 23:18   ` Sagi Grimberg
2019-04-29  3:24 ` [PATCH V2 3/3] nvme-multipath: " Chaitanya Kulkarni
2019-04-29 23:20   ` Sagi Grimberg
2019-04-30 15:33   ` 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.