From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 21:53:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,482,1511856000"; d="scan'208";a="16806979" Received: from dpdk-xiao-1.sh.intel.com ([10.67.110.153]) by orsmga008.jf.intel.com with ESMTP; 08 Feb 2018 21:53:55 -0800 From: Xiao Wang To: dev@dpdk.org Cc: john.mcnamara@intel.com, thomas@monjalon.net, Xiao Wang Date: Fri, 9 Feb 2018 22:27:50 +0800 Message-Id: <20180209142750.47825-1-xiao.w.wang@intel.com> X-Mailer: git-send-email 2.15.1 Subject: [dpdk-dev] [PATCH] doc: add virtio GUEST ANNOUNCE to release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 05:53:57 -0000 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