vhost: add guest offload setting
[dpdk.git] / lib / librte_vhost / vhost_rxtx.c
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