linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.44k stars 647 forks source link

nvme: fix fw-commit MUD result message #2342

Closed francispravin5 closed 3 months ago

francispravin5 commented 3 months ago

As per spec, 0th bit is set when the controller detects an overlapping firmware/boot partition image update command sequence due to processing a command from an Admin Submission Queue on a controller and the 1st bit is set due to processing the command from Management Endpoint. So, fixed the MUD result message.

ikegami-t commented 3 months ago

Looks good.

igaw commented 3 months ago

Thanks!