Re: [dpdk-dev] [PATCH v2] app/procinfo: add device registers dump
From: Thomas Monjalon <hidden>
Date: 2021-07-09 21:55:56
From: Thomas Monjalon <hidden>
Date: 2021-07-09 21:55:56
21/06/2021 04:17, Min Hu (Connor):
From: Chengchang Tang <tangchengchang@huawei.com> This patch add support for dump the device registers from a running application. It can help developers locate the problem. Signed-off-by: Chengchang Tang <tangchengchang@huawei.com> Signed-off-by: Min Hu (Connor) <redacted> --- v2: * some logs are adjusted and error string are printed after file operation fails.
Ping for review please.