05/12/2023 10:37, Jerin Jacob Kollanukkaran: > From: Tomasz Duszynski <tduszyn...@marvell.com> > > Dynamically allocated log type is a standard approach among all drivers. > > Switch to it. > > > > Signed-off-by: Tomasz Duszynski <tduszyn...@marvell.com> > > > Applied to dpdk-next-net-mrvl/for-main. Thanks
Sorry, a patch from Stephen has been merged first in the main tree. The main difference is on log registration: Stephen's patch: RTE_LOG_REGISTER_SUFFIX(cnxk_logtype_gpio, gpio, INFO); Tomasz' patch: RTE_LOG_REGISTER_DEFAULT(cnxk_gpio_rawdev_logtype, WARNING); Please could you send a rebased patch?