linux/drivers/vdpa
Jason Wang de91a4d0e7 vdpasim: support batch updating
The vDPA simulator support both set_map() and dma_map()/dma_unmap()
operations. But vhost-vdpa can only use one of them. So this patch
introduce a module parameter (batch_mapping) that let vpda_sim to
support only one of those dma operations. The batched mapping via
set_map() is enabled by default.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20200804162048.22587-6-eli@mellanox.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2020-08-05 18:39:18 -04:00
..
ifcvf ifcvf: implement vdpa_config_ops.get_vq_irq() 2020-08-05 11:08:42 -04:00
vdpa_sim vdpasim: support batch updating 2020-08-05 18:39:18 -04:00
Kconfig vhost: revert "vhost: disable for OABI" 2020-06-02 02:45:13 -04:00
Makefile
vdpa.c vdpa: make sure set_features is invoked for legacy 2020-08-05 11:08:40 -04:00