
21 Aug
2019
21 Aug
'19
2:23 a.m.
Our QA team had problems writing large files (187MB) to the FAT filesystem on a Samsung EVO 970 NVME drive and I was able to track it down to PRP buffer issues. Namely, this buffer cannot cross a page boundary and it should be allocated in page-sized chunks. This patch modifies the U-Boot NVME driver to match what the Linux kernel PCI driver does.
Aaron Williams (1): nvme: Fix PRP Offset Invalid
drivers/nvme/nvme.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
-- 2.16.4