Loading
ut/nvme: adjust NSID order for ns attr changed log page
Following the NVMe spec the "Namespace List" is defined as 'an ordered list of namespace IDs' with first identifier being lowest and following in increasing order. In practice, SPDK NVMe-oF Target and kernel NVMe-oF Target return the log page in order of changes. See nvmf_ctrlr_ns_changed(). Currently SPDK just sends identify ns to every active ns, disregarding the information from log page. This test is added ahead of interpreting the log page. Change-Id: I24c798c3d06b460558945694affbe9083ac330f7 Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@nutanix.com> Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/26396 Tested-by:
SPDK Automated Test System <spdkbot@gmail.com> Reviewed-by:
Ben Walker <ben@nvidia.com> Reviewed-by:
Jacek Kalwas <jacek.kalwas@nutanix.com> Reviewed-by:
Jim Harris <jim.harris@nvidia.com> Community-CI: Mellanox Build Bot