[PATCH v1 1/1] vhost: handle virtqueue locking for memory hotplug

2025-05-29 Thread Danylo Vodopianov
For vDPA devices, virtqueues are not locked once the device has been configured. In the commit 5e8fcc60b59d ("vhost: enhance virtqueue access lock asserts"), the asserts were enhanced to trigger rte_panic functionality, preventing access to virtqueues without locking. However, this change introduce

[PATCH v1 1/1] vhost: handle virtqueue locking for memory hotplug

2025-05-29 Thread Danylo Vodopianov
For vDPA devices, virtqueues are not locked once the device has been configured. In the commit 5e8fcc60b59d ("vhost: enhance virtqueue access lock asserts"), the asserts were enhanced to trigger rte_panic functionality, preventing access to virtqueues without locking. However, this change introduce