app/test: shorten execution time
[dpdk.git] / lib /
2016-05-24 Mauricio Vasquez Bethdev: use dedicated macro to check port id
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-24 Slawomir Mrozowiczmempool: avoid division by zero
2016-05-19 Olivier Matzmempool: add flag for removing phys contiguous constraint
2016-05-19 Olivier Matzmem: avoid memzone/mempool/ring name truncation
2016-05-19 Olivier Matzmempool: make mempool populate and free api public
2016-05-19 Olivier Matzmempool: populate with anonymous memory
2016-05-19 Olivier Matzmempool: create the internal ring when populating
2016-05-19 Olivier Matzmempool: rework support of Xen dom0
2016-05-19 Olivier Matzxen: return machine address without knowing memseg id
2016-05-19 Olivier Matzmempool: introduce a function to create an empty pool
2016-05-19 Olivier Matzmempool: introduce a function to free a pool
2016-05-19 Olivier Matzmempool: replace physical address by a memzone pointer
2016-05-19 Olivier Matzmempool: support no hugepage mode
2016-05-19 Olivier Matzmem: lock pages when not using hugepages
2016-05-19 Olivier Matzmempool: allocate in several memory chunks by default
2016-05-19 Olivier Matzmempool: get memory size with unspecified page size
2016-05-19 Olivier Matzmempool: introduce a free callback for memory chunks
2016-05-19 Olivier Matzmempool: simplify memory usage calculation
2016-05-19 Olivier Matzmempool: add function to iterate the memory chunks
2016-05-19 Olivier Matzmempool: store memory chunks in a list
2016-05-19 Olivier Matzmempool: remove macro to check if contiguous
2016-05-19 Olivier Matzmempool: store physical address in objects
2016-05-19 Olivier Matzmempool: create internal ring in a specific function
2016-05-19 Olivier Matzmempool: use the list to initialize objects
2016-05-19 Olivier Matzmempool: use the list to audit all elements
2016-05-19 Olivier Matzmempool: use the list to iterate the elements
2016-05-19 Olivier Matzmempool: remove const qualifier in dump and audit
2016-05-19 Olivier Matzmempool: remove const qualifier when browsing pools
2016-05-19 Olivier Matzmempool: list objects when added
2016-05-19 Olivier Matzmempool: rename object constructor typedef
2016-05-19 Olivier Matzmempool: use sizeof to get size of header and trailer
2016-05-19 Olivier Matzmempool: uninline function to check cookies
2016-05-19 Olivier Matzmempool: rename element size variables
2016-05-19 Olivier Matzmempool: rework comments and style
2016-05-19 Hiroyuki Mikitambuf: decrease reference counter when detaching
2016-05-19 Marcin Kerlincmdline: check initialization error
2016-05-18 Maxime Leroylog: fix level/type retrieving from a standard thread
2016-05-17 Keith Wilesmempool: reduce structure size if no cache needed
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-05-16 Daniel Mrzyglodpower: fix error messages
2016-05-10 Daniel Mrzyglodvhost: fix name not null terminated
2016-05-05 Bruce Richardsoneal: add missing include to debug header
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-05-02 Thomas Monjalonlog: increase default level to info
2016-05-02 Thomas Monjaloneal: increase log level of some messages
2016-05-02 Piotr Azarewiczcmdline: add any multi string mode to token string
2016-05-02 Michal Kobylinskicfgfile: fix uninitialized variable on load error
2016-05-02 Dmitriy Yakovlevcfgfile: fix return value comment
2016-05-02 Daniel Mrzyglodlpm6: fix possible garbage in lookup
2016-05-02 Igor Ryzhovlpm6: fix missing header dependency
2016-05-02 Christian Ehrhardtlpm: fix freeing in compatibility mode
2016-05-02 Chaeyong Chongip_frag: fix double free of chained mbufs
2016-05-02 Mauricio Vasquez Bmem: fix freeing of memzone used by ivshmem
2016-05-02 Ferruh Yigitkni: support chained mbufs
2016-05-02 Igor Ryzhovkni: keep ethernet MAC address when interface goes up
2016-04-27 Daniel Mrzyglodvfio: fix socket option check
2016-04-27 Thomas Monjaloneal: remove useless internal function from memcpy headers
2016-04-26 Thomas Monjalonversion: 16.07-rc0
2016-04-22 Thomas Monjalonlib: remove poisoned flags
2016-04-20 Thomas Monjalonhash: remove aliases for bulk lookup
2016-04-20 Thomas Monjalonethdev: remove deprecated statistics
2016-04-20 Thomas Monjalonpci: remove deprecated specific config
2016-04-20 Thomas Monjalonport: bump ABI for pcap file support
2016-04-11 Thomas Monjalonversion: 16.04
2016-04-11 Ferruh Yigitkni: fix vhost build with kernels 4.2 and 4.4
2016-04-11 Jasvinder Singhport: fix ring writer buffer overflow
2016-04-11 Jasvinder Singhport: fix burst size mask type
2016-04-11 Daniel Mrzyglodvfio: fix resource leak
2016-04-07 Thomas Monjalonversion: 16.04-rc4
2016-04-07 Ferruh Yigitkni: fix possible deadlock
2016-04-07 Anatoly Burakovivshmem: avoid infinite loop when concatenating segments
2016-04-07 Slawomir Mrozowiczethdev: fix unchecked return value
2016-04-06 Fiona Trahecryptodev: remove experimental label
2016-04-06 Fiona Trahecryptodev: rename elements for clarity
2016-04-06 Olivier Matzhash: fix race condition at creation
2016-04-06 Olivier Matzhash: fix allocation of an existing object
2016-04-06 Olivier Matzlpm: fix allocation of an existing object
2016-04-06 Jianfeng Tanethdev: refine API to query supported packet types
2016-04-06 Yuanhan Liuvhost: fix error handling in destroy
2016-04-06 Olivier Matzethdev: fix xstats retrieval with a null array
2016-04-01 Thomas Monjalonversion: 16.04-rc3
2016-04-01 Fan Zhangport: clean up
2016-04-01 Fan Zhangport: fix pcap sink parameter check
2016-04-01 Fan Zhangport: fix pcap source parameter check
2016-04-01 Thomas Monjalonethdev: add 100G link speed
2016-04-01 Marc Suneethdev: convert speed number to bitmap flag
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: add speed capabilities
2016-04-01 Marc Suneethdev: rename link speed constants
2016-04-01 Marc Suneethdev: use constants for link duplex
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-04-01 Pablo de Larahash: fix multi-process support
2016-04-01 Pablo de Larahash: use common x86 flag
2016-04-01 Mauricio Vasquez Bivshmem: fix race condition
2016-04-01 Pablo de Larahash: fix typo in comment
2016-04-01 Chao Zhueal/ppc: fix prefetch instruction
2016-04-01 Chao Zhuconfig: fix CPU and memory parameters on IBM POWER8
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: use key-value list of supported...
2016-03-31 Michael Qiulpm: fix build of anonymous union initialization
next