Re: [dpdk-dev] [PATCH v5 15/16] devbind: add dma device class

2021-09-21 Thread fengchengwen
Reviewed-by: Chengwen Feng On 2021/9/17 23:24, Kevin Laatz wrote: > 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 > --- > usertools/dpdk-devbind.py | 12 +--- > 1

Re: [dpdk-dev] [PATCH v5 15/16] devbind: add dma device class

2021-09-20 Thread Bruce Richardson
On Fri, Sep 17, 2021 at 03:24:36PM +, Kevin Laatz wrote: > 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 > --- One small comment below to be fixed. Reviewed-by: Bruce R