Re: [PATCH] dma/idxd: add verbose option to config script

2023-03-10 Thread Thomas Monjalon
28/02/2023 15:50, Bruce Richardson: > In case there are issues when configuring a device instance using the > dpdk_idxd_cfg.py script, add a "verbose" mode option to it. This allows > the user to see what changes are being made, and therefore which > operation, if any, within the config fails. > >

[PATCH] dma/idxd: add verbose option to config script

2023-02-28 Thread Bruce Richardson
In case there are issues when configuring a device instance using the dpdk_idxd_cfg.py script, add a "verbose" mode option to it. This allows the user to see what changes are being made, and therefore which operation, if any, within the config fails. Signed-off-by: Bruce Richardson --- drivers/d