Page MenuHomeFreeBSD

linuxkpi: Add dma_{un,}map_sgtable
ClosedPublic

Authored by manu on Aug 10 2022, 6:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 7, 1:56 AM
Unknown Object (File)
Wed, Nov 5, 3:54 AM
Unknown Object (File)
Tue, Nov 4, 4:18 AM
Unknown Object (File)
Fri, Oct 31, 12:35 PM
Unknown Object (File)
Sat, Oct 25, 1:00 AM
Unknown Object (File)
Mon, Oct 20, 9:28 PM
Unknown Object (File)
Sat, Oct 18, 12:14 AM
Unknown Object (File)
Fri, Oct 17, 5:35 AM

Details

Summary

Variant of dma_{un,}map_sg_attrs for struct sg_table.

Obtained from: drm-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46856
Build 43745: arc lint + arc unit

Event Timeline

manu requested review of this revision.Aug 10 2022, 6:48 AM
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
360

Shouldn't this here be dma_unmap_sg_attrs with the attrs passed in (even though it's later ignored) so in case our version will ever respect "attrs" it'll do the right thing here already?

Use dma_unmap_sg_attrs in dma_unmap_sgtable

manu marked an inline comment as done.Aug 11 2022, 7:54 AM
This revision is now accepted and ready to land.Aug 11 2022, 11:29 AM
This revision was automatically updated to reflect the committed changes.