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

2025-06-30 Thread Maxime Coquelin
m ; Mykola Kostenok ; Serhii Iliushyk *Копия:* step...@networkplumber.org ; dev@dpdk.org ; Chenbo Xia *Тема:* Re: [PATCH v4 1/1] vhost: handle virtqueue locking for memory hotplug Hi Danylo, On 6/4/25 10:32 AM, Danylo Vodopianov wrote: Hello, Maxime Thank you for your review. If I unders

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

2025-06-19 Thread Danylo Vodopianov
.com ; mcoqu...@redhat.com ; Christian Koue Muf ; ma...@mellanox.com ; david.march...@redhat.com ; Mykola Kostenok ; Serhii Iliushyk Копия: step...@networkplumber.org ; dev@dpdk.org ; Chenbo Xia Тема: Re: [PATCH v4 1/1] vhost: handle virtqueue locking for memory hotplug Hi Danylo, On 6/

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

2025-06-12 Thread Maxime Coquelin
; dev@dpdk.org ; Chenbo Xia *Тема:* Re: [PATCH v4 1/1] vhost: handle virtqueue locking for memory hotplug Hello Danylo, On 6/2/25 10:50 AM, Danylo Vodopianov wrote: For vDPA devices, virtqueues are not locked once the device has been configured. In the commit 5e8fcc60b59d ("vhost: enha

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

2025-06-04 Thread Danylo Vodopianov
lumber.org ; dev@dpdk.org ; Chenbo Xia Тема: Re: [PATCH v4 1/1] vhost: handle virtqueue locking for memory hotplug Hello Danylo, On 6/2/25 10:50 AM, Danylo Vodopianov wrote: > For vDPA devices, virtqueues are not locked once the device has been > configured. In the > commit 5e8fcc60b5

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

2025-06-03 Thread Maxime Coquelin
Hello Danylo, On 6/2/25 10:50 AM, Danylo Vodopianov wrote: 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

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

2025-06-02 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