tailq: remove static slots
[dpdk.git] / lib / librte_eal / bsdapp /
2015-03-10 David Marchandtailq: remove static slots
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-10 David Marchandtailq: introduce dynamic register system
2015-03-10 David Marchandtailq: get rid of broken reserve api
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-10 David Marchandpci: use lookup tailq api
2015-03-04 Stephen Hemmingereal/bsd: remove useless assignments
2015-03-02 Neil Hormaneal: clean up export of socket id variable
2015-02-25 Tetsuya Mukawapci: consolidate address comparisons
2015-02-25 Cunming Liangeal: fix missing symbol in version map
2015-02-24 Cunming Liangeal: initialize lcore and socket id
2015-02-24 Cunming Liangeal: apply thread affinity by assigned cpuset
2015-02-24 Cunming Liangeal: thread affinity API
2015-02-24 Cunming Liangeal: get unique thread id
2015-02-24 Cunming Liangeal: get socket id from cpu id
2015-02-24 Cunming Liangeal: add cpuset into lcore config
2015-02-24 Cunming Liangeal/bsd: fix namespace conflict
2015-02-24 Cunming Liangeal/bsd: standardize init sequence between linux and bsd
2015-02-24 Thomas Monjaloneal: add help option
2015-02-20 Sergio Gonzalez... eal: fix dynamic link with virtio
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2015-01-16 Bruce Richardsonnic_uio: fix thread structure compatibility for future...
2014-11-27 Sergio Gonzalez... eal/bsd: remove unused HPET support
2014-11-27 Sergio Gonzalez... eal/bsd: use sysctl to get TSC frequency
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-11-25 Thomas Monjaloneal: factorize common headers
2014-11-25 Thomas Monjaloneal: move internal headers in source directory
2014-11-05 Pablo de Laraeal/bsd: fix pci mapping in secondary process
2014-10-20 Alan Carewcontigmem: fix buffer overrun on unload
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 Bruce Richardsonkni: remove useless file for bsd
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-08-28 David Marchandfix unix permissions for source files
2014-07-22 Maciej Gajdzicavmxnet3: enable for FreeBSD
2014-07-18 Richardson, Brucenic_uio: add i40e device ids
2014-07-02 Thomas Monjaloneal: fix build for bsd
2014-07-01 Declan Dohertyeal: support link bonding device initialization
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-16 Anatoly Burakovpci: rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEE...
2014-06-16 Anatoly Burakovpci: distinguish between legitimate failures and non...
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-06-10 Alan Carewpci: fix build for FreeBSD
2014-05-20 Neil Hormaneal: make vdev init path generic for both virtual and...
2014-05-16 Stephen Hemmingereal: don't inline string functions
2014-05-16 Stephen Hemmingerspelling fixes
2014-05-13 David Marchandpci: rework interrupt fd init and fix fd leak
2014-05-13 David Marchandpci: remove virtio-uio workaround
2014-05-13 David Marchandpci: align bsd implementation on linux
2014-05-05 Wang Sheng-Huieal: print maximum and detected lcores
2014-05-05 Didier Pallardeal: remove useless output of undetected lcores
2014-05-05 David Marchandeal: remove unused config fields
2014-04-30 Thomas Monjaloneal: fix usage description for bsd
2014-04-29 Olivier Matznic_uio: fix build with freebsd 10
2014-04-29 Olivier Matzdevargs: allow to provide arguments per pci device...
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 Matzdevargs: build common functions for bsd
2014-04-29 Olivier Matzpci: rename device and driver lists for bsd
2014-04-29 Olivier Matzmem: get dummy physical address in case of --no-huge...
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