24/04/2018 18:58, Stephen Hemminger: > /* enable all PMD logs (whose identifier string starts with "pmd") */ > - rte_log_set_level_regexp("pmd.*", RTE_LOG_DEBUG); > + rte_log_set_level_match("pmd.*", RTE_LOG_DEBUG);
The function name in the doc above does not match (sic) the new function name below. [...] > +int rte_log_set_level_pattern(const char *pattern, uint32_t level);