This patch is an update of [PATCH v2] net: Add support of
VIRTIO_NET_F_GUEST_ANNOUNCE for vhost-net/vhost-user

v2->v3
Define a receive function to vhost-user to manage RARP packet send after a
live migration.
If the guest supports VIRTIO_NET_F_GUEST_ANNOUNCE the packet is discarded (GARP
request is managed by the virtio-net NIC).
Otherwise the RARP packet is transmitted to the vhost client/backend that is
responsible to send the RARP

Thibaut Collet (2):
  vhost user: add support of live migration
  vhost user: Add RARP injection for legacy guest

 docs/specs/vhost-user.txt   |   16 ++++++++++++++++
 hw/net/vhost_net.c          |   23 +++++++++++++++++++++++
 hw/virtio/vhost-user.c      |   11 ++++++++++-
 include/net/vhost_net.h     |    1 +
 linux-headers/linux/vhost.h |    9 +++++++++
 net/vhost-user.c            |   21 +++++++++++++++++++--
 6 files changed, 78 insertions(+), 3 deletions(-)

-- 
1.7.10.4


Reply via email to