> Are you sure you want "offload_zxdh" prefix for each log, instead of > shorter 'zxdh' one? >> + __func__, __VA_ARGS__) >> + >> +extern int zxdh_logtype_driver; >> +#define RTE_LOGTYPE_ZXDH_DRIVER zxdh_logtype_driver >> +#define PMD_DRV_LOG(level, ...) \ >> + RTE_LOG_LINE_PREFIX(level, ZXDH_DRIVER, "offload_zxdh %s(): ", \ >> > All log types seems same prefix, which is OK, but just a reminder if you > want to distinguish them? Thank you for your comments. We will change it to 'zxdh' prefix.. Add a keyword, for example, "zxdh msg %s (): ""zxdh rx %s ():" "zxdh tx %s (): " to distinguish.