Re: [dpdk-dev] [PATCH 0/3] vhost: make virtqueue cache-friendly

2021-01-25 Thread Maxime Coquelin
On 12/22/20 2:56 PM, Maxime Coquelin wrote: > As done for Virtio PMD, this series improves cache utilization > of the vhost_virtqueue struct by removing unused field, > make the live-migration cache dynamically allocated at > live-migration setup time and by moving fields > around so that hot fi

[dpdk-dev] [PATCH 0/3] vhost: make virtqueue cache-friendly

2020-12-22 Thread Maxime Coquelin
As done for Virtio PMD, this series improves cache utilization of the vhost_virtqueue struct by removing unused field, make the live-migration cache dynamically allocated at live-migration setup time and by moving fields around so that hot fields are on the first cachelines. With this series, The