vhost: introduce API to start a specific driver
[dpdk.git] / lib / librte_vhost / rte_virtio_net.h
2017-04-01 Yuanhan Liuvhost: introduce API to start a specific driver
2017-04-01 Yuanhan Liuvhost: export APIs for live migration support
2017-04-01 Yuanhan Liuvhost: add features changed callback
2017-04-01 Yuanhan Liuvhost: rename virtio-net to vhost
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: drop the Rx and Tx queue macro
2017-04-01 Yuanhan Liuvhost: export the number of vrings
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: 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 Yuanhan Liuvhost: introduce driver features related APIs
2017-04-01 Maxime Coquelinvhost: add API to get MTU value
2016-11-07 Yuanhan Liuvhost: remove references to vhost-cuse
2016-10-13 Yuanhan Liuvhost: add a flag to enable dequeue zero copy
2016-09-13 Matthias Gattovhost: remove obsolete comment
2016-06-22 Yuanhan Liuvhost: add reconnect ability
2016-06-22 Yuanhan Liuvhost: add vhost-user client mode
2016-06-22 Yuanhan Liuvhost: reserve few more space for future extension
2016-06-22 Yuanhan Liuvhost: hide internal code
2016-06-22 Yuanhan Liuvhost: export device id as the interface to applications
2016-06-22 Yuanhan Liuvhost: export queue free entries
2016-06-22 Yuanhan Liuvhost: export interface name
2016-06-22 Yuanhan Liuvhost: export number of queues
2016-06-22 Yuanhan Liuvhost: export numa node
2016-06-22 Yuanhan Liuvhost: rename device id variable
2016-06-22 Yuanhan Liuvhost: declare device id as int
2016-06-22 Yuanhan Liuvhost: declare backend with int type
2016-03-14 Tetsuya Mukawavhost: fix default value of kickfd and callfd
2016-03-11 Yuanhan Liuvhost: fix build with kernel < 3.5
2016-02-29 Yuanhan Liuvhost: broadcast RARP by injecting in receiving mbuf...
2016-02-19 Yuanhan Liuvhost: log used vring changes
2016-02-19 Yuanhan Liuvhost: handle dirty pages logging request
2015-12-08 Yuanhan Liuvhost: reserve some space in structures
2015-11-03 Marcel Apfelbaumvhost: fix build with old kernels
2015-10-30 Yuanhan Liuvhost: fix build with kernel < 3.8
2015-10-26 Changchun Ouyangvhost-user: handle message to enable vring
2015-10-26 Yuanhan Liuvhost-user: prepare multiple queue setup
2015-10-26 Yuanhan Liuvhost-user: support protocol features
2015-09-25 Yuanhan Liuvhost: fix wrong usage of eventfd_t
2015-06-30 Huawei Xievhost: cleanup unix socket
2015-06-19 Ouyang Changchundoc: fix doxygen warnings in vhost API
2015-05-11 Bruce Richardsonvhost: remove inclusion of mbuf header
2015-03-17 Benoît Canetvhost: add hint on how to add or remove device to a...
2015-03-09 Huawei Xievhost: fix file descriptors naming
2015-02-24 Huawei Xievhost: support ifname for vhost-user
2015-02-24 Huawei Xievhost: support vhost-user
2014-12-18 Ciara Loftusvhost: add interface name for virtio
2014-11-06 Huawei Xievhost: fix code style
2014-10-13 Thomas Monjalonvhost: add in doc
2014-10-13 Huawei Xievhost: coding style fixes
2014-10-13 Huawei Xievhost: clean includes
2014-10-13 Huawei Xievhost: add private context field
2014-10-13 Huawei Xievhost: allow to enable or disable features
2014-10-13 Huawei Xievhost: get available vring entries
2014-10-13 Huawei Xievhost: rename ops registering function
2014-10-13 Huawei Xievhost: get internal ops when registering
2014-10-13 Huawei Xievhost: enqueue/dequeue burst
2014-10-13 Huawei Xievhost: move address translation function
2014-10-13 Huawei Xievhost: move internal structure
2014-10-13 Huawei Xievhost: remove zero copy memory region generation logic
2014-10-13 Huawei Xievhost: remove switching related logics
2014-10-13 Huawei Xievhost: move from examples to dedicated library