HomeFreeBSD

Fix BULK read transfer if destination buffer is not cache line-aligned.

Description

Fix BULK read transfer if destination buffer is not cache line-aligned.

We can't use copyout because destination memory is userland address
in another process but we have reference to respective page so map
the page into kernel address space and copy fragments there

Details

Provenance
gonzoAuthored on
Parents
rS290175: cxgbe/tom: decide whether to shove segments or not only if there is
Branches
Unknown
Tags
Unknown