vhost: batch used descs chains write-back with packed ring
[dpdk.git] / lib /
2018-12-21 Maxime Coquelinvhost: batch used descs chains write-back with packed...
2018-12-21 Maxime Coquelinvhost: remove useless prefetch for packed ring descriptor
2018-12-21 Maxime Coquelinvhost: prefetch descriptor after the read barrier
2018-12-21 Maxime Coquelinvhost: enforce desc flags and content read ordering
2018-12-21 Maxime Coquelinvhost: enforce avail index and desc read ordering
2018-12-21 Bruce Richardsonnet: fix underflow for checksum of invalid IPv4 packets
2018-12-21 Xiao Wangvhost: provide helpers for virtio ring relay
2018-12-21 Xiao Wangvhost: provide helper for host notifier ctrl
2018-12-21 Xiao Wangvhost: remove unused function
2018-12-21 Matthias Gattovhost: fix race condition when adding fd in the fdset
2018-12-21 Anatoly Burakovmalloc: fix deadlock when reading stats
2018-12-21 Honnappa Nagarahallihash: fix out-of-bound write while freeing key slot
2018-12-21 Jeff Shawhash: fix return of bulk lookup
2018-12-21 Liang Mapower: add p-state driver compatibility
2018-12-21 Qi Zhangeal: close multi-process socket during cleanup
2018-12-20 Anatoly Burakoveal: add 64-bit log2 function
2018-12-20 Anatoly Burakoveal: add 64-bit fls function
2018-12-20 Anatoly Burakoveal: add 64-bit bsf and 32-bit safe bsf functions
2018-12-20 Anatoly Burakovbitmap: remove deprecated 64-bit bsf function
2018-12-20 Anatoly Burakoveal: fix runtime directory cleanup in noshconf mode
2018-12-20 Anatoly Burakovmem: use memfd for no-huge mode
2018-12-20 Anatoly Burakovmem: allow setting up segment list fd
2018-12-20 Anatoly Burakovmem: check for memfd support in segment fd API
2018-12-20 Anatoly Burakovmem: fix segment fd API error code for external segment
2018-12-20 Anatoly Burakovmem: allow usage of non-heap external memory in multipr...
2018-12-20 Anatoly Burakovmem: allow registering external memory areas
2018-12-20 Anatoly Burakovmalloc: separate destroying memseg list and heap data
2018-12-20 Anatoly Burakovmalloc: separate creating memseg list and malloc heap
2018-12-20 Anatoly Burakovmalloc: make alignment requirements more stringent
2018-12-20 Anatoly Burakovmalloc: fix duplicate mem event notification
2018-12-20 Seth Howellmalloc: notify primary process about hotplug in secondary
2018-12-20 Yongseok Kohmalloc: fix finding maximum contiguous IOVA size
2018-12-20 Jim Harrismalloc: add option --match-allocations
2018-12-20 Gao Fengmemzone: fix unlock on initialization failure
2018-12-19 Gao Fengeal: check peer allocation in multi-process request
2018-12-19 Gao Fengeal: fix leak on multi-process request error
2018-12-19 Gaetan Riveteal: fix detection of duplicate option register
2018-12-19 Keith Wileseal: fix missing newline in a log
2018-12-19 Chas Williamsip_frag: fix IPv6 when MTU sizes not aligned to 8 bytes
2018-12-19 Konstantin Ananyevrwlock: introduce try semantics
2018-12-19 Erik Gabriel Carrillotimer: fix race condition
2018-12-19 Amr Mokhtarbbdev: add missing experimental tags and map entries
2018-12-19 Kamil Chalupnikbbdev: enhance throughput test
2018-12-19 Kamil Chalupnikbbdev: enhance offload cost test
2018-12-19 Lee Dalycompressdev: fix structure comment
2018-12-19 Fiona Trahecompressdev: add bulk free operation API
2018-12-17 Nikhil Raoeventdev: fix eth Tx adapter queue count checks
2018-12-16 Gage Eadseventdev: fix xstats documentation typo
2018-12-16 Erik Gabriel Carrilloeventdev: remove redundant timer adapter function proto...
2018-12-16 Nikhil Raoeventdev: fix error log in eth Rx adapter
2018-12-19 Jiayu Hugro: fix overflow of payload length calculation
2018-12-19 Anatoly Burakoveal: clean up unused files on initialization
2018-12-19 David Marchandlog: add missing experimental tag
2018-12-19 Jeff Shaweal: remove unnecessary dirent.h include
2018-12-19 Tiwei Biepdump: remove deprecated APIs
2018-12-13 Ilya Maximetsvhost: fix double read of descriptor flags
2018-12-13 Maxime Coquelinvhost: fix crash after mmap failure
2018-12-13 Yaroslav Brustinovethdev: fix typo in queue setup error log
2018-11-30 Thomas Monjalonversion: 19.02-rc0
2018-11-26 Thomas Monjalonversion: 18.11.0
2018-11-26 Thomas Monjalonfix indentation in symbol maps
2018-11-26 Anatoly Burakovmem: fix division by zero in no-NUMA mode
2018-11-25 Thomas Monjalonversion: 18.11-rc5
2018-11-25 Darek Stojaczykeal: fix devargs reference after probing failure
2018-11-25 Darek Stojaczykeal: fix devargs leak on multi-process detach request
2018-11-25 Darek Stojaczykeal: fix multi-process hotplug if attached in secondary
2018-11-25 Darek Stojaczykeal: fix multi-process hotplug if already probed
2018-11-25 Darek Stojaczykeal: fix multi-process hotplug rollback
2018-11-25 Ilya Maximetseal/bsd: fix possible IOPL fd leak
2018-11-22 Maxime Coquelinvhost: fix packed ring constants declaration
2018-11-21 Ferruh Yigitethdev: remove unused deferred device state
2018-11-23 Akhil Goyalsecurity: restore experimental tag for unimplemented...
2018-11-23 Nikhil Raoeventdev: fix unlock in Rx adapter
2018-11-23 Thomas Monjaloneventdev: fix possible uninitialized variable
2018-11-23 Thomas Monjalonkni: fix possible uninitialized variable
2018-11-23 Thomas Monjaloneal: fix build with -O1
2018-11-23 Anatoly Burakoveal: deprecate and rename bsf64 function
2018-11-23 Anatoly Burakoveal: remove useless code in bsf64 function
2018-11-23 Anatoly Burakovipc: fix access after async request failure
2018-11-19 Thomas Monjalonversion: 18.11-rc4
2018-11-18 Akhil Goyalsecurity: remove experimental tag
2018-11-18 Jeff Guoeal: fix deadlock in hot-unplug
2018-11-18 Chaitanya Babu Talluriefd: fix write unlock during ring creation
2018-11-18 David Wildermem: fix anonymous mapping on Power9
2018-11-18 Anatoly Burakovmalloc: fix adjacency check to also include segment...
2018-11-18 Anatoly Burakovmem: check for contiguousness in external segments
2018-11-18 Kevin Laatzeal: fix duplicate function declaration
2018-11-14 Thomas Monjalonversion: 18.11-rc3
2018-11-12 Fan Zhangpipeline: fix logically dead code
2018-11-13 Ferruh Yigitethdev: eliminate interim variable
2018-11-13 Wenzhuo Luethdev: fix device info getting
2018-11-13 Wenzhuo Luethdev: fix invalid configuration after failure
2018-11-13 Tiwei Bievhost: remove unneeded null pointer check
2018-11-13 Fan Zhangvhost/crypto: fix packet copy in chaining mode
2018-11-13 Tiwei Bievhost: fix IOVA access for packed ring
2018-11-14 Bruce Richardsoneal/x86: move header to standard BSD license
2018-11-14 Bruce Richardsoneal/x86: reduce contention when retrying TSX
2018-11-14 Yipeng Wanghash: fix TSX aborts with newer gcc
2018-11-13 Anatoly Burakovipc: remove panic in async request
2018-11-13 Konstantin Ananyevbpf: fix x86 JIT for immediate loads
next