[PATCH] crytodev: make logtype internal

David Marchand david.marchand at redhat.com
Thu Dec 21 10:28:34 CET 2023


On Tue, Dec 12, 2023 at 5:41 PM Stephen Hemminger
<stephen at networkplumber.org> 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



More information about the dev mailing list