Re: [dpdk-dev] [PATCH] log: fix level picked with globbing on type register

2020-04-09 Thread David Marchand
On Wed, Apr 8, 2020 at 12:48 AM Thomas Monjalon wrote: > > When a log type is registered, the level can be picked > by matching saved options. > The check of fnmatch globbing result was reversed. > > The same bug was already fixed in a similar function. > This one is acting in log type register fu

[dpdk-dev] [PATCH] log: fix level picked with globbing on type register

2020-04-07 Thread Thomas Monjalon
When a log type is registered, the level can be picked by matching saved options. The check of fnmatch globbing result was reversed. The same bug was already fixed in a similar function. This one is acting in log type register function. Note: this function rte_log_register_type_and_pick_level() i