eal: remove experimental tag for user mbuf pool ops
[dpdk.git] / lib /
2018-07-13 Anatoly Burakovmem: allocate in reverse to reduce fragmentation
2018-07-13 Anatoly Burakovfbarray: add reverse finding of contiguous
2018-07-13 Anatoly Burakovfbarray: add reverse finding of chunk
2018-07-13 Anatoly Burakovfbarray: add reverse finding
2018-07-13 Anatoly Burakovfbarray: reduce duplication in element finding
2018-07-13 Anatoly Burakovfbarray: reduce duplication in chunk finding
2018-07-13 Anatoly Burakovfbarray: reduce duplication in contiguous finding
2018-07-13 Anatoly Burakovfbarray: fix errno values returned from functions
2018-07-12 Anatoly Burakovmem: make segment preallocation OS-specific
2018-07-12 Anatoly Burakoveal/bsd: concatenate adjacent memory segments
2018-07-12 Anatoly Burakoveal/bsd: fix memory segment index display
2018-07-12 Dariusz Stojaczykeal: fix return codes on control thread failure
2018-07-12 Dariusz Stojaczykeal: fix return codes on thread naming failure
2018-07-12 Dariusz Stojaczykeal: ignore failure of naming a control thread
2018-07-12 Dariusz Stojaczykmem: do not use --base-virtaddr in secondary processes
2018-07-12 Dariusz Stojaczykmem: fix alignment requested with --base-virtaddr
2018-07-12 Dariusz Stojaczykmem: fix alignment of requested virtual areas
2018-07-12 Dariusz Stojaczykmem: avoid crash on memseg query with invalid address
2018-07-12 Dariusz Stojaczykmem: do not unmap overlapping region on mmap failure
2018-07-12 Dariusz Stojaczykmem: do not leave unmapped holes in EAL memory area
2018-07-12 Nelio Laranjeiroethdev: fix flow expansion matching types
2018-07-12 Yipeng Wanghash: add API to query the key count
2018-07-12 Yipeng Wanghash: support read/write concurrency
2018-07-12 Yipeng Wanghash: move duplicated code into functions
2018-07-12 Yipeng Wanghash: fix key slot size accuracy
2018-07-12 Yipeng Wanghash: fix a multi-writer race condition
2018-07-12 Yipeng Wanghash: fix multiwriter lock memory allocation
2018-07-12 Radu Nicolaupower: add get capabilities API
2018-07-12 Honnappa Nagarahallihash: validate hash bucket entries while compiling
2018-07-12 Bruce Richardsonbpf: fix 32-bit build support with meson
2018-07-12 Bruce Richardsonkni: disable for 32-bit meson builds
2018-07-12 Konstantin Ananyevbpf: add extra validation for input BPF program
2018-07-12 Konstantin Ananyevbpf: add extra information for external symbol definitions
2018-07-06 Nikhil Raoeventdev: add callback for Rx adapter SW transfers
2018-07-06 Nikhil Raoeventdev: add interrupt driven queues to Rx adapter
2018-07-06 Nikhil Raoeventdev: move Rx adapter to separate function
2018-07-06 Nikhil Raoeventdev: improve error handling for Rx adapter queue...
2018-07-06 Nikhil Raoeventdev: standardize Rx adapter internal function...
2018-07-06 Gage Eadsservice: add mechanism for quiescing
2018-07-06 Pavan Nikhilesheventdev: include PCI devices when getting id from...
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-11 Jiayu Hugso: support UDP/IPv4 fragmentation
2018-07-11 Erik Gabriel Carrilloservice: add attribute API
2018-07-11 Gavin Hubuild: fix for host clang and cross gcc
2018-07-11 Sunila Sahucryptodev: add asymmetric capability
2018-07-11 Ashish Guptacryptodev: support asymmetric operations
2018-07-11 Umesh Karthacryptodev: add asymmetric xform and op definitions
2018-07-11 Anoob Josephcryptodev: add min headroom and tailroom requirement
2018-07-11 Fiona Trahecryptodev: rename experimental private data APIs
2018-07-11 Pablo de Laracryptodev: check if symmetric sessions are supported
2018-07-11 Pablo de Laracryptodev: rename PMD symmetric session API
2018-07-11 Pablo de Laracryptodev: remove attach/detach session API
2018-07-11 Pablo de Laracryptodev: replace mbuf scatter gather flag
2018-07-11 Pablo de Laracryptodev: remove old get session size functions
2018-07-11 Pablo de Laracryptodev: remove queue start/stop functions
2018-07-11 Pablo de Laracryptodev: remove max number of sessions parameter
2018-07-11 Pablo de Laracryptodev: define value for unlimited sessions
2018-07-10 Pablo de Laracryptodev: remove max number of sessions per queue
2018-07-10 Pablo de Laracryptodev: replace bus specific struct with generic dev
2018-07-10 Pablo de Laracompressdev: add huffman encoding flags
2018-07-10 Pablo de Laracompressdev: replace mbuf scatter gather flag
2018-07-10 Radu Nicolausecurity: fix crash on destroy null session
2018-07-10 Hemant Agrawalsecurity: change to SPDX license tags
2018-07-10 Jananee Parthasarathycryptodev: remove debug compilation option
2018-07-10 Maxime Coquelinvhost: add notification for packed ring
2018-07-10 Maxime Coquelinvhost: add Tx support for packed ring
2018-07-10 Maxime Coquelinvhost: add Rx support for packed ring
2018-07-10 Maxime Coquelinvhost: add vector filling support for packed ring
2018-07-10 Maxime Coquelinvhost: create descriptor mapping function
2018-07-10 Maxime Coquelinvhost: add shadow used ring support for packed rings
2018-07-10 Maxime Coquelinvhost: append shadow used ring function names with...
2018-07-10 Maxime Coquelinvhost: extract split ring handling from Rx and Tx functions
2018-07-10 Maxime Coquelinvhost: clear batch copy index at copy time
2018-07-10 Maxime Coquelinvhost: make indirect desc table copy desc type agnostic
2018-07-10 Maxime Coquelinvhost: clear shadow used table index at flush time
2018-07-10 Yuanhan Liuvhost: add vring address setup for packed queues
2018-07-10 Jens Freimannvhost: add helpers for packed virtqueues
2018-07-10 Jens Freimannvhost: add virtio packed virtqueue defines
2018-07-10 Maxime Coquelinvhost: improve prefetching in enqueue path
2018-07-10 Maxime Coquelinvhost: prefetch first descriptor in dequeue path
2018-07-10 Maxime Coquelinvhost: improve prefetching in dequeue path
2018-07-10 Maxime Coquelinvhost: use buffer vectors in dequeue path
2018-07-10 Maxime Coquelinvhost: use shadow used ring in dequeue path
2018-07-05 Ferruh Yigitexamples: fix RSS hash function configuration
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-07-04 Ferruh Yigitethdev: document xstats API assumption
2018-07-02 Marvin Liuvhost: advertise support in-order feature
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-07-02 Nelio Laranjeiroethdev: add flow API to expand RSS flows
2018-07-02 Nelio Laranjeiroapp/testpmd: fix missing count action fields
2018-07-02 Ferruh Yigiteal: do not enable static log macro for ethdev
2018-07-02 Ferruh Yigitethdev: convert static log type usage to dynamic
2018-07-02 Ferruh Yigitethdev: move log macro to header
2018-07-02 Tiwei Bievhost: fix potential null pointer dereference
2018-07-02 Maxime Coquelinvhost: fix missing increment of log cache count
2018-06-29 Anatoly Burakovipc: fix locking while sending messages
2018-06-27 Pablo de Laracryptodev: fix ABI breakage
2018-06-27 Pablo de Laracryptodev: convert to SPDX license tag
2018-06-27 Gage Eadsnet: rename u16 to fix shadowed declaration
2018-06-27 David Marchandcmdline: remove useless intermediate buffer
next