On Fri, 19 Jan 2024 14:59:58 +0100
David Marchand wrote:
> $ git grep 'RTE_LOG_DP(.*fmt' drivers/ | grep -v '\\n' | cut -d : -f 1
> | xargs grep -B1 -w RTE_LOG_DP
> drivers/baseband/la12xx/bbdev_la12xx_pmd_logs.h-#define
> rte_bbdev_dp_log(level, fmt, args...) \
> drivers/baseband/la12xx/bbdev_la
On Fri, 19 Jan 2024 14:59:58 +0100
David Marchand wrote:
> This series mixes unrelated changes, like adding missing \n or
> removing some of them.
> I identified a couple of places where it introduces issues by doing so.
>
> Please focus on changing the logtype / log macros and not silently
> "f
On Fri, Dec 22, 2023 at 6:18 PM Stephen Hemminger
wrote:
>
> The generic RTE_LOGTYPE_PMD is a leftover and should be removed.
> This replaces all uses in current tree. It leaves PMD logtype
> as deprecated because there maybe other uses in external projects
> leftover.
>
> This version does not us
3 matches
Mail list logo