Re: [PATCH v3 3/3] vhost: improve RARP handling in dequeue paths

2025-01-16 Thread David Marchand
On Thu, Jan 16, 2025 at 10:54 AM Maxime Coquelin wrote: > > With previous refactoring, we can now simplify the RARP > packet injection handling in both the sync and async > dequeue paths. > > Signed-off-by: Maxime Coquelin Recheck-request: github-robot -- David Marchand

Re: [PATCH v3 3/3] vhost: improve RARP handling in dequeue paths

2025-01-16 Thread Chenbo Xia
> On Jan 16, 2025, at 17:54, Maxime Coquelin wrote: > > External email: Use caution opening links or attachments > > > With previous refactoring, we can now simplify the RARP > packet injection handling in both the sync and async > dequeue paths. > > Signed-off-by: Maxime Coquelin > --- >

Re: [PATCH v3 3/3] vhost: improve RARP handling in dequeue paths

2025-01-16 Thread David Marchand
On Thu, Jan 16, 2025 at 10:54 AM Maxime Coquelin wrote: > > With previous refactoring, we can now simplify the RARP > packet injection handling in both the sync and async > dequeue paths. > > Signed-off-by: Maxime Coquelin Reviewed-by: David Marchand -- David Marchand

[PATCH v3 3/3] vhost: improve RARP handling in dequeue paths

2025-01-16 Thread Maxime Coquelin
With previous refactoring, we can now simplify the RARP packet injection handling in both the sync and async dequeue paths. Signed-off-by: Maxime Coquelin --- lib/vhost/virtio_net.c | 72 ++ 1 file changed, 30 insertions(+), 42 deletions(-) diff --git a/l