Re: [PATCH 11/11] drivers: use per line logging in helpers

2024-09-10 Thread David Marchand
On Sat, Sep 7, 2024 at 4:56 PM David Marchand wrote: > > Use RTE_LOG_LINE in existing macros that append a \n. > > Signed-off-by: David Marchand > --- [snip] > diff --git a/drivers/net/octeon_ep/otx_ep_common.h > b/drivers/net/octeon_ep/otx_ep_common.h > index 7d5dd91a77..ea9788757e 100644 > -

Re: [PATCH 11/11] drivers: use per line logging in helpers

2024-09-09 Thread Andrew Rybchenko
On 9/9/24 09:55, David Marchand wrote: On Sun, Sep 8, 2024 at 10:55 AM Andrew Rybchenko wrote: On 9/7/24 17:54, David Marchand wrote: Use RTE_LOG_LINE in existing macros that append a \n. Signed-off-by: David Marchand [snip] diff --git a/drivers/common/sfc_efx/sfc_efx_log.h b/drivers/c

Re: [PATCH 11/11] drivers: use per line logging in helpers

2024-09-08 Thread David Marchand
On Sun, Sep 8, 2024 at 10:55 AM Andrew Rybchenko wrote: > > On 9/7/24 17:54, David Marchand wrote: > > Use RTE_LOG_LINE in existing macros that append a \n. > > > > Signed-off-by: David Marchand > > [snip] > > > diff --git a/drivers/common/sfc_efx/sfc_efx_log.h > > b/drivers/common/sfc_efx/sfc_e

Re: [PATCH 11/11] drivers: use per line logging in helpers

2024-09-08 Thread fengchengwen
for drivers/dma/hisilicon/ and drivers/net/hns3/ Acked-by: Chengwen Feng On 2024/9/7 22:54, David Marchand wrote: > Use RTE_LOG_LINE in existing macros that append a \n. > > Signed-off-by: David Marchand

Re: [PATCH 11/11] drivers: use per line logging in helpers

2024-09-08 Thread Andrew Rybchenko
On 9/7/24 17:54, David Marchand wrote: Use RTE_LOG_LINE in existing macros that append a \n. Signed-off-by: David Marchand [snip] diff --git a/drivers/common/sfc_efx/sfc_efx_log.h b/drivers/common/sfc_efx/sfc_efx_log.h index 1519ebdc17..b41ef3490b 100644 --- a/drivers/common/sfc_efx/sfc_ef