Re: [PATCH v7 00/19] Replace use of PMD logtype

2024-02-12 Thread Stephen Hemminger
On Mon, 12 Feb 2024 15:45:13 +0100 David Marchand wrote: > Edits I did: > - fixed crypto/armv8 (compilation broken because of typo), > - fixed one missed use of PMD in crypto/caam_jr, > - fixed net/nfb build (thanks to Thomas for reporting), > - preferred per level macros instead of CAAM_JR_LOG,

Re: [PATCH v7 00/19] Replace use of PMD logtype

2024-02-12 Thread David Marchand
On Sat, Feb 3, 2024 at 5:11 AM Stephen Hemminger wrote: > > Many of the uses of PMD logtype have already been fixed. > But there are still some leftovers, mostly places where > drivers had a logtype but did not use them. > > Note: this is not an ABI break, but could break out of > tree drive

[PATCH v7 00/19] Replace use of PMD logtype

2024-02-02 Thread Stephen Hemminger
Many of the uses of PMD logtype have already been fixed. But there are still some leftovers, mostly places where drivers had a logtype but did not use them. Note: this is not an ABI break, but could break out of tree drivers that never updated to use dynamic logtype. DPDK never guarant