Page MenuHomeFreeBSD

bhyve: refactor NVMe PRP memcpy
ClosedPublic

Authored by chuck on Sep 29 2019, 3:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 6, 5:27 PM
Unknown Object (File)
Dec 5 2024, 9:44 PM
Unknown Object (File)
Nov 18 2024, 11:19 PM
Unknown Object (File)
Oct 27 2024, 7:25 AM
Unknown Object (File)
Oct 1 2024, 12:30 PM
Unknown Object (File)
Sep 30 2024, 12:16 AM
Unknown Object (File)
Sep 27 2024, 5:30 PM
Unknown Object (File)
Sep 24 2024, 12:46 PM

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