Page MenuHomeFreeBSD

bhyve: refactor NVMe PRP memcpy
ClosedPublic

Authored by chuck on Sep 29 2019, 3:23 PM.
Tags
None
Referenced Files
F164613014: D21837.diff
Sun, Aug 2, 11:37 AM
F164578301: D21837.id69922.diff
Sun, Aug 2, 4:38 AM
F164548804: D21837.id62707.diff
Sun, Aug 2, 1:10 AM
Unknown Object (File)
Sat, Aug 1, 8:31 AM
Unknown Object (File)
Wed, Jul 8, 10:38 AM
Unknown Object (File)
Jun 27 2026, 1:10 AM
Unknown Object (File)
Jun 24 2026, 10:29 PM
Unknown Object (File)
Jun 22 2026, 12:54 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