eal: fix thread naming on FreeBSD
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal.c
2016-06-17 Thomas Monjaloneal: fix thread naming on FreeBSD
2016-03-09 Harry van Haareneal: fix race condition in multi-process startup
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-07-26 David Marchandeal: remove dependency on drivers
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-06-22 Keith Wileseal: fix log level of early messages
2015-06-12 Stephen Hemmingereal: fix whitespace
2015-04-28 Raz Amireal/bsd: fix virtio on FreeBSD
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-04 Stephen Hemmingereal/bsd: remove useless assignments
2015-02-24 Cunming Liangeal: apply thread affinity by assigned cpuset
2015-02-24 Cunming Liangeal/bsd: standardize init sequence between linux and bsd
2015-02-24 Thomas Monjaloneal: add help option
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-10-09 David Marchandeal/bsd: fix core detection
2014-09-29 David Marchandeal: set iopl only when needed
2014-09-29 David Marchandeal/bsd: fix fd leak
2014-09-29 David Marchandeal: revert link bonding specific initialization
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-02 Thomas Monjaloneal: fix build for bsd
2014-07-01 Declan Dohertyeal: support link bonding device initialization
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 Thomas Monjaloneal: fix usage description for bsd
2014-04-29 Olivier Matzdevargs: replace --use-device option by --pci-whitelist...
2014-04-29 Olivier Matzdevargs: use a comma to separate key/values for bsd
2014-04-29 Olivier Matzdevargs: use devargs for vdev and PCI lists with bsd
2014-04-29 Olivier Matzmem: get hugepages config for bsd
2014-04-11 Olivier Matzvdev: rename nonpci_devs as vdev
2014-02-25 Bruce Richardsonadd FreeBSD support