OK, for some reason my patch with this fix is not making it to this mailing 
list.

-Aaron

On Tuesday, August 20, 2019 5:23:29 PM PDT Aaron Williams wrote:
> 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

-- 
Aaron Williams
Senior Software Engineer
Marvell Semiconductor, Inc.
(408) 943-7198  (510) 789-8988 (cell)

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to