Re: [dpdk-dev] [PATCH v2 1/2] eal: add fnmatch implementation

2020-05-05 Thread Narcisa Ana Maria Vasile
On Tue, May 05, 2020 at 06:30:31PM -0700, Pallavi Kadam wrote: > Fnmatch implementation is required on Windows to support > log level arguments specified with a globbing pattern. > The source file is with BSD-3-Clause license. > https://github.com/lattera/freebsd/blob/master/usr.bin/csup/fnmatch.c

[dpdk-dev] [PATCH v2 1/2] eal: add fnmatch implementation

2020-05-05 Thread Pallavi Kadam
Fnmatch implementation is required on Windows to support log level arguments specified with a globbing pattern. The source file is with BSD-3-Clause license. https://github.com/lattera/freebsd/blob/master/usr.bin/csup/fnmatch.c Signed-off-by: Pallavi Kadam Reviewed-by: Ranjit Menon Reviewed-by: