add prefix to cache line macros
[dpdk.git] / examples / vhost / main.c
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-11-27 David Marchandexamples: no more bare metal environment
2014-11-11 Ouyang Changchunvhost: enable promiscuous and multicast
2014-11-05 Ouyang Changchunexamples/vhost: check offset with vlan
2014-11-05 Ouyang Changchunexamples/vhost: rework duplicated code
2014-11-05 Ouyang Changchunexamples/vhost: fix packet length
2014-10-30 Ouyang Changchunexamples/vhost: allow mergeable packets with vector...
2014-10-23 Huawei Xieexamples/vhost: minor fixes
2014-10-23 Huawei Xieexamples/vhost: add branch hints
2014-10-23 Huawei Xieexamples/vhost: disable guest notifications
2014-10-23 Huawei Xieexamples/vhost: mergeable buffer option
2014-10-23 Huawei Xieexamples/vhost: adapt Tx routing to lib
2014-10-23 Huawei Xieexamples/vhost: use burst enqueue and dequeue from lib
2014-10-23 Huawei Xieexamples/vhost: register with lib
2014-10-23 Huawei Xieexamples/vhost: hpa regions for zero copy
2014-10-23 Huawei Xieexamples/vhost: add vhost dev struct
2014-10-23 Huawei Xieexamples/vhost: remove functions implemented in lib
2014-10-22 Huawei Xieexamples/vhost: copy old vhost example
2014-10-13 Huawei Xievhost: move from examples to dedicated library
2014-09-29 Ouyang Changchunethdev: rename flag for queue start and stop
2014-09-29 Thomas Monjalonexamples: do not probe pci twice
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-09-17 Bruce Richardsonmbuf: flatten struct vlan_macip
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-09-17 Olivier Matzmbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT
2014-08-25 Ouyang Changchunexamples/vhost: support jumbo frame
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-16 Thomas Monjalonexamples/vhost: restrict log type namespace
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-28 Ouyang Changchunexamples/vhost: zero copy mode
2014-05-20 Neil Hormanethdev: remove rte_pmd_init_all function
2014-02-26 Bruce Richardsonexamples/vhost: import userspace vhost application