eal: remove deprecated function for mbuf pool ops
[dpdk.git] / lib / librte_eal / common /
2018-08-08 Olivier Matzeal: remove deprecated function for mbuf pool ops
2018-08-05 Thomas Monjalonversion: 18.08-rc3
2018-08-05 Andrew Rybchenkoeal: deprecate device attach and detach functions
2018-08-05 Jerin Jacobeal: fix bitmap documentation
2018-07-26 Thomas Monjalonversion: 18.08-rc2
2018-07-26 Hemant Agrawalvfio: remove experimental tag
2018-07-26 Harry van Haarenservice: improve checks of coremasks
2018-07-20 Qi Zhangeal: fix hotplug add and remove
2018-07-20 Anatoly Burakovmalloc: do not skip pad on free
2018-07-20 Andrew Rybchenkodevargs: fix parsing truncation when using format
2018-07-18 Anatoly Burakovmem: fix alignment of requested virtual areas
2018-07-18 Pablo de Laradevargs: fix build with gcc 4.7
2018-07-15 Thomas Monjalonversion: 18.08-rc1
2018-07-15 Gaetan Riveteal: implement device iteration
2018-07-15 Gaetan Riveteal: implement device iteration initialization
2018-07-15 Gaetan Riveteal: add device iterator interface
2018-07-15 Gaetan Rivetdevargs: add function to parse device layers
2018-07-15 Gaetan Riveteal: introduce device class abstraction
2018-07-15 Gaetan Riveteal: introduce destructor macros
2018-07-15 Gaetan Rivetdevargs: add non-variadic parsing function
2018-07-15 Gaetan Rivetdevargs: use log functions
2018-07-13 Stephen Hemmingereal: add uuid API
2018-07-13 Anatoly Burakoveal: add --in-memory option
2018-07-13 Anatoly Burakovmem: support --huge-unlink mode
2018-07-13 Anatoly Burakovipc: support --no-shconf mode
2018-07-13 Anatoly Burakovfbarray: support --no-shconf mode
2018-07-13 Anatoly Burakoveal: move runtime config file to new location
2018-07-13 Anatoly Burakovipc: remove thread for async requests
2018-07-13 Anatoly Burakoveal: add option to limit memory allocation on sockets
2018-07-13 Anatoly Burakovmemzone: improve zero-length reserve
2018-07-13 Anatoly Burakovmalloc: allow reserving biggest element
2018-07-13 Anatoly Burakovmalloc: add finding biggest free IOVA-contiguous element
2018-07-13 Anatoly Burakovmalloc: fix pad erasing
2018-07-13 Anatoly Burakovmem: provide thread-unsafe memseg list walk variant
2018-07-13 Anatoly Burakovmem: provide thread-unsafe memseg walk variant
2018-07-13 Anatoly Burakovmem: provide thread-unsafe contig walk variant
2018-07-13 Anatoly Burakovfbarray: add reverse finding of contiguous
2018-07-13 Anatoly Burakovfbarray: add reverse finding of chunk
2018-07-13 Anatoly Burakovfbarray: add reverse finding
2018-07-13 Anatoly Burakovfbarray: reduce duplication in element finding
2018-07-13 Anatoly Burakovfbarray: reduce duplication in chunk finding
2018-07-13 Anatoly Burakovfbarray: reduce duplication in contiguous finding
2018-07-13 Anatoly Burakovfbarray: fix errno values returned from functions
2018-07-12 Anatoly Burakovmem: make segment preallocation OS-specific
2018-07-12 Dariusz Stojaczykeal: fix return codes on control thread failure
2018-07-12 Dariusz Stojaczykeal: ignore failure of naming a control thread
2018-07-12 Dariusz Stojaczykmem: do not use --base-virtaddr in secondary processes
2018-07-12 Dariusz Stojaczykmem: fix alignment requested with --base-virtaddr
2018-07-12 Dariusz Stojaczykmem: fix alignment of requested virtual areas
2018-07-12 Dariusz Stojaczykmem: avoid crash on memseg query with invalid address
2018-07-12 Honnappa Nagarahallihash: validate hash bucket entries while compiling
2018-07-06 Gage Eadsservice: add mechanism for quiescing
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-11 Erik Gabriel Carrilloservice: add attribute API
2018-07-10 Jananee Parthasarathycryptodev: remove debug compilation option
2018-07-02 Ferruh Yigiteal: do not enable static log macro for ethdev
2018-06-29 Anatoly Burakovipc: fix locking while sending messages
2018-06-01 Thomas Monjalonversion: 18.08-rc0
2018-05-30 Thomas Monjalonversion: 18.05.0
2018-05-30 David Marchandmem: add missing newline in callback log
2018-05-28 Thomas Monjalonversion: 18.05-rc6
2018-05-28 Olivier Matzeal: deprecate function to set default mbuf pool
2018-05-28 Anatoly Burakovmemzone: clarify support for zero-length memzones
2018-05-28 Anatoly Burakovmem: document callbacks not being supported in some...
2018-05-25 Pablo de Laraeal: convert dual-license to SPDX
2018-05-25 Hemant Agrawaleal: add missing SPDX identifiers
2018-05-22 Thomas Monjalonversion: 18.05-rc5
2018-05-22 Andy Greeneal: explicit cast in rwlock functions
2018-05-22 Andy Greeneal/x86: fix type of variable in memcpy function
2018-05-21 Ferruh Yigitlog: fix pattern matching
2018-05-20 Andy Greeneal: explicit cast in constant byte swap
2018-05-20 Andy Greeneal: fix casts in random functions
2018-05-20 Andy Greeneal: explicit cast of strlcpy return
2018-05-15 Thomas Monjalonversion: 18.05-rc4
2018-05-14 Ferruh Yigitversion: 18.05-rc3
2018-05-14 Anatoly Burakoveal: move runtime data into dedicated directory
2018-05-14 Anatoly Burakoveal: add directory for runtime data
2018-05-14 Anatoly Burakovmem: rename function returning hugepage data path
2018-05-14 Anatoly Burakoveal: remove unused path pattern
2018-05-14 Anatoly Burakovipc: fix duplicate string copy in async request
2018-05-14 Anatoly Burakovmem: fix potential underflow on mem size calculation
2018-05-14 Anatoly Burakovmemzone: document reserving zero-length memzones
2018-05-14 Anatoly Burakovmemzone: fix size on reserving biggest memzone
2018-05-13 Anatoly Burakovmemzone: fix race condition on alloc failure
2018-05-13 Anatoly Burakovmem: unmap unneeded space
2018-05-13 Anatoly Burakovmem: check if allocation size is too big
2018-05-13 Thomas Monjaloneal: fix typo in doc of pointer offset macro
2018-05-13 Andy Greenspinlock/x86: move stack declaration before code
2018-05-13 Andy Greeneal: declare trace buffer at top of own block
2018-05-13 Andy Greeneal: explicit cast of core id when getting index
2018-05-13 Andy Greeneal: explicit cast of builtin for bsf32
2018-05-08 Anatoly Burakovmem: add argument to memory event callback
2018-05-02 Thomas Monjalonversion: 18.05-rc2
2018-05-02 Konstantin Ananyeveal/x86: fix atomic exchange for 32-bit
2018-05-02 Anatoly Burakovmalloc: avoid padding elements on page deallocation
2018-05-02 Anatoly Burakovmalloc: set pad to 0 on free
2018-05-02 Jianfeng Taneal: fix use-after-free on control thread creation
2018-05-02 Jianfeng Taneal: fix memory leak on control thread failure
2018-04-30 Anatoly Burakovmalloc: fix heap size not set on init
2018-04-27 Thomas Monjalonversion: 18.05-rc1
next