On Tue, Apr 23, 2024 at 4:15 PM Anoob Joseph <ano...@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 <ano...@marvell.com>
Applied to dpdk-next-net-mrvl/for-main. Thanks