Re: [PATCH v3 0/4] vHost IOTLB cache rework

2022-09-15 Thread Thomas Monjalon
25/07/2022 22:32, David Marchand: > This series aim was initially to solve a scalability issue with the IOTLB > cache code. But along the way, I tried to make the code a bit more robust > by unifying how the device and virtqueue are passed around. Applied directly in main tree to ease backport, th

[PATCH v3 0/4] vHost IOTLB cache rework

2022-07-25 Thread David Marchand
This series aim was initially to solve a scalability issue with the IOTLB cache code. But along the way, I tried to make the code a bit more robust by unifying how the device and virtqueue are passed around. -- David Marchand David Marchand (4): vhost: fix vq use after free on numa reallocati