From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Wang Subject: [PATCH] doc: add virtio GUEST ANNOUNCE to release notes Date: Fri, 9 Feb 2018 22:27:50 +0800 Message-ID: <20180209142750.47825-1-xiao.w.wang@intel.com> Cc: john.mcnamara@intel.com, thomas@monjalon.net, Xiao Wang To: dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 37C391B88C for ; Fri, 9 Feb 2018 06:53:56 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Xiao Wang --- doc/guides/rel_notes/release_18_02.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index c42a1d64b..d9718c174 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -230,6 +230,12 @@ New Features current build system using ``make``. For instructions on how to do a DPDK build using the new system, see the instructions in ``doc/build-sdk-meson.txt``. +* **Added VIRTIO_NET_F_GUEST_ANNOUNCE feature support in virtio pmd.** + + In scenario where the vhost backend doesn't have the ability to generate RARP + packet, the VM running virtio pmd can still be live migrated if + VIRTIO_NET_F_GUEST_ANNOUNCE feature is negotiated. + .. note:: This new build system support is incomplete at this point and is added -- 2.15.1