Page MenuHomeFreeBSD

bhyve: refactor NVMe PRP memcpy
ClosedPublic

Authored by chuck on Sep 29 2019, 3:23 PM.
Tags
None
Referenced Files
F82732936: D21837.id62707.diff
Thu, May 2, 2:40 AM
Unknown Object (File)
Fri, Apr 26, 10:08 AM
Unknown Object (File)
Fri, Apr 26, 4:46 AM
Unknown Object (File)
Thu, Apr 25, 4:51 PM
Unknown Object (File)
Fri, Apr 19, 9:43 PM
Unknown Object (File)
Thu, Apr 18, 10:49 AM
Unknown Object (File)
Feb 20 2024, 8:34 AM
Unknown Object (File)
Feb 12 2024, 5:00 AM

Details

Reviewers
imp
ken
jhb
Group Reviewers
bhyve
Commits
rS359362: bhyve: refactor NVMe PRP memcpy
Summary

Add a "copy direction" parameter to nvme_prp_memcpy such that data can
be copied to the memory specified by the PRP entries (current behavior)
or copied from the PRP entries (new behavior). The upcoming deallocate
functionality will use the copy from capability.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable