[PATCH v4] app/procinfo: add device private info dump
Thomas Monjalon
thomas at monjalon.net
Sun Jun 26 17:50:38 CEST 2022
06/06/2022 16:39, Dongdong Liu:
> From: "Min Hu (Connor)" <humin29 at huawei.com>
>
> This patch adds support for dump the device private info from a running
> application. It can help developers locate the problem.
>
> Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
> Signed-off-by: Dongdong Liu <liudongdong3 at huawei.com>
> Acked-by: Reshma Pattan <reshma.pattan at intel.com>
Applied, thanks.
[...]
> /**< Enable show port. */
> static uint32_t enable_shw_port;
> +/**< Enable show port private info. */
> +static uint32_t enable_shw_port_priv;
That's very strange this file is using some (wrong) doxygen syntax.
I'll fix this one when applying.
A cleanup may be needed for other comments in the file.
> /**< Enable show tm. */
> static uint32_t enable_shw_tm;
> /**< Enable show crypto. */
More information about the dev
mailing list