RE: [RFC v2 02/14] regexdev: fix logtype register

2023-12-14 Thread Ori Kam
> -Original Message- > From: David Marchand > Sent: Friday, December 8, 2023 5:00 PM > > 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 > > Si

Re: [RFC v2 02/14] regexdev: fix logtype register

2023-12-08 Thread Tyler Retzlaff
On Fri, Dec 08, 2023 at 03:59:36PM +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 > ---

[RFC v2 02/14] regexdev: fix logtype register

2023-12-08 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 --- lib/regexdev/rte_regexdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(