[PATCH] common/cnxk: restore segregation of logs based on module
Jerin Jacob
jerinjacobk at gmail.com
Mon May 27 17:03:21 CEST 2024
On Tue, Apr 23, 2024 at 4:15 PM Anoob Joseph <anoobj at marvell.com> wrote:
>
> Originally the logs were segregated under various labels which could be
> selectively enabled. It was changed to use 'pmd.common.cnxk' while
> changing the macro used for registering logging. Address the same by
> restoring the segregation.
>
> Current logs:
> ...
> logtype3
> pmd.common.cnxk
> pmd.common.iavf
> ...
>
> Changed to:
> ...
> logtype3
> pmd.common.cnxk.base
> pmd.common.cnxk.crypto
> pmd.common.cnxk.dpi
> pmd.common.cnxk.esw
> pmd.common.cnxk.event
> pmd.common.cnxk.flow
> pmd.common.cnxk.mbox
> pmd.common.cnxk.mempool
> pmd.common.cnxk.ml
> pmd.common.cnxk.nix
> pmd.common.cnxk.ree
> pmd.common.cnxk.rep
> pmd.common.cnxk.timer
> pmd.common.cnxk.tm
> pmd.common.iavf
> ...
>
> Updated documentation also to reflect the same.
>
> Fixes: 233692f550a1 ("dma/cnxk: rework DMA driver")
>
> Signed-off-by: Anoob Joseph <anoobj at marvell.com>
Applied to dpdk-next-net-mrvl/for-main. Thanks
More information about the dev
mailing list