Re: [PATCH v4 2/2] baseband/acc: improvement to logging mechanism

2024-09-30 Thread Maxime Coquelin
On 9/27/24 02:31, Nicolas Chautru wrote: Support the new dev op to dump operations information related to a given queue tracked internally in PMD. Signed-off-by: Nicolas Chautru Acked-by: Hemant Agrawal --- drivers/baseband/acc/rte_vrb_pmd.c | 59 +- 1 file ch

[PATCH v4 2/2] baseband/acc: improvement to logging mechanism

2024-09-26 Thread Nicolas Chautru
Support the new dev op to dump operations information related to a given queue tracked internally in PMD. Signed-off-by: Nicolas Chautru Acked-by: Hemant Agrawal --- drivers/baseband/acc/rte_vrb_pmd.c | 59 +- 1 file changed, 58 insertions(+), 1 deletion(-) diff --g