Re: [dpdk-dev] [PATCH v2] app/procinfo: add device registers dump
From: Min Hu (Connor) <hidden>
Date: 2021-07-17 02:17:01
From: Min Hu (Connor) <hidden>
Date: 2021-07-17 02:17:01
Hi, all, any comments for this patch? 在 2021/7/10 5:55, Thomas Monjalon 写道:
21/06/2021 04:17, Min Hu (Connor):quoted
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. .