Re: [U-Boot] [PATCH 0/1] NVME fix PRP Offset Invalid

2019-08-20 Thread Bin Meng
On Wed, Aug 21, 2019 at 10:29 AM Aaron Williams wrote: > > OK, for some reason my patch with this fix is not making it to this mailing > list. > It looks the patch arrived the ML. I will take a look. Thanks. Regards, Bin ___ U-Boot mailing list U-Boot@

Re: [U-Boot] [PATCH 0/1] NVME fix PRP Offset Invalid

2019-08-20 Thread Aaron Williams
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 do

[U-Boot] [PATCH 0/1] NVME fix PRP Offset Invalid

2019-08-20 Thread Aaron Williams
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 dr

[U-Boot] [PATCH 0/1] NVME fix PRP Offset Invalid

2019-08-20 Thread Aaron Williams
Let's try this yet again. I'm sorry if multiple emails are going out, I'm having issues getting git send-email working with our mail server. Anyway, this fixes a problem where the U-Boot NVME driver fails during large transfers due to the way the NVME driver allocates the PRP data structure. Thi

[U-Boot] [PATCH 0/1] NVME fix PRP Offset Invalid

2019-08-20 Thread Aaron Williams
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 dr