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 <kevin.la...@intel.com> > ---
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 <bruce.richard...@intel.com>