Re: [PATCH] vhost: promote max queue setting API to stable

2024-10-14 Thread Maxime Coquelin
On 10/9/24 15:00, Maxime Coquelin wrote: This patch promotes the rte_vhost_driver_set_max_queue_num API to stable. Signed-off-by: Maxime Coquelin --- lib/vhost/rte_vhost.h | 4 lib/vhost/version.map | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) Applied to next-virtio/fo

Re: [PATCH] vhost: promote max queue setting API to stable

2024-10-09 Thread Chenbo Xia
> On Oct 9, 2024, at 21:00, Maxime Coquelin wrote: > > External email: Use caution opening links or attachments > > > This patch promotes the rte_vhost_driver_set_max_queue_num > API to stable. > > Signed-off-by: Maxime Coquelin > --- > lib/vhost/rte_vhost.h | 4 > lib/vhost/version.map

[PATCH] vhost: promote max queue setting API to stable

2024-10-09 Thread Maxime Coquelin
This patch promotes the rte_vhost_driver_set_max_queue_num API to stable. Signed-off-by: Maxime Coquelin --- lib/vhost/rte_vhost.h | 4 lib/vhost/version.map | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h index 328281ba0f.