Re: [dpdk-dev] [PATCH v2 2/2] raw/ioat: add device reset to python script

2021-05-28 Thread Bruce Richardson
On Fri, May 28, 2021 at 02:19:02PM +0100, Kevin Laatz wrote: > Currently once a device is configured, the user does not have the ability > to reset the device via the script. > > This patch adds a device reset option to the script. For example > "$dpdk_idxd_cfg.py 0 --reset" would reset device 0.

[dpdk-dev] [PATCH v2 2/2] raw/ioat: add device reset to python script

2021-05-28 Thread Kevin Laatz
Currently once a device is configured, the user does not have the ability to reset the device via the script. This patch adds a device reset option to the script. For example "$dpdk_idxd_cfg.py 0 --reset" would reset device 0. Signed-off-by: Kevin Laatz --- drivers/raw/ioat/dpdk_idxd_cfg.py | 1