eal: introduce macro for always inline
[dpdk.git] / lib / librte_vhost / vhost.h
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-01 Yuanhan Liuvhost: rename header file
2017-04-01 Yuanhan Liuvhost: export APIs for live migration support
2017-04-01 Yuanhan Liuvhost: rename device ops struct
2017-04-01 Yuanhan Liuvhost: do not include net specific headers
2017-04-01 Yuanhan Liuvhost: turn queue pair to vring
2017-04-01 Yuanhan Liuvhost: export API to translate gpa to vva
2017-04-01 Yuanhan Liuvhost: export vhost vring info
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 new ready status flag
2017-04-01 Maxime Coquelinvhost: support MTU protocol feature
2017-04-01 Maxime Coquelinvhost: enable virtio MTU feature
2017-04-01 Yuanhan Liuvhost: fix max queues
2017-04-01 Yuanhan Liuvhost: fix multiple queue not enabled for old kernels
2016-11-07 Yuanhan Liuvhost: remove references to vhost-cuse
2016-10-26 Zhihong Wangvhost: shadow used ring update
2016-10-26 Zhihong Wangvhost: remove useless volatile
2016-10-13 Yuanhan Liuvhost: add a flag to enable dequeue zero copy
2016-10-12 Yuanhan Liuvhost: add dequeue zero copy
2016-10-12 Yuanhan Liuvhost: introduce last available index for dequeue
2016-10-12 Yuanhan Liuvhost: get guest/host physical address mappings
2016-10-12 Yuanhan Liuvhost: simplify memory regions handling
2016-09-13 Yuanhan Liuvhost: refactor code structure