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

2025-01-16 Thread Maxime Coquelin
On 1/15/25 5:49 PM, David Marchand wrote: On Wed, Jan 15, 2025 at 5:42 PM David Marchand wrote: On Wed, Jan 15, 2025 at 1:59 PM Maxime Coquelin wrote: This patch refactors the error handling in the Vhost async dequeue path to ease its maintenance and readability. Suggested-by: David Mar

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

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

Re: [PATCH v2 3/4] vhost: rework async 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 async > 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 3/4] vhost: rework async dequeue path error handling

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