net/virtio: fix incorrect cast of void *
[dpdk.git] / lib / librte_vhost / vhost_user.c
2017-11-07 Maxime Coquelinvhost: disable reply-ack feature if IOMMU disabled
2017-11-07 Maxime Coquelinvhost: postpone ring address translations at kick time...
2017-11-06 Thomas Monjalonmem: rename address mapping function to IOVA
2017-10-24 Maxime Coquelinvhost: fix vring addresses not translated
2017-10-13 Maxime Coquelinvhost: fetch ring address after NUMA reallocation
2017-10-13 Maxime Coquelinvhost: fix IOTLB on NUMA realloc
2017-10-10 Maxime Coquelinvhost: distinguish master and slave requests
2017-10-10 Maxime Coquelinvhost: invalidate vring in case of matching IOTLB inval...
2017-10-10 Maxime Coquelinvhost: postpone device creation until rings are mapped
2017-10-10 Maxime Coquelinvhost: translate ring addresses when IOMMU enabled
2017-10-10 Maxime Coquelinvhost: postpone rings addresses translation
2017-10-10 Maxime Coquelinvhost: fix dereferencing invalid pointer after realloc
2017-10-10 Maxime Coquelinvhost: enable rings at the right time
2017-10-10 Maxime Coquelinvhost: handle IOTLB update and invalidate requests
2017-10-10 Maxime Coquelinvhost: support IOTLB miss slave requests
2017-10-10 Maxime Coquelinvhost: support slave requests channel
2017-10-10 Maxime Coquelinvhost: prepare for slave requests
2017-10-10 Tiwei Bievhost: batch small guest memory copies
2017-06-16 Dariusz Stojaczykvhost: log error for badly negotiated features
2017-06-16 Yuanhan Liuvhost: fix crash on NUMA
2017-06-16 Daniel Verkampvhost: access VhostUsrMsg via packed struct
2017-06-16 Dariusz Stojaczykvhost: fix guest pages memory leak
2017-06-16 Jens Freimannvhost: check allocation of guest pages
2017-04-01 Yuanhan Liuvhost: do not destroy device on repeat mem table message
2017-04-01 Yuanhan Liuvhost: add features changed callback
2017-04-01 Yuanhan Liuvhost: drop the Rx and Tx queue macro
2017-04-01 Yuanhan Liuvhost: move the device ready check at proper place
2017-04-01 Yuanhan Liuvhost: turn queue pair to vring
2017-04-01 Yuanhan Liuvhost: export guest memory regions
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