apps: use helper to create mbuf pools
[dpdk.git] / examples / vhost / main.c
2015-04-28 Olivier Matzapps: use helper to create mbuf pools
2015-04-27 Olivier Matzmbuf: fix data room size calculation in pool init
2015-04-13 Stephen Hemmingerexamples: remove useless null checks before rte_free
2015-03-09 Huawei Xievhost: fix file descriptors naming
2015-03-04 Stephen Hemmingerexamples: remove unneeded casts
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2015-02-23 Sergio Gonzalez... mbuf: introduce indirect attached flag
2015-02-20 Ouyang Changchunexamples/vhost: add vlan strip command line option
2015-02-20 Ouyang Changchunexamples/vhost: avoid inserting vlan twice
2015-01-30 Huawei Xieexamples/vhost: fix crash when linking device to VMDQ...
2014-12-17 Ouyang Changchunexamples/vhost: fix vlan offload
2014-12-11 Ouyang Changchunexamples/vhost: fix hard forward of jumbo frames
2014-12-11 Huawei Xieexamples/vhost: increase maximum queue number
2014-12-06 Huawei Xieexamples/vhost: use factorized default Rx/Tx configuration
2014-12-06 Huawei Xieexamples/vhost: support new VMDQ API for i40e
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