diff options
author | Eric Auger <[email protected]> | 2023-01-17 10:15:18 -0500 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2023-01-27 06:18:41 -0500 |
commit | 9526f9a2b762af16be94a72aca5d65c677d28f50 (patch) | |
tree | 867ef7feabc780255ac03d53f2afc3b036513fdd /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 2241ab53cbb5cdb08a6b2d4688feb13971058f65 (diff) |
vhost/net: Clear the pending messages when the backend is removed
When the vhost iotlb is used along with a guest virtual iommu
and the guest gets rebooted, some MISS messages may have been
recorded just before the reboot and spuriously executed by
the virtual iommu after the reboot.
As vhost does not have any explicit reset user API,
VHOST_NET_SET_BACKEND looks a reasonable point where to clear
the pending messages, in case the backend is removed.
Export vhost_clear_msg() and call it in vhost_net_set_backend()
when fd == -1.
Signed-off-by: Eric Auger <[email protected]>
Suggested-by: Jason Wang <[email protected]>
Fixes: 6b1e6cc7855b0 ("vhost: new device IOTLB API")
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions