Re: [PATCH 0/2] net: Fix announce_self with vhost

2025-02-02 Thread Laurent Vivier
Le 01/02/2025 à 20:36, Michael Tokarev a écrit : 17.01.2025 17:05, Laurent Vivier wrote: CC: qemu-stable and qemu-trivial. On 17/01/2025 12:17, Laurent Vivier wrote: announce_self that sends a RARP packet after migration or with announce_self QMP/HMP command doesn't work with vhost because of

Re: [PATCH 0/2] net: Fix announce_self with vhost

2025-02-01 Thread Michael Tokarev
17.01.2025 17:05, Laurent Vivier wrote: CC: qemu-stable and qemu-trivial. On 17/01/2025 12:17, Laurent Vivier wrote: announce_self that sends a RARP packet after migration or with announce_self QMP/HMP command doesn't work with vhost because of the vnet headers. announce_self is the only user

Re: [PATCH 0/2] net: Fix announce_self with vhost

2025-01-30 Thread Michael Tokarev
30.01.2025 12:29, Laurent Vivier wrote: When do you plan to send the PR for them? Um, sorry for the delay. Will do ASAP. Thank you for the reminder! /mjt

Re: [PATCH 0/2] net: Fix announce_self with vhost

2025-01-30 Thread Laurent Vivier
On 18/01/2025 21:20, Michael Tokarev wrote: 17.01.2025 14:17, Laurent Vivier wrote: announce_self that sends a RARP packet after migration or with announce_self QMP/HMP command doesn't work with vhost because of the vnet headers. announce_self is the only user of QEMU_NET_PACKET_FLAG_RAW and th

Re: [PATCH 0/2] net: Fix announce_self with vhost

2025-01-18 Thread Michael Tokarev
17.01.2025 14:17, Laurent Vivier wrote: announce_self that sends a RARP packet after migration or with announce_self QMP/HMP command doesn't work with vhost because of the vnet headers. announce_self is the only user of QEMU_NET_PACKET_FLAG_RAW and this flag is not correctly managed. This serie

Re: [PATCH 0/2] net: Fix announce_self with vhost

2025-01-17 Thread Laurent Vivier
CC: qemu-stable and qemu-trivial. On 17/01/2025 12:17, Laurent Vivier wrote: announce_self that sends a RARP packet after migration or with announce_self QMP/HMP command doesn't work with vhost because of the vnet headers. announce_self is the only user of QEMU_NET_PACKET_FLAG_RAW and this flag

[PATCH 0/2] net: Fix announce_self with vhost

2025-01-17 Thread Laurent Vivier
announce_self that sends a RARP packet after migration or with announce_self QMP/HMP command doesn't work with vhost because of the vnet headers. announce_self is the only user of QEMU_NET_PACKET_FLAG_RAW and this flag is not correctly managed. This series fix a problem with this flag in filter-d