On Sat, Feb 3, 2024 at 5:11 AM Stephen Hemminger <step...@networkplumber.org> 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 drivers that never updated to use dynamic logtype. > DPDK never guaranteed that that would not happen. > > v7 - drop changes to newlines > drop changes related to RTE_LOG_DP > rebase now that other stuff has changed
Series applied. 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, like in the rest of the crypto/caam_jr driver, - dropped more unrelated changes on \n in crypto/dpaa*, - I also reorganised the commits, fixed (well dropped) wrong commit title, typos, tried to use more consistent wording, -- David Marchand