vhost: make notify ops per vhost driver
[dpdk.git] / lib / librte_vhost / vhost.c
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liuvhost: use new APIs to handle features
2017-04-01 Maxime Coquelinvhost: add API to get MTU value
2017-04-01 Maxime Coquelinvhost: enable virtio MTU feature
2017-04-01 Yuanhan Liuvhost: fix multiple queue not enabled for old kernels
2017-01-17 Yong Wangvhost: fix memory leak
2016-11-07 Yuanhan Liuvhost: remove references to vhost-cuse
2016-10-26 Zhihong Wangvhost: shadow used ring update
2016-10-13 Yuanhan Liuvhost: add a flag to enable dequeue zero copy
2016-10-12 Yuanhan Liuvhost: add dequeue zero copy
2016-09-28 Maxime Coquelinvhost: support indirect Tx descriptors
2016-09-13 Yuanhan Liuvhost: refactor code structure