On 11/01/2022 13:41, Bruce Richardson wrote:
Recent kernel changes[1][2] mean that we cannot guarantee that the paths
in sysfs used for creating/binding a DSA or workqueue instance will be
as given in the utility script, since they are now "compatibility-mode
only". Update script to support both new paths and compatibility ones.
[1]
https://lore.kernel.org/all/162637445139.744545.6008938867943724701.st...@djiang5-desk3.ch.intel.com/
[2]
https://lore.kernel.org/all/162637468705.744545.4399080971745974435.st...@djiang5-desk3.ch.intel.com/
Fixes: 01863b9d2354 ("raw/ioat: include example configuration script")
Cc: sta...@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
---
drivers/dma/idxd/dpdk_idxd_cfg.py | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
Acked-by: Kevin Laatz <kevin.la...@intel.com>