Re: [dpdk-dev] [PATCH v2 2/2] raw/ioat: add device reset to python script
From: Bruce Richardson <hidden>
Date: 2021-05-28 13:37:20
From: Bruce Richardson <hidden>
Date: 2021-05-28 13:37:20
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. Signed-off-by: Kevin Laatz <redacted> ---
I'd tend toward not having the prints for what the script is doing, and have the script silent by default. However, with or without that tweak: Acked-by: Bruce Richardson <redacted>