vhost: remove sub-directory
[dpdk.git] / lib / librte_vhost / vhost_rxtx.c
2016-07-25 Maxime Coquelinvhost: fix off-by-one error on descriptor number check
2016-07-15 Ilya Maximetsvhost: check ring descriptor address
2016-07-15 Ilya Maximetsvhost: fix used descriptors number of mergeable enqueue
2016-06-22 Huawei Xievhost: remove concurrent enqueue
2016-06-22 Yuanhan Liuvhost: optimize dequeue for small packets
2016-06-22 Yuanhan Liuvhost: pre update used ring for Tx and Rx
2016-06-22 Ilya Maximetsvhost: make buffer vector for scatter Rx local
2016-06-22 Yuanhan Liuvhost: make virtio header length per device
2016-06-22 Yuanhan Liuvhost: remove virtio-net.h
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 Liuvhost: declare device id as int
2016-03-31 Ilya Maximetsvhost: use SMP barriers instead of compiler ones
2016-03-25 Yuanhan Liuvhost: remove unnecessary return
2016-03-17 Yuanhan Liuvhost: remove unnecessary memset when enqueueing
2016-03-14 Tetsuya Mukawavhost: fix default value of kickfd and callfd
2016-03-14 Yuanhan Liuvhost: avoid dead loop chain
2016-03-14 Yuanhan Liuvhost: check for ring descriptors overflow
2016-03-14 Yuanhan Liuvhost: do sanity check for ring descriptor length
2016-03-14 Yuanhan Liuvhost: remove wrong unlikely prediction in Rx
2016-03-14 Yuanhan Liuvhost: remove rte_memcpy from header copy
2016-03-14 Yuanhan Liuvhost: refactor mergeable Rx
2016-03-14 Yuanhan Liuvhost: refactor Rx
2016-03-14 Yuanhan Liuvhost: refactor dequeueing
2016-02-29 Yuanhan Liuvhost: broadcast RARP by injecting in receiving mbuf...
2016-02-19 Yuanhan Liuvhost: log vring desc buffer changes
2016-02-19 Yuanhan Liuvhost: log used vring changes
2016-02-17 Jijiang Liuvhost: add guest offload setting
2016-02-17 Jijiang Liuvhost: add Tx offload capabilities
2015-12-09 Stephen Hemmingervhost: do not stall if guest is slow
2015-10-26 Changchun Ouyangvhost-user: handle message to enable vring
2015-10-26 Changchun Ouyangvhost: use queue id instead of constant ring index
2015-09-29 Huawei Xievhost: inject only one interrupt for a batch of packets
2015-09-25 Yuanhan Liuvhost: fix wrong usage of eventfd_t
2015-09-25 Yuanhan Liuvhost: remove extra semicolon
2015-06-24 Cyril Chemparathymbuf: use offset macro
2015-06-17 Ouyang Changchunvhost: remove unnecessary descriptor length updates
2015-06-17 Ouyang Changchunvhost: rework mergeable Rx
2015-06-17 Ouyang Changchunvhost: refine code style
2015-06-17 Ouyang Changchunvhost: fix enqueue/dequeue to handle chained vring...
2015-06-12 Stephen Hemmingerlib: fix whitespace
2015-05-13 Huawei Xievhost: fix virtio freeze due to missed interrupt
2015-03-26 Haifeng Linvhost: fix index when mbuf allocation fails
2015-03-09 Huawei Xievhost: fix file descriptors naming
2015-02-24 Huawei Xievhost: rename header file
2014-11-06 Huawei Xievhost: fix code style
2014-10-13 Huawei Xievhost: comment identified issues
2014-10-13 Huawei Xievhost: coding style fixes
2014-10-13 Huawei Xievhost: clean includes
2014-10-13 Huawei Xievhost: enqueue/dequeue burst
2014-10-13 Huawei Xievhost: add queue id parameter
2014-10-13 Huawei Xievhost: calculate mbuf size
2014-10-13 Huawei Xievhost: return packets to upper layer
2014-10-13 Huawei Xievhost: move address translation function
2014-10-13 Huawei Xievhost: remove retry logic
2014-10-13 Huawei Xievhost: remove switching related logics
2014-10-13 Huawei Xievhost: remove useless code for Rx/Tx
2014-10-13 Huawei Xievhost: move from examples to dedicated library