Re: [PATCH v11 2/3] rust: add dma coherent allocator abstraction.
From: Daniel Almeida
Date: Sat Feb 15 2025 - 16:41:42 EST
Hi Abdiel
I noticed that there’s no API to call `dma_set_mask/dma_set_coherent_mask`.
This should probably be included, i.e.:
```
By default, the kernel assumes that your device can address 32-bits of DMA addressing.
For a 64-bit capable device, this needs to be increased, and for a device with limitations,
it needs to be decreased.
```
— Daniel