[SeaBIOS] Re: [PATCHv2 0/6] Rework NVME page transfers and avoid fsegment allocation

2022-01-27 Thread Kevin O'Connor
On Fri, Jan 21, 2022 at 11:48:42AM -0500, Kevin O'Connor wrote: > This is a resend of the previous series. Changes since last time: > > * Patch 1: Fix function comment on nvme_io_xfer() > * Patch 3-5: Added "goto bounce" to nvme_io_xfer() as suggested by Alex > * Patch 6: Added separate "single

[SeaBIOS] Re: [PATCHv2 0/6] Rework NVME page transfers and avoid fsegment allocation

2022-01-21 Thread Alexander Graf via SeaBIOS
On 21.01.22 17:48, Kevin O'Connor wrote: This is a resend of the previous series. Changes since last time: * Patch 1: Fix function comment on nvme_io_xfer() * Patch 3-5: Added "goto bounce" to nvme_io_xfer() as suggested by Alex * Patch 6: Added separate "single dma bounce buffer" patch to