Re: [PATCH v5 00/18] Replace uses of PMD logtype

2023-12-22 Thread David Marchand
On Thu, Dec 21, 2023 at 5:49 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

[PATCH v5 00/18] Replace uses of PMD logtype

2023-12-21 Thread Stephen Hemminger
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 use Depends-on: because CI system can't handle that and want to make sure