Add dma_sync_sg_for_{cpu, device} and dma_sync_sgtable_for_{cpu,
device}. These functions are useful for my GSoC 2026 project, udmabuf.
Details
Details
- Reviewers
bz - Group Reviewers
linuxkpi - Commits
- rG9dec0cd79c69: LinuxKPI: implement dma_sync_sg_for_{cpu, device}()
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 76562 Build 73445: arc lint + arc unit
Event Timeline
| sys/compat/linuxkpi/common/src/linux_pci.c | ||
|---|---|---|
| 1899 | I assume this is an internal helper function and not a public Linux KPI (dma_sync_sg()). Then it should be called lkpi_dma_sync_sg() | |