aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vhost_iotlb.h
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01vhost: factor out IOTLBJason Wang1-0/+47
This patch factors out IOTLB into a dedicated module in order to be reused by other modules like vringh. User may choose to enable the automatic retiring by specifying VHOST_IOTLB_FLAG_RETIRE flag to fit for the case of vhost device IOTLB implementation. Signed-off-by: Jason Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michael S. Tsirkin <[email protected]>