Re: [PATCH v4 02/14] regexdev: fix logtype register

2023-12-18 Thread Stephen Hemminger
On Mon, 18 Dec 2023 15:37:51 +0100 David Marchand wrote: > This library logtype was not initialized so its logs would end up under > the 0 logtype, iow, RTE_LOGTYPE_EAL. > > Fixes: b25246beaefc ("regexdev: add core functions") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand > Reviewed-

[PATCH v4 02/14] regexdev: fix logtype register

2023-12-18 Thread David Marchand
This library logtype was not initialized so its logs would end up under the 0 logtype, iow, RTE_LOGTYPE_EAL. Fixes: b25246beaefc ("regexdev: add core functions") Cc: sta...@dpdk.org Signed-off-by: David Marchand Reviewed-by: Stephen Hemminger Reviewed-by: Tyler Retzlaff Acked-by: Ori Kam ---