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

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

2022-05-10 Thread Maxime Coquelin
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 in Vhost library. First patch introduces the

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

2022-01-27 Thread Maxime Coquelin
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 in Vhost library. First patch is a fix that