remove extra parentheses in return statement
[dpdk.git] / examples / vhost / main.c
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-10 Bernard Iremongerexamples/vhost: reduce number of hugepages needed
2015-12-09 Pablo de Laraexamples/vhost: fix strict aliasing
2015-12-07 Jianfeng Tanexamples/vhost: fix statistics
2015-11-25 Ferruh Yigiteal/linux: fix build with glibc < 2.12
2015-11-03 Ravi Kerureal: set name to threads
2015-09-25 Yuanhan Liuvhost: fix wrong usage of eventfd_t
2015-07-17 Ouyang Changchunexamples/vhost: fix driver unregistering
2015-07-17 Ouyang Changchunexamples/vhost: fix comment and log
2015-06-12 Stephen Hemmingerexamples: fix whitespace
2015-05-11 Ouyang Changchunexamples/vhost: fix build with debug enabled
2015-05-11 Konstantin Ananyevapps: fix default mbuf size
2015-04-28 Olivier Matzmbuf: fix cloning with private mbuf data
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