Re: [PATCH] cryptodev: convert to dynamic logtype

2023-12-12 Thread David Marchand
On Mon, Dec 11, 2023 at 9:18 PM Stephen Hemminger wrote: > > The cryptodev logs are all referenced via rte_crytpodev.h > so make it dynamic there. > > Signed-off-by: Stephen Hemminger Applied, thanks. -- David Marchand

RE: [EXT] Re: [PATCH] cryptodev: convert to dynamic logtype

2023-12-12 Thread Akhil Goyal
> On Mon, Dec 11, 2023 at 9:18 PM Stephen Hemminger > wrote: > > > > The cryptodev logs are all referenced via rte_crytpodev.h > > crypto* > > > so make it dynamic there. > > > > Signed-off-by: Stephen Hemminger > > I would add a comment in the header that this exported logtype > variable is f

Re: [PATCH] cryptodev: convert to dynamic logtype

2023-12-11 Thread David Marchand
On Mon, Dec 11, 2023 at 9:18 PM Stephen Hemminger wrote: > > The cryptodev logs are all referenced via rte_crytpodev.h crypto* > so make it dynamic there. > > Signed-off-by: Stephen Hemminger I would add a comment in the header that this exported logtype variable is for internal use. Otherwise

[PATCH] cryptodev: convert to dynamic logtype

2023-12-11 Thread Stephen Hemminger
The cryptodev logs are all referenced via rte_crytpodev.h so make it dynamic there. Signed-off-by: Stephen Hemminger --- lib/cryptodev/rte_cryptodev.c | 2 ++ lib/cryptodev/rte_cryptodev.h | 2 ++ lib/cryptodev/version.map | 1 + lib/log/log.c | 1 - lib/log/rte_log.h