Re: [PATCH 6/7] drivers/migrate_offload: add DMA batch copy driver (dcbm)

From: Karim Manaouil

Date: Mon Jun 08 2026 - 20:00:27 EST


In my opinion the driver should be at drivers/dma/dcbm, other DMA drivers
in the same directory like idxd and sdxi can just export a struct
dma_migrator. It makes it easy to have everything in the driver's own
directory. For example, idxd has some internals headers as well as an
already existing dmaengine implementation in drivers/dma/idxd.

PS. I am writing an implementation of this based on idxd. I'll try to
post it soon with numbers.

You can add
Reviewed-by: Karim Manaouil <kmanaouil.dev@xxxxxxxxx>

--
~karim