net: add rte prefix to ether structures
[dpdk.git] / examples / vhost / main.h
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-04-01 Yuanhan Liuexamples/vhost: demonstrate the new generic APIs
2017-04-01 Yuanhan Liuvhost: do not include net specific headers
2017-04-01 Yuanhan Liuvhost: drop the Rx and Tx queue macro
2016-06-22 Yuanhan Liuvhost: export device id as the interface to applications
2016-06-22 Yuanhan Liuvhost: rename device id variable
2016-06-22 Yuanhan Liuexamples/vhost: make a copy of virtio device id
2016-06-22 Yuanhan Liuexamples/vhost: fix corrupted vdev tailq list
2016-05-10 Yuanhan Liuexamples/vhost: embed statistics into device structure
2016-05-10 Yuanhan Liuexamples/vhost: use tailq to link vhost devices
2016-05-10 Yuanhan Liuexamples/vhost: remove the non-working zero copy code
2016-05-02 Thomas Monjalonexamples: remove useless debug flags
2014-11-27 David Marchandexamples: no more bare metal environment
2014-10-23 Huawei Xieexamples/vhost: hpa regions for zero copy
2014-10-23 Huawei Xieexamples/vhost: add vhost dev struct
2014-10-22 Huawei Xieexamples/vhost: copy old vhost example
2014-10-13 Huawei Xievhost: move from examples to dedicated library
2014-06-16 Thomas Monjalonexamples/vhost: restrict log type namespace
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-02-26 Bruce Richardsonexamples/vhost: import userspace vhost application