RE: no printf in drivers code

2023-02-08 Thread Hemant Agrawal
Hi Thomas, On 2023-02-03 14:57:06 +0100, Thomas Monjalon wrote: > Hello, > > > > We have too many drivers using printf() instead of rte_log(). > > Please propose a plan to replace or remove the calls to printf(). > > If no plan, I could propose one but you may not like it :) > > > > Affected d

Re: no printf in drivers code

2023-02-06 Thread Niklas Soderlund
Hi Thomas, On 2023-02-03 14:57:06 +0100, Thomas Monjalon wrote: > Hello, > > We have too many drivers using printf() instead of rte_log(). > Please propose a plan to replace or remove the calls to printf(). > If no plan, I could propose one but you may not like it :) > > Affected drivers are: >

RE: no printf in drivers code

2023-02-03 Thread Honnappa Nagarahalli
> Subject: Re: no printf in drivers code > > On Fri, Feb 3, 2023 at 5:40 PM Thomas Monjalon > wrote: > > > > 03/02/2023 17:18, Honnappa Nagarahalli: > > > From: Thomas Monjalon > > > > > > > > We have too many drivers using printf

RE: no printf in drivers code

2023-02-03 Thread Chautru, Nicolas
> From: Thomas Monjalon > > Hello, > > We have too many drivers using printf() instead of rte_log(). > Please propose a plan to replace or remove the calls to printf(). > If no plan, I could propose one but you may not like it :) > > Affected drivers are: > baseband/acc Will push a pat

Re: no printf in drivers code

2023-02-03 Thread David Marchand
On Fri, Feb 3, 2023 at 5:40 PM Thomas Monjalon wrote: > > 03/02/2023 17:18, Honnappa Nagarahalli: > > From: Thomas Monjalon > > > > > > We have too many drivers using printf() instead of rte_log(). > > > Please propose a plan to replace or remove the calls to printf(). > > > If no plan, I could p

Re: no printf in drivers code

2023-02-03 Thread Thomas Monjalon
03/02/2023 17:18, Honnappa Nagarahalli: > From: Thomas Monjalon > > > > We have too many drivers using printf() instead of rte_log(). > > Please propose a plan to replace or remove the calls to printf(). > > If no plan, I could propose one but you may not like it :) > > Does it make sense to add

RE: no printf in drivers code

2023-02-03 Thread Walsh, Conor
> Hello, > > We have too many drivers using printf() instead of rte_log(). > Please propose a plan to replace or remove the calls to printf(). > If no plan, I could propose one but you may not like it :) > > Affected drivers are: > baseband/acc > bus/dpaa > bus/fslmc > cry

RE: no printf in drivers code

2023-02-03 Thread Honnappa Nagarahalli
; Rasesh Mody > ; Devendra Singh Rawat ; > Jiawen Wu ; Jian Wang > ; Rosen Xu ; Tianfei zhang > > Cc: dev@dpdk.org; Ferruh Yigit ; Andrew Rybchenko > ; david.march...@redhat.com > Subject: no printf in drivers code > > Hello, > > We have too many drivers usi

no printf in drivers code

2023-02-03 Thread Thomas Monjalon
Hello, We have too many drivers using printf() instead of rte_log(). Please propose a plan to replace or remove the calls to printf(). If no plan, I could propose one but you may not like it :) Affected drivers are: baseband/acc bus/dpaa bus/fslmc crypto/caam_jr