test mbuf attach
[dpdk.git] / lib / librte_eal / common /
2020-07-08 Lukasz Wojciechowskiservice: fix core mapping reset
2020-07-08 David Marchandeal: add multiprocess disable API
2020-07-08 David Marchandeal: add lcore iterators
2020-07-08 David Marchandeal: add lcore init callbacks
2020-07-08 David Marchandeal: register non-EAL threads as lcores
2020-07-08 David Marchandeal: move lcore role code
2020-07-08 David Marchandeal: introduce thread uninit helper
2020-07-08 David Marchandeal: introduce thread init helper
2020-07-08 David Marchandeal: fix multiple definition of per lcore thread id
2020-07-08 David Marchandeal: relocate per thread symbols to common
2020-07-07 Igor Romanovservice: fix lcore iteration
2020-07-07 Haiyue Wangvfio: support VF token
2020-07-07 Stephen Hemmingereal: fix lcore accessors for non-EAL threads
2020-07-06 Tal Shnaidermanmbuf: build on Windows
2020-07-05 David Marchandtrace: simplify trace point registration
2020-07-05 Bruce Richardsoneal: restrict default plugin path to shared lib mode
2020-07-05 Bruce Richardsoneal: cache last directory permissions checked
2020-07-05 Bruce Richardsoneal: forbid loading drivers from insecure paths
2020-07-05 Bruce Richardsoneal: load only shared libs from driver plugin directories
2020-07-05 Bruce Richardsoneal: remove unnecessary null-termination in plugin...
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-24 Tal Shnaidermaneal: move OS common debug functions to single file
2020-06-23 Fady Badertimer: support EAL functions on Windows
2020-06-23 Fady Badertimer: move from common to Unix directory
2020-06-15 Dmitry Kozlyukeal/windows: implement basic memory management
2020-06-15 Dmitry Kozlyukeal/windows: add tracing stubs
2020-06-15 Dmitry Kozlyukmem: extract common dynamic memory allocation
2020-06-15 Dmitry Kozlyukmem: extract common memseg list initialization
2020-06-15 Dmitry Kozlyukeal: introduce memory management wrappers
2020-06-15 Dmitry Kozlyukeal: introduce internal wrappers for file operations
2020-06-15 Pallavi Kadameal/windows: fix warnings
2020-05-19 Jerin Jacobdoc: use globbing terminology
2020-05-11 Bing Zhaomem: fix overflow on allocation
2020-05-11 Phil Yangservice: relax barriers with C11 atomics
2020-05-11 Phil Yangservice: optimize with C11 atomics
2020-05-11 Phil Yangservice: remove redundant code
2020-05-11 Phil Yangservice: remove rte prefix from static functions
2020-05-11 Honnappa Nagarahalliservice: fix identification of service running on other...
2020-05-11 Honnappa Nagarahalliservice: fix race condition for MT unsafe service
2020-05-10 Bruce Richardsoneal: add telemetry callbacks
2020-05-10 Ciara Powereal: remove option registration infrastructure
2020-05-10 Ciara Powereal: add telemetry as dependency
2020-05-06 Phil Yangtrace: fix build with gcc 10
2020-05-06 David Marchandtrace: remove string duplication
2020-05-06 David Marchandtrace: remove limitation on patterns number
2020-05-06 David Marchandtrace: remove unneeded checks in internal API
2020-05-06 David Marchandtrace: avoid confusion on optarg
2020-05-06 David Marchandtrace: simplify trace point headers
2020-04-26 Dmitry Kozlyukeal: disable tracing on Windows
2020-04-26 Thomas Monjalonmem: fix build
2020-04-24 Li Fengmem: exclude unused memory from core dump
2020-04-24 Stephen Hemmingereal: fix comments spelling
2020-04-23 Sunil Kumar Koritrace: add trace mode configuration parameter
2020-04-23 Sunil Kumar Koritrace: add trace bufsize configuration parameter
2020-04-23 Sunil Kumar Koritrace: add trace directory configuration parameter
2020-04-23 Sunil Kumar Koritrace: add trace configuration parameter
2020-04-23 Jerin Jacobtrace: add interrupt tracepoints
2020-04-23 Jerin Jacobtrace: add thread tracepoints
2020-04-23 Jerin Jacobtrace: add memzone tracepoints
2020-04-23 Jerin Jacobtrace: add memory tracepoints
2020-04-23 Jerin Jacobtrace: add alarm tracepoints
2020-04-23 Jerin Jacobtrace: add generic tracepoints
2020-04-23 Jerin Jacobtrace: hook subsystem to Linux
2020-04-23 Jerin Jacobtrace: implement registration payload
2020-04-23 Jerin Jacobtrace: implement trace save
2020-04-23 Jerin Jacobtrace: implement debug dump
2020-04-23 Jerin Jacobtrace: implement memory allocation
2020-04-23 Sunil Kumar Koritrace: handle CTF keyword collision
2020-04-23 Jerin Jacobtrace: create CTF TDSL metadata in memory
2020-04-23 Jerin Jacobtrace: save bootup timestamp
2020-04-23 Jerin Jacobtrace: add internal init and fini interface
2020-04-23 Jerin Jacobtrace: implement operation APIs
2020-04-23 Jerin Jacobtrace: implement register API
2020-04-23 Jerin Jacobtrace: introduce new subsystem
2020-04-21 Tonghao Zhangeal: fix PRNG init with HPET enabled
2020-04-16 Thomas Monjalonlog: fix level picked with globbing on type register
2020-04-16 Thomas Monjalonreplace no-return attributes
2020-04-16 Thomas Monjalonreplace used attributes
2020-04-16 Thomas Monjalonreplace packed attributes
2020-03-31 Thomas Monjaloneal: move common header files
2020-03-31 Thomas Monjaloneal: simplify meson build of common directory
2020-03-31 Thomas Monjaloneal: move arch-specific header files
2020-03-31 Thomas Monjaloneal: move arch-specific C files
2020-03-31 Thomas Monjalonbuild: rename ppc sub-directories
2020-03-27 Ferruh Yigitlog: add API to check if a logtype can log in a given...
2020-03-24 Jerin Jacobeal: store control thread CPU affinity in TLS
2020-03-18 Dmitry Kozlyukeal: introduce portable format attribute
2020-03-17 Thomas Monjaloneal: fix compiler detection in public headers
2020-03-13 Harry van Haarenservice: fix crash on exit
2020-03-13 David Marchandmem: mark pages as not accessed when reserving VA
2020-03-13 Haifeng Lineal/arm64: fix precise TSC
2020-03-13 David Marchandeal/arm64: remove internal macros
2020-03-13 Sunil Kumar Korieal: fix log message print for regex
2020-03-13 Haiyue Wangeal: fix 32-bit structure marker
2020-02-12 Pallavi Kadameal: disable syslog and dlopen on Windows
2020-02-12 Pallavi Kadameal/x86: include SSE4 support on Windows
2020-02-11 Thomas Monjalonbuild: remove redundant config include
next