On Thu, Jan 25, 2024 at 1:56 PM David Marchand <[email protected]> wrote: > > RTE_LOG() macros prefixe the log messages based on the logtype. > This results in logs like: > > TMTY: TELEMETRY: Attempting socket bind to path '/run/user/...' > TMTY: TELEMETRY: Socket creation and binding ok > TMTY: TELEMETRY: Telemetry initialized ok > > Remove redundancy in some libraries following their conversion to > RTE_LOG/RTE_LOG_LINE. > > Note: for consistency, dmadev logs are now prefixed with "DMADEV: " > instead of a too generic "dma: ". > > Fixes: 97433132c2ed ("lib: use per line logging in helpers") > Fixes: 0e21c7c07d62 ("lib: replace logging helpers") > > Reported-by: Thomas Monjalon <[email protected]> > Signed-off-by: David Marchand <[email protected]> > Acked-by: Morten Brørup <[email protected]> > Acked-by: Ciara Power <[email protected]> > Reviewed-by: Chengwen Feng <[email protected]>
Applied, thanks. -- David Marchand

