linux-nvme/libnvme

`nvme_get_log_page` ignored `arg->lpo` input parameter

jinliangw opened this issue · 4 comments

Inside the in-band nvme_get_log_page function,
the input parameter arg->lpo is overwrote accidentally.
The consequent is that the functions will read log page starting from offset 0, disregarding arg->lpo input parameter.

The issue still exists, but the example is not applied becase nvme-cli get-log subommand doesn't use nvme_get_log_page function

igaw commented

Okay, let's reopen it for tracking it.

igaw commented

#547 should address this, right?

Yes, we can close this issue now.