Re: [dpdk-dev] [PATCH 01/11] log: fix plugin level restore with patterns

2019-08-19 Thread Andrew Rybchenko
On 8/19/19 2:41 PM, David Marchand wrote: Same fix as the commit 6ff0f81d0ef7 ("log: fix pattern matching"), fnmatch returns 0 on success. Fixes: 7f0bb634a140 ("log: add ability to match log type with globbing") Fixes: 6ff0f81d0ef7 ("log: fix pattern matching") Cc: sta...@dpdk.org Signed-off-by

[dpdk-dev] [PATCH 01/11] log: fix plugin level restore with patterns

2019-08-19 Thread David Marchand
Same fix as the commit 6ff0f81d0ef7 ("log: fix pattern matching"), fnmatch returns 0 on success. Fixes: 7f0bb634a140 ("log: add ability to match log type with globbing") Fixes: 6ff0f81d0ef7 ("log: fix pattern matching") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- lib/librte_eal/common