eal/bsd: rename bsdapp to freebsd
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal.c
2019-01-23 Ilya Maximetseal/linux: fix parsing zero socket memory and limits
2019-01-14 Anatoly Burakoveal: fix strdup usages in internal config
2018-12-21 Qi Zhangeal: close multi-process socket during cleanup
2018-12-20 Anatoly Burakoveal: fix runtime directory cleanup in noshconf mode
2018-12-20 Jim Harrismalloc: add option --match-allocations
2018-12-19 Anatoly Burakoveal: clean up unused files on initialization
2018-10-28 Eric Zhangeal: force IOVA to a particular mode
2018-10-28 Alejandro Luceromem: add function for checking memseg IOVA
2018-10-28 Ziye Yangeal/linux: fix memory leak of logid
2018-10-27 Kevin Laatzeal: export function to get runtime directory
2018-10-27 Kevin Laatzeal: add option register infrastructure
2018-10-25 Stephen Hemmingereal: remove double space in init alert messages
2018-10-22 Anatoly Burakoveal: improve musl compatibility of thread log
2018-10-17 Qi Zhangeal: enable hotplug on multi-process
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
2018-10-03 Anatoly Burakovmem: store memory mode flags in shared config
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-07-19 Anatoly Burakoveal: fix dependency in multi-process detection
2018-07-13 Anatoly Burakoveal: do not create runtime dir in --no-shconf mode
2018-07-13 Jianfeng Taneal: bring forward init of interrupt handling
2018-07-13 Anatoly Burakoveal: add option to limit memory allocation on sockets
2018-07-13 Anatoly Burakovmem: mark pages as freeable on exit
2018-05-20 Adrien Mazarguileal: fix runtime directory permissions
2018-05-15 Anatoly Burakoveal: move runtime directory creation after args parsing
2018-05-14 Anatoly Burakoveal: move runtime data into dedicated directory
2018-05-14 Anatoly Burakoveal: add directory for runtime data
2018-05-13 Ivan Maloveal: fix mempool ops name parsing
2018-04-26 Stephen Hemmingereal: shut up warning about master lcore
2018-04-24 Olivier Matzuse sizeof to avoid double use of a length define
2018-04-24 Jianfeng Taneal: bring forward multi-process channel init
2018-04-17 Jianfeng Tanvfio: use generic multi-process channel
2018-04-11 Anatoly Burakoveal: enable non-legacy memory mode
2018-04-11 Anatoly Burakovmem: share hugepage info primary and secondary
2018-04-11 Anatoly Burakoveal: add single file segments option
2018-04-11 Anatoly Burakovmemzone: replace memzone array with fbarray
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakoveal: add legacy memory option
2018-04-11 Anatoly Burakoveal: use memseg walk instead of iteration
2018-03-21 Anatoly Burakoveal: add internal flag of init completed
2018-02-06 Nipun Guptambuf: fix logic of user mempool ops API
2018-02-01 Olivier Matzeal: use SPDX tags in 6WIND copyrighted files
2018-01-31 Pavan Nikhilesheal: fix default mempool ops
2018-01-30 Jianfeng Taneal: add channel for multi-process communication
2018-01-29 Neil Hormanadd experimental tag to appropriate functions
2018-01-29 Harry van Haareneal: add function to release internal resources
2018-01-29 Hemant Agrawaleal: prefix mbuf pool ops name with user defined
2017-11-06 Ferruh Yigiteal/linux: force IOVA as PA mode if KNI module inserted
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-11-06 Gaetan Rivetvfio: fix namespace prefix of newly exposed functions
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 Gaetan Rivetvfio: check PCI dependency in PCI scan
2017-10-26 Gaetan Rivetvfio: expose functions
2017-10-26 Gaetan Riveteal: expose internal config elements
2017-10-23 Hemant Agrawalvfio: enable independently of PCI bus
2017-10-13 Santosh Shuklaeal: call plugin init before device parse
2017-10-09 Patrick MacArthureal: copy raw strings taken from command line
2017-10-08 Jianfeng Taneal: remove Xen dom0 support
2017-10-06 Santosh Shuklaeal: allow user to override default mempool driver
2017-10-06 Santosh Shuklaeal: auto detect IOVA mode
2017-10-06 Santosh Shuklaeal: introduce helper API for IOVA mode
2017-08-03 Gaetan Riveteal: read and parse device option separately
2017-07-16 Harry van Haarenservice: initialize with EAL
2017-07-16 Stephen Hemmingerlib: remove duplicate includes
2017-04-19 Olivier Matzeal: remove log level from internal config
2017-04-19 Olivier Matzeal: move internal config initialization
2017-04-19 Olivier Matzlog: fix default level
2017-04-14 Jan Blunckeal: remove unused device init function
2017-04-14 Shreyansh Jainpci: use bus driver for scan/probe
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-05 Olivier Matzeal: change specific log levels at startup
2017-03-27 Aaron Conoleeal: do not panic on bus probe/scan failure
2017-03-27 Aaron Conoleeal: do not panic on vdev init failure
2017-03-27 Aaron Conoleeal: do not panic on PCI failures
2017-03-27 Aaron Conoleeal: do not panic if plugins fail to init
2017-03-27 Aaron Conoleeal: do not panic on interrupt thread init
2017-03-27 Aaron Conoleeal: do not panic on timer init failure
2017-03-27 Aaron Conoleeal: do not panic on a number of conditions
2017-03-27 Aaron Conoleeal: set errno when exiting for already initialized
2017-03-27 Aaron Conoleeal: do not panic on memzone init failure
2017-03-27 Aaron Conoleeal: do not panic on argument parsing error
2017-03-27 Aaron Conoleeal: do not panic on hugepage info init
2017-03-27 Aaron Conoleeal: do not panic when CPU is not supported
2017-03-27 Aaron Conoleeal: do not panic on CPU detection
2017-01-19 Shreyansh Jainbus: add probing
2017-01-19 Shreyansh Jainbus: add scanning
2016-12-21 Jerin Jacobeal: postpone vdev initialization
2016-10-13 John Ousterhoutlog: respect logger configured before EAL init
2016-10-05 Jean Tourrilhesmem: fix hugepage mapping error messages
2016-10-03 David Marchandeal: remove duplicate function declaration
2016-10-03 Flavio Leitnereal: move CPU flags check from constructor to init
2016-08-23 David Marchandivshmem: remove library and its EAL integration
2016-07-11 Jan Viktorinvfio: rework initialization to be extendable
2016-07-11 Jan Viktorinvfio: initialize out of the PCI subsystem
2016-06-30 Jianfeng Tanmem: fix allocating all free hugepages
2016-06-17 Thomas Monjaloneal: fix thread naming on FreeBSD
2016-06-15 Olivier Matzeal/linux: only call iopl on x86
2016-03-09 Huawei Xiepci: use new compiler flag for x86
2016-03-09 Harry van Haareneal: fix race condition in multi-process startup
2016-02-24 Santosh Shuklaeal/linux: never check iopl for arm
next