vhost: do not inline unlikely fragmented buffers code
[dpdk.git] / lib / librte_vhost / vhost.c
2019-06-13 Maxime Coquelinvhost: do not inline unlikely fragmented buffers code
2019-06-13 Maxime Coquelinvhost: un-inline dirty pages logging functions
2019-04-19 Mohammad Abdul Awalvhost: fix null pointer checking
2019-03-01 Darek Stojaczykvhost: remove vhost-net requirements from generic APIs
2019-02-08 Darek Stojaczykvhost: add external message handling to the API
2018-12-21 Xiao Wangvhost: remove unused function
2018-10-26 Tiwei Bievhost: initialize postcopy ufd properly
2018-10-18 Tiwei Bievhost: fix notification for packed ring
2018-09-14 Tiwei Bievhost: fix vhost interrupt support
2018-08-28 Ilya Maximetsvhost: suppress error if NUMA is not available
2018-07-10 Maxime Coquelinvhost: add notification for packed ring
2018-07-10 Maxime Coquelinvhost: add shadow used ring support for packed rings
2018-07-10 Yuanhan Liuvhost: add vring address setup for packed queues
2018-06-15 Tonghao Zhangvhost: introduce new function helper
2018-06-15 Tiwei Bievhost: support host notifier
2018-06-15 Tonghao Zhangvhost: refine new device function
2018-04-23 Maxime Coquelinvhost: check all range is mapped when translating GPAs
2018-04-13 Junjie Chenvhost: support interrupt mode
2018-04-13 Fan Zhangvhost/crypto: add vhost-user message handlers
2018-04-13 Zhihong Wangvhost: add APIs for live migration
2018-04-13 Zhihong Wangvhost: adapt library for selective datapath
2018-04-13 Zhihong Wangvhost: add APIs for datapath configuration
2018-03-30 Jianfeng Tanvhost: avoid function call in data path
2018-02-05 Maxime Coquelinvhost: remove pending IOTLB entry if miss request failed
2018-02-05 Stefan Hajnoczivhost: add flag for built-in virtio driver
2018-01-21 Victor Kaplanskyvhost: protect active rings from async ring changes
2018-01-16 Junjie Chenvhost: support virtqueue interrupt/notification suppression
2018-01-16 Maxime Coquelinvhost: extract virtqueue cleaning and freeing functions
2018-01-16 Stefan Hajnoczivhost: introduce vring call API
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-10-13 Maxime Coquelinvhost: fix deadlock on IOTLB miss
2017-10-10 Maxime Coquelinvhost: invalidate vring in case of matching IOTLB inval...
2017-10-10 Maxime Coquelinvhost: postpone device creation until rings are mapped
2017-10-10 Maxime Coquelinvhost: enable rings at the right time
2017-10-10 Maxime Coquelinvhost: introduce guest IOVA to backend VA helper
2017-10-10 Maxime Coquelinvhost: initialize vrings IOTLB caches
2017-10-10 Maxime Coquelinvhost: add IOTLB helper functions
2017-10-10 Maxime Coquelinvhost: support slave requests channel
2017-10-10 Tiwei Bievhost: batch small guest memory copies
2017-07-07 Ilya Maximetsvhost: print reason of NUMA node query failure
2017-07-01 Maxime Coquelinvhost: fix MTU device feature check
2017-06-16 Dariusz Stojaczykvhost: fix malloc size too small
2017-06-16 Zhihong Wangvhost: support Rx queue count request
2017-04-01 Yuanhan Liuvhost: rename header file
2017-04-01 Yuanhan Liuvhost: export APIs for live migration support
2017-04-01 Yuanhan Liuvhost: export the number of vrings
2017-04-01 Yuanhan Liuvhost: turn queue pair to vring
2017-04-01 Yuanhan Liuvhost: export vhost vring info
2017-04-01 Yuanhan Liuvhost: introduce API to fetch negotiated features
2017-04-01 Yuanhan Liuvhost: export guest memory regions
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liuvhost: use new APIs to handle features
2017-04-01 Maxime Coquelinvhost: add API to get MTU value
2017-04-01 Maxime Coquelinvhost: enable virtio MTU feature
2017-04-01 Yuanhan Liuvhost: fix multiple queue not enabled for old kernels
2017-01-17 Yong Wangvhost: fix memory leak
2016-11-07 Yuanhan Liuvhost: remove references to vhost-cuse
2016-10-26 Zhihong Wangvhost: shadow used ring update
2016-10-13 Yuanhan Liuvhost: add a flag to enable dequeue zero copy
2016-10-12 Yuanhan Liuvhost: add dequeue zero copy
2016-09-28 Maxime Coquelinvhost: support indirect Tx descriptors
2016-09-13 Yuanhan Liuvhost: refactor code structure