Re: [dpdk-dev] [PATCH v5 02/16] dma/idxd: add skeleton for VFIO based DSA device

2021-09-20 Thread Bruce Richardson
On Fri, Sep 17, 2021 at 03:24:23PM +, Kevin Laatz wrote: > Add the basic device probe/remove skeleton code for DSA device bound to > the vfio pci driver. Relevant documentation and MAINTAINERS update also > included. > > Signed-off-by: Bruce Richardson > Signed-off-by: Kevin Laatz > Reviewed

[dpdk-dev] [PATCH v5 02/16] dma/idxd: add skeleton for VFIO based DSA device

2021-09-17 Thread Kevin Laatz
Add the basic device probe/remove skeleton code for DSA device bound to the vfio pci driver. Relevant documentation and MAINTAINERS update also included. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- v5: add missing toctree entry for idxd driver --- M