vhost: introduce API to start a specific driver
[dpdk.git] / lib / librte_vhost / socket.c
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-04-01 Yuanhan Liuvhost: introduce driver features related APIs
2017-04-01 Yuanhan Liuvhost: fix fd leaks for vhost-user server mode
2017-04-01 Ilya Maximetsvhost: change log levels in client mode
2016-10-26 Yuanhan Liuvhost: fix use after free
2016-10-13 Yuanhan Liuvhost: add a flag to enable dequeue zero copy
2016-09-13 Yuanhan Liuvhost: refactor code structure