examples: use new API to create control threads
[dpdk.git] / examples / vhost / main.c
2018-04-24 Olivier Matzexamples: use new API to create control threads
2018-04-24 Olivier Matzuse sizeof to avoid double use of a length define
2018-04-17 Thomas Monjalonethdev: deprecate port count function
2018-04-17 Thomas Monjalonfix ethdev port id validation
2018-04-17 Thomas Monjalonfix ethdev ports enumeration
2018-01-16 Shahaf Shulerexamples/vhost: convert to new ethdev offloads API
2018-01-16 Zhiyong Yangexamples/vhost: fix startup check
2018-01-16 Junjie Chenexamples/vhost: fix sending ARP packet to self
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-08 Roman Zhukovexamples: adjust Rx and Tx descriptors to device limits
2017-07-03 Jerin Jacobeal: switch to architecture specific pause function
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-05-10 Gang Jiangexamples/vhost: fix socket path parsing
2017-04-10 Jeff Guoexamples: enable HW CRC strip by default
2017-04-01 Yuanhan Liuexamples/vhost: demonstrate the new generic APIs
2017-04-01 Yuanhan Liuvhost: rename header file
2017-04-01 Yuanhan Liuvhost: introduce API to start a specific driver
2017-04-01 Yuanhan Liuvhost: rename device ops struct
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liuvhost: use new APIs to handle features
2017-01-17 Yong Wangexamples/vhost: fix lcore initialization
2017-01-17 Yong Wangexamples/vhost: fix calculation of mbuf count
2016-12-01 Olivier Matzlog: do not drop debug logs at compile time
2016-11-07 Yuanhan Liuvhost: remove references to vhost-cuse
2016-10-13 Yuanhan Liuexamples/vhost: add --dequeue-zero-copy option
2016-09-13 Jianfeng Tanexamples/vhost: remove VLAN strip option
2016-09-13 Jiayu Huexamples/vhost: support multiple socket files
2016-09-13 Jiayu Huexamples/vhost: rename --dev-basename to --socket-file
2016-07-22 Jianfeng Tanexamples/vhost: fix performance
2016-07-11 Jianfeng Tanexamples/vhost: print error logs on failure
2016-06-22 Yuanhan Liuexamples/vhost: add client option
2016-06-22 Yuanhan Liuvhost: add vhost-user client mode
2016-06-22 Yuanhan Liuvhost: export device id as the interface to applications
2016-06-22 Yuanhan Liuvhost: remove dependency on device private field
2016-06-22 Yuanhan Liuvhost: export queue free entries
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 Liuvhost: declare device id as int
2016-06-22 Yuanhan Liuvhost: set/reset device flags internally
2016-06-22 Yuanhan Liuexamples/vhost: fix corrupted vdev tailq list
2016-06-17 Thomas Monjaloneal: fix thread naming on FreeBSD
2016-05-16 Mauricio Vasquez Bexamples: remove useless check of port count
2016-05-10 Yuanhan Liuexamples/vhost: embed statistics into device structure
2016-05-10 Yuanhan Liuexamples/vhost: clean switch worker
2016-05-10 Yuanhan Liuexamples/vhost: fix mbuf allocation failure
2016-05-10 Yuanhan Liuexamples/vhost: handle broadcast packet
2016-05-10 Yuanhan Liuexamples/vhost: use MAC compare helper
2016-05-10 Yuanhan Liuexamples/vhost: use tailq to link vhost devices
2016-05-10 Yuanhan Liuexamples/vhost: remove unused macro and struct
2016-05-10 Yuanhan Liuexamples/vhost: remove the non-working zero copy code
2016-05-02 Thomas Monjalonexamples: remove useless debug flags
2016-03-25 Yuanhan Liuexamples/vhost: fix VLAN tag
2016-03-25 Yuanhan Liuexamples/vhost: fix offload settings
2016-03-25 Yuanhan Liuexamples/vhost: remove unnecessary pseudo checksum...
2016-02-28 Jianfeng Tanexamples/vhost: fix out of sequence packets
2016-02-28 Jianfeng Tanexamples/vhost: fix mbuf allocation
2016-02-17 Jijiang Liuexamples/vhost: add virtio offload
2016-02-17 Jijiang Liuexamples/vhost: remove IPv4 header definition
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
next