On Tue, Sep 15, 2020 at 04:27:35PM -0700, Dave Jiang wrote: > drivers/dma/idxd/idxd.h | 65 + > drivers/dma/idxd/init.c | 100 ++ > drivers/dma/idxd/irq.c | 6 > drivers/dma/idxd/mdev.c | 1089 ++++++++++++++++++++ > drivers/dma/idxd/mdev.h | 118 ++ It is common that drivers of a subsystem will be under that subsystem's directory tree. This allows the subsystem community to manage pages related to their subsystem and it's drivers. Should the mdev parts be moved there? Jason