mbox

[0/2] Windows logging

Message ID 20200429232427.7112-1-pallavi.kadam@intel.com (mailing list archive)
Headers

Message

Kadam, Pallavi April 29, 2020, 11:24 p.m. UTC
  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 +++
 lib/librte_eal/windows/fnmatch.c         | 172 +++++++++++++++++++++++
 lib/librte_eal/windows/include/fnmatch.h |  16 +--
 lib/librte_eal/windows/meson.build       |   2 +
 5 files changed, 201 insertions(+), 8 deletions(-)
 create mode 100644 lib/librte_eal/windows/eal_log.c
 create mode 100644 lib/librte_eal/windows/fnmatch.c