From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 091BD1B1AF for ; Wed, 14 Feb 2018 18:57:43 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9992320CD9; Wed, 14 Feb 2018 12:57:42 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 14 Feb 2018 12:57:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=mFM6OdpEgoriMBeUlXvCw/un6F 1/PziDJ0QdCnhRPzk=; b=dTF+Dnuui6t14JnNI+7aD6atMWNYo/bxEl67au5JUn Dgfw9OlUSYYzm4VxcfTKbvYyFBqVNfmr7hcUk5xceK+8ZwjIcV0DkXPeM4WJsmjE v+YDAJh1RlLUudZbBsZyeCoam836DuqJwdrGeVisWp6zfSWt4tl7RAttv65SIUZT Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=mFM6Od pEgoriMBeUlXvCw/un6F1/PziDJ0QdCnhRPzk=; b=VuQ3PnwBfdIYa32Ctv9U4g WX+masTstI9Trsd7N9PEOZvi+Xe8aViq/YUpsEc3TZ6SI3iCu7WajWLLIY2Ih4Ei numH9ChFDgTC+kkChzQCq8YM0bgmWM+5++nRlk4i09B+HZIiZjYhWn2mPQeDey68 f4tezOvJ5SB3auk9yesc/NeamMW8DLWcbN8hGSMdeFuyXZPcDSGx69mn3DLeJ/RT +qfRQKs+vy5e2y+h1bmaQDwOV/GhaADIQdVCyiqHTbhgRVsRxx/YNIAFSkhPCSTh pz/3PnNnRHzaDp5a28bth2DKiwkMm1R+MeXmiHUM16XcO9wNH+1c6yFLxxVJdCIg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 45B4624640; Wed, 14 Feb 2018 12:57:42 -0500 (EST) From: Thomas Monjalon To: "Wang, Xiao W" Cc: dev@dpdk.org, "Mcnamara, John" Date: Wed, 14 Feb 2018 18:57:30 +0100 Message-ID: <2476619.BiK7LLe026@xps> In-Reply-To: <2799024.zr6VS6V11q@xps> References: <20180209142750.47825-1-xiao.w.wang@intel.com> <2799024.zr6VS6V11q@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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: Wed, 14 Feb 2018 17:57:43 -0000 14/02/2018 00:31, Thomas Monjalon: > 09/02/2018 10:56, Mcnamara, John: > > From: Wang, Xiao W > > > +* **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 > > > > The text has been added between the previous section and a note belonging > > to the previous section. > > Please, can you merge this text with the item added by Jiayu about migration? Applied as it is reworded in the final release notes patch by John.