On Tue, Dec 12, 2023 at 5:41 PM Stephen Hemminger <[email protected]> wrote: > > The logtype does not need to be exported as API.
The CDEV_* macros are exported in the public header. If some external users use them and we take this patch, the user binary will point at a symbol for which we have no safety barrier (wrt symbol removal / changes). Moving those macros to cryptodev_pmd.h is a prerequisite. -- David Marchand

