raw/ioat: add device reset to configuration script
authorKevin Laatz <kevin.laatz@intel.com>
Fri, 28 May 2021 13:55:59 +0000 (14:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 17 Jun 2021 07:38:28 +0000 (09:38 +0200)
commit1383fb672a7b4a4c0b4c30a7b42b8d0f648d456d
tree520cf07dd6ab5ea4776815e066eba21c472a3091
parent1e5aade752ab8dc3f91cc9507ed03d759280c9d8
raw/ioat: add device reset to configuration script

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.laatz@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/raw/ioat/dpdk_idxd_cfg.py