Re: [PATCH v3 0/3] vhost: fix and improve dequeue error path

2025-01-17 Thread Maxime Coquelin
On 1/16/25 10:54 AM, Maxime Coquelin wrote: This series starts with a fix for a regression in the Vhost dequeue error path. The other patches improve the error handling to reduce the chance of such regressions in the future. Changes in v3: == - Squashed patches 2 & 3 (David) - Si

[PATCH v3 0/3] vhost: fix and improve dequeue error path

2025-01-16 Thread Maxime Coquelin
This series starts with a fix for a regression in the Vhost dequeue error path. The other patches improve the error handling to reduce the chance of such regressions in the future. Changes in v3: == - Squashed patches 2 & 3 (David) - Simplify RARP handling further (David Changes in v