Re: [PATCH v3 04/28] vhost: add helper of IOTLB entries coredump

2023-06-01 Thread Maxime Coquelin
On 5/26/23 10:46, David Marchand wrote: On Thu, May 25, 2023 at 6:26 PM Maxime Coquelin wrote: @@ -149,8 +177,8 @@ vhost_user_iotlb_cache_remove_all(struct virtio_net *dev, struct vhost_virtqueue rte_rwlock_write_lock(&vq->iotlb_lock); RTE_TAILQ_FOREACH_SAFE(node, &vq->io

Re: [PATCH v3 04/28] vhost: add helper of IOTLB entries coredump

2023-05-26 Thread David Marchand
On Thu, May 25, 2023 at 6:26 PM Maxime Coquelin wrote: > @@ -149,8 +177,8 @@ vhost_user_iotlb_cache_remove_all(struct virtio_net *dev, > struct vhost_virtqueue > rte_rwlock_write_lock(&vq->iotlb_lock); > > RTE_TAILQ_FOREACH_SAFE(node, &vq->iotlb_list, next, temp_node) { > -