Re: [PATCH v2 2/4] vhost: rework dequeue path error handling

2025-01-15 Thread David Marchand
On Wed, Jan 15, 2025 at 1:59 PM Maxime Coquelin wrote: > > This patch refactors the error handling in the Vhost > dequeue path to ease its maintenance and readability. > > Suggested-by: David Marchand > Signed-off-by: Maxime Coquelin Reviewed-by: David Marchand -- David Marchand

[PATCH v2 2/4] vhost: rework dequeue path error handling

2025-01-15 Thread Maxime Coquelin
This patch refactors the error handling in the Vhost dequeue path to ease its maintenance and readability. Suggested-by: David Marchand Signed-off-by: Maxime Coquelin --- lib/vhost/virtio_net.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/lib