Re: [dpdk-dev] [PATCH v5 16/16] devbind: move idxd device ID to dmadev class

2021-09-20 Thread Bruce Richardson
On Fri, Sep 17, 2021 at 03:24:37PM +, Kevin Laatz wrote: > The dmadev library is the preferred abstraction for using IDXD devices and > will replace the rawdev implementation in future. This patch moves the IDXD > device ID to the dmadev class. > > Signed-off-by: Kevin Laatz > Reviewed-by: Co

[dpdk-dev] [PATCH v5 16/16] devbind: move idxd device ID to dmadev class

2021-09-17 Thread Kevin Laatz
The dmadev library is the preferred abstraction for using IDXD devices and will replace the rawdev implementation in future. This patch moves the IDXD device ID to the dmadev class. Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- usertools/dpdk-devbind.py | 4 ++-- 1 file changed, 2 ins