Re: [dpdk-dev] [PATCH v3 16/17] devbind: add dma device class

2021-09-09 Thread Conor Walsh
Add a new class for DMA devices. Devices listed under the DMA class are to be used with the dmadev library. Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh

[dpdk-dev] [PATCH v3 16/17] devbind: add dma device class

2021-09-08 Thread Kevin Laatz
Add a new class for DMA devices. Devices listed under the DMA class are to be used with the dmadev library. Signed-off-by: Kevin Laatz --- usertools/dpdk-devbind.py | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind