Page MenuHomeFreeBSD

LinuxKPI: pass attrs in more places in dma-mapping.h
Needs ReviewPublic

Authored by bz on Thu, Feb 19, 11:38 PM.

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

Various macros (dma_map_sg_attrs, dma_unmap_sg_attrs,
dma_map_single_attrs, and dma_unmap_single_attrs) currently supress
passing on the attrs argument. Their implementation (even though at
times still marked the argument __unused; we remove that) have long
gained support for handling the argument.
With ofed fixed, pass the argument through so that other drivers
using these functions may hopefully work just a bit better as well.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 70809
Build 67692: arc lint + arc unit