test mbuf attach
[dpdk.git] / lib / librte_eal / windows /
2020-07-11 Thomas Monjalonpci: keep API compatibility with mmap values
2020-07-10 Dmitry Kozlyukeal/windows: detect insufficient privileges for hugepages
2020-07-08 David Marchandeal: add multiprocess disable API
2020-07-08 David Marchandeal: register non-EAL threads as lcores
2020-07-08 David Marchandeal: introduce thread uninit helper
2020-07-08 David Marchandeal: introduce thread init helper
2020-07-08 David Marchandeal: relocate per thread symbols to common
2020-06-29 Tasnim Bashareal/windows: fix thread handle
2020-06-29 Tal Shnaidermanbus/pci: support Windows with bifurcated drivers
2020-06-29 Tal Shnaidermanbus/pci: introduce Windows support with stubs
2020-06-29 Tal Shnaidermaneal: move OS common options usage functions
2020-06-29 Tal Shnaidermaneal: move OS common config objects
2020-06-24 Tal Shnaidermaneal/windows: support exit and panic
2020-06-23 Fady Badertimer: support EAL functions on Windows
2020-06-15 Dmitry Kozlyukeal/windows: implement basic memory management
2020-06-15 Dmitry Kozlyukeal/windows: initialize hugepage info
2020-06-15 Dmitry Kozlyukeal/windows: improve CPU and NUMA node detection
2020-06-15 Dmitry Kozlyukeal/windows: complete queue.h data structures
2020-06-15 Dmitry Kozlyukeal/windows: add tracing stubs
2020-06-15 Pallavi Kadameal/windows: fix warnings
2020-06-11 Tasnim Bashareal/windows: support thread ID query
2020-05-07 Pallavi Kadameal/windows: support logging
2020-05-07 Pallavi Kadameal/windows: add fnmatch implementation
2020-04-21 Tal Shnaidermaneal/windows: fix build
2020-04-21 Dmitry Kozlyukeal/windows: do not expose private facilities
2020-04-16 Thomas Monjalonreplace unused attributes
2020-03-31 Thomas Monjaloneal: move OS-specific sub-directories
2020-03-31 Thomas Monjaloneal: simplify meson build of common directory
2020-03-18 Dmitry Kozlyukeal/windows: support building with MinGW-w64
2020-03-18 Dmitry Kozlyukeal/windows: use lowercase filenames for system headers
2020-02-21 Dmitry Kozlyukeal/windows: fix out-of-memory check in asprintf
2020-02-12 Pallavi Kadameal/windows: support command line options parsing
2020-02-12 Pallavi Kadameal/windows: support more common files
2020-02-12 Pallavi Kadameal/windows: detect process type
2020-02-12 Pallavi Kadameal/windows: add getopt implementation
2020-02-12 Pallavi Kadameal/windows: add some basic functions and macros
2020-02-12 Pallavi Kadameal/windows: add dirent implementation
2020-01-20 David Marchandeal/windows: fix cpuset macro name
2019-11-28 Stephen Hemmingereal/windows: remove tail queue license boilerplate
2019-10-27 Stephen Hemmingereal: make lcore config private
2019-04-02 Anand Rawatbuild: add workarounds for Windows helloworld
2019-04-02 Anand Rawateal/windows: add minimum viable code
2019-04-02 Anand Rawateal/windows: add headers for compatibility
2019-04-02 Anand Rawateal/windows: add sys/queue.h implementation copy
2019-04-02 Anand Rawateal/windows: add wrappers for string functions
2019-04-02 Anand Rawateal: add OS specific header file
2019-04-02 Anand Rawateal/windows: introduce Windows support