vhost: support indirect descriptor in mergeable Rx
[dpdk.git] / lib / librte_vhost / virtio_net.c
2016-10-26 Maxime Coquelinvhost: support indirect descriptor in mergeable Rx
2016-10-26 Yuanhan Liuvhost: retrieve available head once
2016-10-26 Yuanhan Liuvhost: prefetch available ring
2016-10-26 Zhihong Wangvhost: shadow used ring update
2016-10-26 Yuanhan Liuvhost: use last available index for ring reservation
2016-10-26 Yuanhan Liuvhost: simplify mergeable Rx vring reservation
2016-10-26 Zhihong Wangvhost: optimize cache access
2016-10-26 Maxime Coquelinvhost: access header only if offloading is supported
2016-10-13 Zhihong Wangvhost: fix Windows VM hang
2016-10-12 Yuanhan Liuvhost: add dequeue zero copy
2016-10-12 Yuanhan Liuvhost: introduce last available index for dequeue
2016-09-28 Maxime Coquelinvhost: support indirect Tx descriptors
2016-09-13 Yuanhan Liuvhost: refactor code structure