Re: [PATCH 1/2] drivers: remove unnecessary RTE_LOG_DP macros

2024-02-01 Thread David Marchand
On Wed, Jan 24, 2024 at 5:29 PM Stephen Hemminger wrote: > > Several drivers did copy/paste of log macros for datapath > but are not using them, so remove them. > > Signed-off-by: Stephen Hemminger I applied this first patch for now. Thanks. -- David Marchand

Re: [PATCH 1/2] drivers: remove unnecessary RTE_LOG_DP macros

2024-01-24 Thread Tyler Retzlaff
On Wed, Jan 24, 2024 at 08:28:34AM -0800, Stephen Hemminger wrote: > Several drivers did copy/paste of log macros for datapath > but are not using them, so remove them. > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff

[PATCH 1/2] drivers: remove unnecessary RTE_LOG_DP macros

2024-01-24 Thread Stephen Hemminger
Several drivers did copy/paste of log macros for datapath but are not using them, so remove them. Signed-off-by: Stephen Hemminger --- drivers/bus/cdx/cdx_logs.h| 11 --- drivers/bus/fslmc/fslmc_logs.h| 11 --- drivers/common/dpaax/dpaax_logs.h