All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nvme: discovery controller discovery support
@ 2021-09-21 17:42 Hannes Reinecke
  2021-09-21 17:42 ` [PATCH 1/3] nvmet: switch check for subsystem type Hannes Reinecke
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Hannes Reinecke @ 2021-09-21 17:42 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Sagi Grimberg, Keith Busch, linux-nvme, Hannes Reinecke

Hi all,

TPAR 8014 (discovery controller discovery) adds a new discovery
log page entry type '3' to describe the current discovery controller.
This patchset adds support for this for the nvme target.

As usual, comments and reviews are welcome.

Hannes Reinecke (3):
  nvmet: switch check for subsystem type
  nvme: add new discovery log page entry definitions
  nvmet: register discovery subsystem as 'current'

 drivers/nvme/target/admin-cmd.c   |  4 ++--
 drivers/nvme/target/core.c        |  8 +++++---
 drivers/nvme/target/discovery.c   | 13 ++++++++-----
 drivers/nvme/target/fabrics-cmd.c |  2 +-
 include/linux/nvme.h              | 13 +++++++++++--
 5 files changed, 27 insertions(+), 13 deletions(-)

-- 
2.29.2


_______________________________________________
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
* [PATCHv2 0/3] nvmet: discovery controller discovery support
@ 2021-10-18 15:21 Hannes Reinecke
  2021-10-18 15:21 ` [PATCH 1/3] nvmet: switch check for subsystem type Hannes Reinecke
  0 siblings, 1 reply; 8+ messages in thread
From: Hannes Reinecke @ 2021-10-18 15:21 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Sagi Grimberg, Keith Busch, linux-nvme, Hannes Reinecke

TPAR 8014 (discovery controller discovery) adds a new discovery
log page entry type '3' to describe the current discovery controller.
This patchset adds support for this to the nvme target.

As usual, comments and reviews are welcome.

Changes to v1:
- Rebased to nvme-5.16

Hannes Reinecke (3):
  nvmet: switch check for subsystem type
  nvme: add new discovery log page entry definitions
  nvmet: register discovery subsystem as 'current'

 drivers/nvme/target/core.c      |  2 ++
 drivers/nvme/target/discovery.c | 13 ++++++++-----
 drivers/nvme/target/nvmet.h     |  2 +-
 include/linux/nvme.h            | 12 ++++++++++--
 4 files changed, 21 insertions(+), 8 deletions(-)

-- 
2.29.2



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

end of thread, other threads:[~2021-10-19 13:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 17:42 [PATCH 0/3] nvme: discovery controller discovery support Hannes Reinecke
2021-09-21 17:42 ` [PATCH 1/3] nvmet: switch check for subsystem type Hannes Reinecke
2021-09-21 17:42 ` [PATCH 2/3] nvme: add new discovery log page entry definitions Hannes Reinecke
2021-09-21 17:42 ` [PATCH 3/3] nvmet: register discovery subsystem as 'current' Hannes Reinecke
2021-10-12 13:15 ` [PATCH 0/3] nvme: discovery controller discovery support Christoph Hellwig
2021-10-18 15:21 [PATCHv2 0/3] nvmet: " Hannes Reinecke
2021-10-18 15:21 ` [PATCH 1/3] nvmet: switch check for subsystem type Hannes Reinecke
2021-10-19  6:37   ` Chaitanya Kulkarni
2021-10-19 13:50     ` Hannes Reinecke

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.