Hi Kevin, On 9/8/21 12:30 PM, Kevin Laatz wrote: > Add the basic device probing for DSA devices bound to the IDXD kernel > driver. These devices can be configured via sysfs and made available to > DPDK if they are found during bus scan. Relevant documentation is included. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > --- > doc/guides/dmadevs/idxd.rst | 64 +++++++ > drivers/dma/idxd/idxd_bus.c | 352 +++++++++++++++++++++++++++++++++++ > drivers/dma/idxd/meson.build | 1 + > 3 files changed, 417 insertions(+) > create mode 100644 drivers/dma/idxd/idxd_bus.c >
Sorry if it has been asked before, but what is the reason this DSA bus driver is not in drivers/bus/?