Re: [PATCH v15 02/11] rust: add dma coherent allocator abstraction.
From: Daniel Almeida
Date: Sat Mar 22 2025 - 19:01:16 EST
Hi Andreas,
>
> I think consistent and coherent are used interchangeably in the kernel.
> If so, can we settle on just one of the terms in the rust code?
>
I’d say let’s keep the `coherent` nomenclature. It immediately shows that dma_alloc_coherent() is being used.
— Daniel