test mbuf attach
[dpdk.git] / lib / librte_vhost /
2020-07-29 Patrick Fuvhost: fix async copy on multi-page buffers
2020-07-29 Maxime Coquelinvhost: fix guest notification setting
2020-07-29 Patrick Fuvhost: fix async callback return type
2020-07-21 Patrick Fuvhost: fix double-free with zero-copy
2020-07-21 Patrick Fuvhost: fix async completion of multi-seg packets
2020-07-21 Patrick Fuvhost: fix missing virtqueue status check in async...
2020-07-21 Patrick Fuvhost: fix missing device pointer validity check
2020-07-11 Adrian Morenovhost: support virtio status message
2020-07-11 Maxime Coquelinvhost: support virtio status
2020-07-11 Maxime Coquelinvhost: check vDPA configuration succeed
2020-07-11 Maxime Coquelinvhost: make some vDPA callbacks mandatory
2020-07-11 Maxime Coquelinvhost: refactor virtio ready check
2020-07-11 Maxime Coquelinvhost: fix virtio ready flag check
2020-07-10 Joyce Kongvhost: restrict pointer aliasing for packed ring
2020-07-07 Patrick Fuvhost: introduce async enqueue for split ring
2020-07-07 Patrick Fuvhost: introduce async enqueue registration API
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-30 Matan Azradvhost: fix features definition location
2020-06-30 Matan Azradvhost: notify virtq file descriptor update
2020-06-30 Matan Azradvhost: handle memory hotplug with vDPA devices
2020-06-30 Matan Azradvhost: improve device readiness notifications
2020-06-30 Matan Azradvhost: skip access lock when vDPA is configured
2020-06-30 Matan Azradvhost: support host notifier queue configuration
2020-06-30 Maxime Coquelinvhost: split vDPA header file
2020-06-30 Maxime Coquelinvhost: remove vDPA device count API
2020-06-30 Maxime Coquelinvhost: introduce wrappers for some vDPA ops
2020-06-30 Maxime Coquelinvhost: use linked list for vDPA devices
2020-06-30 Maxime Coquelinvhost: remove useless vDPA API
2020-06-30 Maxime Coquelinvhost: replace device ID in applications
2020-06-30 Maxime Coquelinvhost: replace vDPA device ID in Vhost
2020-06-30 Maxime Coquelinvhost: replace device ID in vDPA ops
2020-06-30 Maxime Coquelinvhost: make vDPA framework bus agnostic
2020-06-30 Maxime Coquelinvhost: introduce vDPA device class
2020-06-30 Matan Azradvhost: introduce operation to get vDPA queue stats
2020-06-30 Maxime Coquelinvhost: enable reply-ack systematically
2020-05-19 Xuan Dingvhost: fix zero-copy server mode
2020-05-19 Muhammad Bilalfix same typo in multiple places
2020-05-18 Sivaprasad Tummalavhost: handle mbuf allocation failure
2020-05-18 Xuan Dingvhost: fix potential fd leak
2020-05-18 Xiaolong Yevhost: fix potential memory space leak
2020-05-18 Marvin Liuvhost: fix translated address not checked
2020-05-18 Maxime Coquelinvhost/crypto: validate keys lengths
2020-05-18 Maxime Coquelinvhost: fix vring index check
2020-05-18 Maxime Coquelinvhost: check log mmap offset and size overflow
2020-05-05 Joyce Kongvirtio: use one way barrier for split vring avail index
2020-05-05 Joyce Kongvirtio: use one way barrier for split vring used index
2020-05-05 Marvin Liuvhost: use binary search in address conversion
2020-05-05 Marvin Liuvhost: utilize dynamic memory allocator
2020-05-05 Xuan Dingvhost: prevent zero-copy with incompatible client mode
2020-05-05 Phil Yangvhost: optimize broadcast RARP sync with C11 atomic
2020-05-05 Roland Qivhost: fix peer close check
2020-04-21 Marvin Liuvhost: fix shadowed descriptors not flushed
2020-04-21 Marvin Liuvhost: fix shadow update
2020-04-21 Maxime Coquelinvhost: prefix vDPA enum value for PCI address type
2020-04-21 Itsuro Odavhost: make IOTLB cache name unique among processes
2020-04-21 Xiaolong Yevhost: remove unused variable
2020-04-21 Marvin Liuvhost: fix packed ring zero-copy
2020-04-21 Fan Zhangvhost/crypto: add missing user protocol flag
2020-04-16 Thomas Monjalonreplace packed attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-02-14 Adrian Morenovhost: protect log address translation in IOTLB update
2020-02-14 Jin Yuvhost: fix inflight resubmit check
2020-02-14 Maxime Coquelinvhost: check message header size read
2020-02-05 Maxime Coquelinvhost: catch overflow causing mmap of size 0
2020-02-05 Adrian Morenovhost: fix packed virtqueue ready condition
2020-02-05 Fan Zhangvhost/crypto: fix fetch size
2020-02-05 Eugenio Pérezvhost: flush shadow Tx if no more packets
2020-02-05 Vitaliy Mysakvhost: do not treat empty socket message as error
2020-02-05 Zhike Wangvhost: fix crash on port deletion
2020-01-17 Maxime Coquelinvhost: fix deadlock on port deletion
2020-01-17 Li Fengvhost: support config change slave message
2020-01-17 Xiao Wangvhost: fix socket initial value
2020-01-17 Adrian Morenovhost: add dynamic logging system
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-19 Kevin Traynorlib: fix log typos
2019-11-15 Zhike Wangvhost: fix vring requests validation broken if no FD
2019-11-12 Maxime Coquelinvhost: fix possible denial of service by leaking FDs
2019-11-12 Maxime Coquelinvhost: fix possible denial of service on SET_VRING_NUM
2019-11-08 Marvin Liuvhost: fix batch enqueue only handle few packets
2019-11-08 Marvin Liuvhost: fix dirty page logging missing
2019-11-08 Marvin Liuvhost: fix virtqueue not accessible
2019-11-08 Marvin Liuvhost: do not limit packed ring size
2019-10-27 David Christensenvhost: fix build on RHEL 7.6 for Power
2019-10-25 Flavio Leitnervhost: fix IPv4 checksum
2019-10-25 Ilya Maximetsvhost: disable host TSO for linear buffers without...
2019-10-25 Ilya Maximetsvhost: return error message for mbuf allocation failure
2019-10-25 Marvin Liuvhost: optimize packed ring dequeue when in-order
2019-10-25 Marvin Liuvhost: optimize packed ring dequeue
2019-10-25 Marvin Liuvhost: add packed ring zcopy batch and single dequeue
2019-10-25 Marvin Liuvhost: optimize packed ring enqueue
2019-10-25 Marvin Liuvhost: update packed ring dequeue
2019-10-25 Marvin Liuvhost: flush batched enqueue descs directly
2019-10-25 Marvin Liuvhost: flush enqueue updates by cacheline
2019-10-25 Marvin Liuvhost: add packed ring batch dequeue
2019-10-25 Marvin Liuvhost: add packed ring single dequeue
2019-10-25 Marvin Liuvhost: add packed ring batch enqueue
2019-10-25 Marvin Liuvhost: try to unroll for each loop
2019-10-25 Marvin Liuvhost: add packed ring single enqueue
2019-10-25 Marvin Liuvhost: add packed ring indexes increasing function
next