Re: [dpdk-dev] [PATCH v2 1/2] raw/ioat: add pci address handling to python script

2021-05-28 Thread Bruce Richardson
On Fri, May 28, 2021 at 02:19:01PM +0100, Kevin Laatz wrote: > Currently the user needs to find the DSA instance number for any DSA device > they would like to configure using this script, which can be cumbersome and > error-prone since the instance numbering changes when changing the binding > of

[dpdk-dev] [PATCH v2 1/2] raw/ioat: add pci address handling to python script

2021-05-28 Thread Kevin Laatz
Currently the user needs to find the DSA instance number for any DSA device they would like to configure using this script, which can be cumbersome and error-prone since the instance numbering changes when changing the binding of the devices between vfio-pci and idxd. This patch improved the usabi