Hello, Thanks for your feedback. > On Fri, 04 Dec 2020 16:51:09 +0900 > Hideyuki Yamashita <yamashita.hidey...@ntt-tx.co.jp> wrote: > > > + > > +/* Macros for printing using RTE_LOG */ > > +#define RTE_LOGTYPE_APISTATS RTE_LOGTYPE_USER1 > > + > > Please don't use static logtypes. > Better to allocate a dynamic logtype value and use that.
I understand you are saying to use the following. I will incorporate your comments in upcoming revised patch set. #define RTE_LOG_REGISTER ( type, name, level ) https://doc.dpdk.org/api/rte__log_8h.html Thanks! BR, Hideyuki Yamahista NTT TechnoCross