Re: [PATCH 1/2] vhost: vringh: Remove unused iotlb functions

2025-06-16 Thread Simon Horman
On Sat, Jun 14, 2025 at 12:07:30AM +0100, li...@treblig.org wrote: > From: "Dr. David Alan Gilbert" > > The functions: > vringh_abandon_iotlb() > vringh_notify_disable_iotlb() and > vringh_notify_enable_iotlb() > > were added in 2020 by > commit 9ad9c49cfe97 ("vringh: IOTLB support") > but

[PATCH 1/2] vhost: vringh: Remove unused iotlb functions

2025-06-13 Thread linux
From: "Dr. David Alan Gilbert" The functions: vringh_abandon_iotlb() vringh_notify_disable_iotlb() and vringh_notify_enable_iotlb() were added in 2020 by commit 9ad9c49cfe97 ("vringh: IOTLB support") but have remained unused. Remove them. Signed-off-by: Dr. David Alan Gilbert --- drive