Re: [PATCH v3 01/28] vhost: fix missing guest notif stat increment

2023-06-01 Thread Maxime Coquelin
On 5/25/23 18:25, Maxime Coquelin wrote: Guest notification counter was only incremented for split ring, this patch adds it also for packed ring. Fixes: 1ea74efd7fa4 ("vhost: add statistics for guest notification") Cc: sta...@dpdk.org Signed-off-by: Maxime Coquelin Reviewed-by: Chenbo Xia

[PATCH v3 01/28] vhost: fix missing guest notif stat increment

2023-05-25 Thread Maxime Coquelin
Guest notification counter was only incremented for split ring, this patch adds it also for packed ring. Fixes: 1ea74efd7fa4 ("vhost: add statistics for guest notification") Cc: sta...@dpdk.org Signed-off-by: Maxime Coquelin Reviewed-by: Chenbo Xia --- lib/vhost/vhost.h | 2 ++ 1 file changed,