vhost: make notify ops per vhost driver
[dpdk.git] / lib / librte_vhost / vhost_user.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 new ready status flag
2017-04-01 Maxime Coquelinvhost: support MTU protocol feature
2017-04-01 Yuanhan Liuvhost: remove a hack on queue allocation
2017-01-30 Emmanuel Roullitvhost: remove unneeded variable assignment
2017-01-28 Yuanhan Liuvhost: fix long stall of negotiation
2017-01-17 Maxime Coquelinvhost: introduce reply ack feature
2017-01-17 Haifeng Linvhost: fix guest/host physical address mapping
2016-10-26 Zhihong Wangvhost: shadow used ring update
2016-10-12 Yuanhan Liuvhost: add dequeue zero copy
2016-10-12 Yuanhan Liuvhost: introduce last available index for dequeue
2016-10-12 Yuanhan Liuvhost: get guest/host physical address mappings
2016-10-12 Yuanhan Liuvhost: simplify memory regions handling
2016-09-13 Yuanhan Liuvhost: simplify features set/get
2016-09-13 Yuanhan Liuvhost: get device once
2016-09-13 Yuanhan Liuvhost: unify function names
2016-09-13 Yuanhan Liuvhost: fold common message handlers
2016-09-13 Yuanhan Liuvhost: refactor code structure