Hi, In nvme_get_effects_log(), the NVMe command will be submitted with nsid = NVME_NSID_ALL (0xFFFFFFFF) and log_page = NVME_LOG_CMD_EFFECTS (0x05). In NVMe spec, this log page identifier (0x05) is used in controller scope, but NSID 0xFFFFFFFF is use in all the namespaces under the controller. So I think the NSID here should be 0x0 instead of 0xFFFFFFFF. Best Regards, Huai-Cheng Kuo
Yeah, that looks correct to me.