eal: remove experimental tag for user mbuf pool ops
[dpdk.git] / lib /
2018-08-08 Olivier Matzeal: remove experimental tag for user mbuf pool ops
2018-08-08 Olivier Matzeal: remove deprecated function for mbuf pool ops
2018-08-07 Pablo de Larahash: fix doxygen of return values
2018-08-07 Thomas Monjalonethdev: bump library version
2018-08-05 Thomas Monjalonversion: 18.08-rc3
2018-08-05 Kevin Traynormeter: remove experimental tag from profile API
2018-08-05 Andrew Rybchenkoeal: deprecate device attach and detach functions
2018-08-05 Andrew Rybchenkoethdev: deprecate attach and detach functions
2018-08-05 Andrew Rybchenkomempool: fold memory size calculation helper
2018-08-05 Andrew Rybchenkomempool: remove deprecated functions
2018-08-05 Jerin Jacobeal: fix bitmap documentation
2018-08-05 Honnappa Nagarahalliring: clarify preemptible nature of algorithm
2018-08-05 Pablo de Laramempool: check for zero size creation
2018-08-05 Kevin Traynorethdev: decrease log level for unneeded actions
2018-08-05 Harry van Haarenevent: fix ring init failure handling
2018-08-04 Maxime Coquelinvhost: flush IOTLB cache on new mem table handling
2018-08-02 Tiwei Bievhost: remove unused variable
2018-08-02 Stephen Hemmingerethdev: decrease log level of ownership change
2018-08-01 Shreyansh Jainrawdev: fix missing queue count API
2018-08-01 Reshma Pattanlatency: free up the memzone
2018-08-01 Anatoly Burakoveal/bsd: silence unsupported interrupts error
2018-08-01 Rami Rosenethdev: remove unused forward declaration
2018-08-01 Ben Sheltonethdev: clarify usage of TM node parent update
2018-07-26 Thomas Monjalonversion: 18.08-rc2
2018-07-26 Shreyansh Jainrawdev: remove experimental tag
2018-07-26 Hemant Agrawalvfio: remove experimental tag
2018-07-26 Hemant Agrawalmbuf: remove experimental tag from pool ops
2018-07-26 Hemant Agrawalbuildtools: change license to SPDX
2018-07-26 Remy Hortonmetrics: disallow null as metric name
2018-07-26 Remy Hortonmetrics: do not fail silently when uninitialised
2018-07-26 Remy Hortonmetrics: add check for invalid key
2018-07-26 Remy Hortonbitrate: add sanity check on parameters
2018-07-26 Harry van Haarenservice: improve checks of coremasks
2018-07-26 Andy Greenring: fix sign conversion warning
2018-07-26 Andy Greenring: fix declaration after statement
2018-07-26 Tiwei Bievhost: release locks on RARP packet failure
2018-07-26 Tiwei Bievhost: fix overflow on shadow used ring
2018-07-26 Jiayu Huvhost: fix return value on dequeue path
2018-07-23 Jasvinder Singhethdev: improve description for port name API
2018-07-23 Tiwei Bievhost: fix buffer length calculation
2018-07-23 Jerin Jacobethdev: fix queue statistics mapping documentation
2018-07-26 Anatoly Burakovmem: revert reversed allocation
2018-07-26 Bruce Richardsoneal: fix error message for unsupported platforms
2018-07-26 Bruce Richardsonkvargs: fix building with meson outside source tree
2018-07-26 Bruce Richardsonbuild: remove duplicate checks for cflags
2018-07-26 Bruce Richardsonbuild: improve error message for missing dependency
2018-07-20 David Huntexamples/vm_power: add branch ratio policy type
2018-07-20 Qi Zhangvfio: remove uneccessary IPC for group fd clear
2018-07-20 Qi Zhangeal: fix hotplug add and remove
2018-07-20 Anatoly Burakovmem: add logic check for static analyzer
2018-07-20 Anatoly Burakovmalloc: do not skip pad on free
2018-07-20 Andrew Rybchenkodevargs: fix parsing truncation when using format
2018-07-19 Anatoly Burakoveal: fix dependency in multi-process detection
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 Rivetkvargs: add generic string matching callback
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 Rivetkvargs: introduce a more flexible parsing function
2018-07-15 Gaetan Rivetkvargs: build before EAL
2018-07-15 Gaetan Rivetkvargs: remove error logs
2018-07-15 Gaetan Rivetdevargs: add non-variadic parsing function
2018-07-15 Gaetan Rivetdevargs: use log functions
2018-07-13 Kiran Kumarethdev: check queue stats mapping input arguments
2018-07-13 Stephen Hemmingereal: add uuid API
2018-07-13 Dan Goravhost/crypto: use function to access mbuf private area
2018-07-13 Dan Gorambuf: add accessor function for private data area
2018-07-13 Nelio Laranjeiroethdev: fix missing function in map file
2018-07-13 Anatoly Burakovmem: support --in-memory mode
2018-07-13 Anatoly Burakoveal: add --in-memory option
2018-07-13 Anatoly Burakovmem: support --huge-unlink mode
2018-07-13 Anatoly Burakoveal: do not create runtime dir in --no-shconf mode
2018-07-13 Anatoly Burakoveal: support --no-shconf in hugepage data file
2018-07-13 Anatoly Burakoveal: support --no-shconf for hugepage info
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 Jianfeng Taneal: bring forward init of interrupt handling
2018-07-13 Anatoly Burakoveal/bsd: support alarm API
2018-07-13 Anatoly Burakoveal/bsd: add interrupt thread
2018-07-13 Jianfeng Taneal/linux: use libc malloc in interrupt handling
2018-07-13 Jianfeng Taneal/linux: use libc malloc in alarm
2018-07-13 Anatoly Burakovvfio: fix uninitialized variable
2018-07-13 Anatoly Burakoveal/linux: fix uninitialized value
2018-07-13 Anatoly Burakoveal/linux: fix invalid syntax in interrupts
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 Burakovmem: mark pages as freeable on exit
next