Re: [PATCH 0/5] vhost: introduce per-virtqueue stats API

2022-05-17 Thread Maxime Coquelin
On 5/17/22 15:23, Maxime Coquelin wrote: On 5/10/22 22:17, Maxime Coquelin wrote: This series introduces a new Vhost API that provides per-virtqueue statistics to the application. It will be generally useful, but initial motivation for this series was to be able to get to get virtqueues sta

Re: [PATCH 0/5] vhost: introduce per-virtqueue stats API

2022-05-17 Thread Maxime Coquelin
On 5/10/22 22:17, Maxime Coquelin wrote: This series introduces a new Vhost API that provides per-virtqueue statistics to the application. It will be generally useful, but initial motivation for this series was to be able to get to get virtqueues stats when Virtio RSS feature will be supported

Re: [PATCH 0/5] vhost: introduce per-virtqueue stats API

2022-05-11 Thread Maxime Coquelin
On 5/10/22 22:17, Maxime Coquelin wrote: This series introduces a new Vhost API that provides per-virtqueue statistics to the application. It will be generally useful, but initial motivation for this series was to be able to get to get virtqueues stats when Virtio RSS feature will be supported