Re: [dpdk-dev] [PATCH 0/2] Windows logging

2020-04-30 Thread Kadam, Pallavi
On 4/29/2020 11:48 PM, Thomas Monjalon wrote: 30/04/2020 01:24, Pallavi Kadam: This patchset adds EAL logging support on Windows. Logs will be sent to console output. Pallavi Kadam (2): eal: initialize eal logging on Windows eal: add fnmatch implementation on Windows fnmatch is requi

Re: [dpdk-dev] [PATCH 0/2] Windows logging

2020-04-29 Thread Thomas Monjalon
30/04/2020 01:24, Pallavi Kadam: > This patchset adds EAL logging support on Windows. > Logs will be sent to console output. > > Pallavi Kadam (2): > eal: initialize eal logging on Windows > eal: add fnmatch implementation on Windows fnmatch is required to change the log level of logs specifi

[dpdk-dev] [PATCH 0/2] Windows logging

2020-04-29 Thread Pallavi Kadam
This patchset adds EAL logging support on Windows. Logs will be sent to console output. Pallavi Kadam (2): eal: initialize eal logging on Windows eal: add fnmatch implementation on Windows lib/librte_eal/windows/eal.c | 3 + lib/librte_eal/windows/eal_log.c | 16 +++ l