Linux block layer
 help / color / mirror / Atom feed
* [blktests v3 0/2] Test multipath and marginal ports
@ 2026-08-28 15:30 Jesse Taube
  2026-08-28 15:30 ` [blktests v3 1/2] nvme: Add _setup_nvmet_port_marginal Jesse Taube
  2026-08-28 15:30 ` [blktests v3 2/2] nvme/070: Test multipath and marginal ports Jesse Taube
  0 siblings, 2 replies; 3+ messages in thread
From: Jesse Taube @ 2026-08-28 15:30 UTC (permalink / raw)
  To: linux-block
  Cc: linux-nvme, shinichiro.kawasaki, John Meneghini, Daniel Wagner,
	Jesse Taube

Tests for the upcoming nvme-fc: FPIN link integrity handling set.
It tests for various multipath and marginal port
scenarios, while confirming the port usage and state. The test is
intended to emulate receiving an FPIN event in a multipath environment.

In V3 various generic link checking code was move to common/nvme.
This is so that it can be used by other tests to check if multipath
working correctly, even on kernels that dont support marginal paths.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=220329
Link: https://github.com/linux-blktests/blktests/pull/264

V1 -> V2:
 - Fix timeout issue
 - Skip test if /sys/class/fcloop/ctl/set_marginal_rport does not exist
 - Wrap lines at 80col
 - Add John's tags
 - Fix various change requests from mailing list
V2 -> V3:
 - Add tests for inaccessable paths
 - Fix fio not exiting
 - Move generic code to common/nvme

Jesse Taube (2):
  nvme: Add _setup_nvmet_port_marginal
  nvme/070: Test multipath and marginal ports

 common/nvme        | 278 +++++++++++++++++++++++++++
 tests/nvme/070     | 454 +++++++++++++++++++++++++++++++++++++++++++++
 tests/nvme/070.out |  49 +++++
 3 files changed, 781 insertions(+)
 create mode 100755 tests/nvme/070
 create mode 100644 tests/nvme/070.out

-- 
2.54.0


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

end of thread, other threads:[~2026-08-28 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-28 15:30 [blktests v3 0/2] Test multipath and marginal ports Jesse Taube
2026-08-28 15:30 ` [blktests v3 1/2] nvme: Add _setup_nvmet_port_marginal Jesse Taube
2026-08-28 15:30 ` [blktests v3 2/2] nvme/070: Test multipath and marginal ports Jesse Taube

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