usertools/devbind: move idxd device ID to DMA class
authorKevin Laatz <kevin.laatz@intel.com>
Wed, 20 Oct 2021 16:30:13 +0000 (16:30 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 20:40:59 +0000 (22:40 +0200)
commitdb7f9ec2f1184fe197b96d93727752234a570611
tree6fec03388c23d679090d5f9f5eb5d5b8537c7632
parent9afeef14cb47fee1b31daaa9e12028c9c54beca1
usertools/devbind: move idxd device ID to DMA class

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 <kevin.laatz@intel.com>
Reviewed-by: Conor Walsh <conor.walsh@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
usertools/dpdk-devbind.py