public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
* fix nvme sqsize on off regression
@ 2022-12-25 10:32 Christoph Hellwig
  2022-12-25 10:32 ` [PATCH 1/4] nvme: fix setting the queue depth in nvme_alloc_io_tag_set Christoph Hellwig
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Christoph Hellwig @ 2022-12-25 10:32 UTC (permalink / raw)
  To: Linus Torvalds, Jens Axboe
  Cc: Keith Busch, Sagi Grimberg, Hugh Dickins, linux-nvme

Hi all,

this series fixes up the sqsize regression that Hugh reported.  The first
two patches are the real fixes, and it might make sense if Linus just
picks them directly before -rc1.  The other two just clean things up a
bit to avoid pitfalls like this in the future.

Diffstat:
 apple.c   |    3 +--
 core.c    |   21 ++++++++++++++++++---
 fabrics.c |    2 +-
 fc.c      |   12 ++++++------
 pci.c     |   27 ++++++++++++---------------
 rdma.c    |   23 +++++++++++------------
 tcp.c     |   12 ++++++------
 7 files changed, 55 insertions(+), 45 deletions(-)


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

end of thread, other threads:[~2023-01-03 20:00 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-25 10:32 fix nvme sqsize on off regression Christoph Hellwig
2022-12-25 10:32 ` [PATCH 1/4] nvme: fix setting the queue depth in nvme_alloc_io_tag_set Christoph Hellwig
2022-12-25 10:51   ` Sagi Grimberg
2022-12-25 10:53     ` Sagi Grimberg
2022-12-28 16:11       ` Christoph Hellwig
2022-12-25 21:15   ` Hugh Dickins
2022-12-25 10:32 ` [PATCH 2/4] nvme-pci: update sqsize when adjusting the queue depth Christoph Hellwig
2022-12-25 11:19   ` Sagi Grimberg
2022-12-28 16:10     ` Christoph Hellwig
2022-12-29 12:07       ` Sagi Grimberg
2022-12-29 16:34         ` Keith Busch
2023-01-02  9:39           ` Sagi Grimberg
2023-01-03 16:45             ` Keith Busch
2022-12-25 21:21   ` Hugh Dickins
2022-12-25 10:32 ` [PATCH 3/4] nvme: store the actual queue size in ctrl->sqsize Christoph Hellwig
2022-12-25 11:09   ` Sagi Grimberg
2022-12-28 17:02   ` Keith Busch
2022-12-25 10:32 ` [PATCH 4/4] nvme-pci: remove the dev->q_depth field Christoph Hellwig
2022-12-25 11:19   ` Sagi Grimberg
2022-12-26 19:11 ` (subset) fix nvme sqsize on off regression Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox