Re: [dpdk-dev] [PATCH 2/2] eal: add fnmatch implementation on Windows

2020-05-04 Thread Thomas Monjalon
01/05/2020 03:08, Ranjit Menon: > On 4/30/2020 12:30 AM, Dmitry Kozlyuk wrote: > > On 2020-04-30 08:52 GMT+0200 Thomas Monjalon wrote: > >> 30/04/2020 01:24, Pallavi Kadam: > >>> Added fnmatch implementation on Windows to support > >>> log level arguments. > >>> The source file is with BSD-3-Clause

Re: [dpdk-dev] [PATCH 2/2] eal: add fnmatch implementation on Windows

2020-04-30 Thread Ranjit Menon
On 4/30/2020 12:30 AM, Dmitry Kozlyuk wrote: On 2020-04-30 08:52 GMT+0200 Thomas Monjalon wrote: 30/04/2020 01:24, Pallavi Kadam: Added fnmatch implementation on Windows to support log level arguments. The source file is with BSD-3-Clause license. https://github.com/lattera/freebsd/blob/master/

Re: [dpdk-dev] [PATCH 2/2] eal: add fnmatch implementation on Windows

2020-04-30 Thread Dmitry Kozlyuk
On 2020-04-30 08:52 GMT+0200 Thomas Monjalon wrote: > 30/04/2020 01:24, Pallavi Kadam: > > Added fnmatch implementation on Windows to support > > log level arguments. > > The source file is with BSD-3-Clause license. > > https://github.com/lattera/freebsd/blob/master/usr.bin/csup/fnmatch.c > > S

Re: [dpdk-dev] [PATCH 2/2] eal: add fnmatch implementation on Windows

2020-04-29 Thread Thomas Monjalon
30/04/2020 01:24, Pallavi Kadam: > Added fnmatch implementation on Windows to support > log level arguments. > The source file is with BSD-3-Clause license. > https://github.com/lattera/freebsd/blob/master/usr.bin/csup/fnmatch.c Sorry for the naive question, I don't know Windows programming. Do w

[dpdk-dev] [PATCH 2/2] eal: add fnmatch implementation on Windows

2020-04-29 Thread Pallavi Kadam
Added fnmatch implementation on Windows to support log level arguments. 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: Tasnim Bashar Tested-by: Dmitry Kozlyuk