linux-nvme / nvme-cli

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

nvme-print: Added print for two new fields for HMB feature #2427

Closed nitin-sao closed 3 months ago

nitin-sao commented 3 months ago

As per TP4104, added print for two new fields for HMB feature HMNARE (Host Memory Non-operational Access Restriction Enable) and HMNAR (Host Memory Non-operational Access Restricted) with 1 bit each. Bit 1 is not used for Get Feature command and will be 0. And added print for HMBR field in stdout_id_ctrl_ctratt.

Reviewed-by: Steven Seungcheol Lee sc108.lee@samsung.com Reviewed-by: Mohit Kapoor mohit.kap@samsung.com

igaw commented 3 months ago

Thanks!