RE: [PATCH] vhost: promote per-queue stats API to stable

2022-10-26 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Monday, October 10, 2022 11:38 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH] vhost: promote per-queue stats API to stable > > This patch promotes

RE: [PATCH] vhost: promote per-queue stats API to stable

2022-10-24 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Monday, October 10, 2022 11:38 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH] vhost: promote per-queue stats API to stable > > This patch promotes

Re: [PATCH] vhost: promote per-queue stats API to stable

2022-10-17 Thread David Marchand
On Mon, Oct 10, 2022 at 5:37 PM Maxime Coquelin wrote: > > This patch promotes the per-queue stats API to stable. > The API has been used by the Vhost PMD since v22.07, and > David Marchand posted a patch to make use of it in next > OVS release[0]. > > [0]: > http://patchwork.ozlabs.org/project/o

[PATCH] vhost: promote per-queue stats API to stable

2022-10-10 Thread Maxime Coquelin
This patch promotes the per-queue stats API to stable. The API has been used by the Vhost PMD since v22.07, and David Marchand posted a patch to make use of it in next OVS release[0]. [0]: http://patchwork.ozlabs.org/project/openvswitch/patch/20221007111613.1695524-4-david.march...@redhat.com/ S