net/virtio: fix incorrect cast of void *
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal.c
2017-12-08 Olivier Matzeal: use sizeof to avoid a double use of a define
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
2016-02-09 Kamil Rytarowskieal/linux: support built-in kernel modules
2015-11-25 Ferruh Yigiteal/linux: fix build with glibc < 2.12
2015-11-12 Panu Matilaineneal: move plugin loading from linuxapp to common
2015-11-04 Tiwei Bieeal: do not reset getopt lib
2015-11-03 Ravi Kerureal: set name to threads
2015-10-20 David Marchandeal: fix io permission for virtio interrupt handler
2015-07-26 David Marchandeal: remove dependency on drivers
2015-07-20 Stephen Hemmingereal/linux: change log severity levels
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-06-22 Keith Wileseal: fix log level of early messages
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-02-24 Cunming Liangeal: apply thread affinity by assigned cpuset
2015-02-24 Thomas Monjaloneal: add help option
2015-02-24 Thomas Monjaloneal: sort and align options lists
2015-01-16 Tomasz Kulasekeal/linux: check fscanf return when parsing modules...
2015-01-15 Michael Qiuvfio: avoid enabling while the module is not loaded
2014-12-11 Michael Qiueal: fix build with icc
2014-11-27 David Marchandeal/linux: fix remaining checks for 64-bit architectures
2014-11-26 Chao Zhumem: add huge page sizes for IBM Power
2014-11-26 Chao Zhueal/linux: disable iopl operation for IBM Power
2014-11-25 Thomas Monjaloneal: factorize configuration adjustment
2014-11-25 Thomas Monjaloneal: factorize options sanity check
2014-11-25 Thomas Monjaloneal: factorize internal config reset
2014-09-29 David Marchandeal: set iopl only when needed
2014-09-29 David Marchandeal: revert link bonding specific initialization
2014-09-23 David Marchandeal: indent files
2014-09-23 David Marchandeal: rework long options parsing
2014-09-23 David Marchandeal: merge bsd and linux common options parsing
2014-09-23 David Marchandeal: fix checkpatch issues before moving code
2014-09-23 David Marchandeal: remove duplicate handling of white/black list
2014-09-23 David Marchandeal: factorise unsupported option handling
2014-09-23 David Marchandeal: remove unused --use-device option
2014-09-18 David Marchandeal: set log level from command line
2014-08-29 David Marchandeal: remove unused macros
2014-07-22 Anatoly Burakoveal: use --base-virtaddr for mapping rte_config as...
2014-07-22 Anatoly Burakoveal: map shared config into exact same address as prima...
2014-07-01 Declan Dohertyeal: support link bonding device initialization
2014-06-19 Pablo de Laraeal: fix option --base-virtaddr
2014-06-16 Anatoly Burakoveal: add command line option to select vfio interrupt...
2014-06-16 Anatoly Burakovvfio: DMA mapping
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-20 Neil Hormaneal: make vdev init path generic for both virtual and...
2014-05-16 Stephen Hemmingerspelling fixes
2014-05-05 David Marchandeal: remove unused config fields
2014-04-30 Maxime Leroyeal: fix vdev allocation on non-0 numa socket
2014-04-17 Pascal Mazoneal: do not try to load library from current directory
next