linux-nvme / nvme-cli

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

ocp: fix firmware activation history entry endian #2549

Closed ikegami-t closed 3 weeks ago

ikegami-t commented 3 weeks ago

Fix the entry data fields to little endian format. Basically print functions convert the fields data to cpu format. But still some errors then fixed the print functions also.

igaw commented 3 weeks ago

@arthurshau another endian fix from @ikegami-t to review

arthurshau commented 3 weeks ago

LGTM. Thanks!