Re: [PATCH v2 1/2] nvme: Enable FUA

2021-09-28 Thread Bin Meng
On Mon, Sep 27, 2021 at 9:22 PM Jon Lin wrote: > > Most NVME devcies maintain data in internal cache for an uncertain typo: devices > times, and u-boot has no method to force NVME to flush cache. > So this patch adds FUA to avoid data loss caused by power off after data > programming. > >

Re: [PATCH v2 1/2] nvme: Enable FUA

2021-09-27 Thread Shawn Lin
在 2021/9/27 21:22, Jon Lin 写道: Most NVME devcies maintain data in internal cache for an uncertain times, and u-boot has no method to force NVME to flush cache. So this patch adds FUA to avoid data loss caused by power off after data programming. Signed-off-by: Jon Lin Reviewed-by: Stefan Agner

[PATCH v2 1/2] nvme: Enable FUA

2021-09-27 Thread Jon Lin
Most NVME devcies maintain data in internal cache for an uncertain times, and u-boot has no method to force NVME to flush cache. So this patch adds FUA to avoid data loss caused by power off after data programming. Signed-off-by: Jon Lin Reviewed-by: Stefan Agner --- (no changes since v1)