Re: [PATCH v7 2/2] rust: add dma coherent allocator abstraction.
From: Abdiel Janulgue
Date: Wed Jan 08 2025 - 07:27:24 EST
Hi Andreas,
On 19/12/2024 13:22, Andreas Hindborg wrote:
If you include the `Allocator` trait and the `Pool` it would make my
life a lot easier when rebasing nvme. For now I'm just going to use out
of tree patches that include the dma pool.
If you do not have a user for dma pool, maybe just include the
`Allocator` trait and indicate that it is there to support other dma
allocators in the future?
Would it be okay with you to have the basic functionality merged first?
Once this is done, I will send up a follow-up patch that would then
include the allocator trait and the pool.
Thanks!
Cheers,
Abdiel