Re: [PATCH 02/11] vhost: fix build with clang 15

2022-11-18 Thread Maxime Coquelin
On 11/18/22 09:53, David Marchand wrote: This variable is not used. Fixes: abeb86525577 ("vhost: remove copy threshold for async path") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- lib/vhost/virtio_net.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vhost/virtio_net.c

[PATCH 02/11] vhost: fix build with clang 15

2022-11-18 Thread David Marchand
This variable is not used. Fixes: abeb86525577 ("vhost: remove copy threshold for async path") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- lib/vhost/virtio_net.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vhost/virtio_net.c b/lib/vhost/virtio_net.c index 4358899718..9abf