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

2020-05-07 Thread Thomas Monjalon
06/05/2020 03:30, Pallavi Kadam: > This patchset adds EAL logging support on Windows. > Logs will be sent to console output. > > v2 Changes: > Introduced Fnmatch implementation first > Added logging support in the second patch > > Pallavi Kadam (2): > eal: add fnmatch implementation

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

2020-05-05 Thread Pallavi Kadam
This patchset adds EAL logging support on Windows. Logs will be sent to console output. v2 Changes: Introduced Fnmatch implementation first Added logging support in the second patch Pallavi Kadam (2): eal: add fnmatch implementation eal: add log support on Windows lib/librte