Re: [PATCH v3 2/3] vhost: rework dequeue paths error handling

2025-01-16 Thread Chenbo Xia
> On Jan 16, 2025, at 17:54, Maxime Coquelin wrote: > > External email: Use caution opening links or attachments > > > This patch refactors the error handling in the Vhost > dequeue paths to ease its maintenance and readability. > > Suggested-by: David Marchand > Signed-off-by: Maxime Coqu

Re: [PATCH v3 2/3] vhost: rework dequeue paths error handling

2025-01-16 Thread David Marchand
On Thu, Jan 16, 2025 at 10:54 AM Maxime Coquelin wrote: > > This patch refactors the error handling in the Vhost > dequeue paths to ease its maintenance and readability. > > Suggested-by: David Marchand > Signed-off-by: Maxime Coquelin Reviewed-by: David Marchand -- David Marchand

[PATCH v3 2/3] vhost: rework dequeue paths error handling

2025-01-16 Thread Maxime Coquelin
This patch refactors the error handling in the Vhost dequeue paths to ease its maintenance and readability. Suggested-by: David Marchand Signed-off-by: Maxime Coquelin --- lib/vhost/virtio_net.c | 58 +++--- 1 file changed, 26 insertions(+), 32 deletions(-)