RE: [PATCH v1 9/9] baseband/acc: remove printf from PMD function

2023-02-10 Thread Chautru, Nicolas
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Friday, February 10, 2023 1:45 AM > To: Chautru, Nicolas ; dev@dpdk.org > Cc: Vargas, Hernan > Subject: Re: [PATCH v1 9/9] baseband/acc: remove printf from PMD function > > > > On 2/9/2

Re: [PATCH v1 9/9] baseband/acc: remove printf from PMD function

2023-02-10 Thread Maxime Coquelin
On 2/9/23 23:19, Nicolas Chautru wrote: Replacing usage of printf in companion function for bbdev-test by rte_log. I think it could be backported. If you agree please add Fixes tag and Cc stable. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/rte_acc100_pmd.c | 18 +

[PATCH v1 9/9] baseband/acc: remove printf from PMD function

2023-02-09 Thread Nicolas Chautru
Replacing usage of printf in companion function for bbdev-test by rte_log. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/rte_acc100_pmd.c | 18 +- drivers/baseband/acc/rte_vrb_pmd.c| 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/bas