From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1667E1B881 for ; Fri, 9 Feb 2018 10:56:38 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2018 01:56:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,482,1511856000"; d="scan'208";a="202837777" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga006.fm.intel.com with ESMTP; 09 Feb 2018 01:56:37 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 9 Feb 2018 09:56:36 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by irsmsx111.ger.corp.intel.com ([169.254.2.246]) with mapi id 14.03.0319.002; Fri, 9 Feb 2018 09:56:36 +0000 From: "Mcnamara, John" To: "Wang, Xiao W" , "dev@dpdk.org" CC: "thomas@monjalon.net" Thread-Topic: [PATCH] doc: add virtio GUEST ANNOUNCE to release notes Thread-Index: AQHToWpiKJfZO3WKJESTZb7gg3IYDKOb1asQ Date: Fri, 9 Feb 2018 09:56:36 +0000 Message-ID: References: <20180209142750.47825-1-xiao.w.wang@intel.com> In-Reply-To: <20180209142750.47825-1-xiao.w.wang@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODI4YjY1ODMtMWUwNC00MjQxLWI4YTAtYjczMjQwMWUyZTZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InNEZDFlVERReUlVdTVIaXBaU1BaaFVlZzVFWTFiXC9zVCtDZmJvQ08xYmFzPSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Fri, 09 Feb 2018 09:56:39 -0000 > -----Original Message----- > From: Wang, Xiao W > Sent: Friday, February 9, 2018 2:28 PM > To: dev@dpdk.org > Cc: Mcnamara, John ; thomas@monjalon.net; Wang, > Xiao W > Subject: [PATCH] doc: add virtio GUEST ANNOUNCE to release notes >=20 > Signed-off-by: Xiao Wang > --- > doc/guides/rel_notes/release_18_02.rst | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > 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``. >=20 > +* **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:: >=20 > 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. However, we can fix this in the final revision of the release notes, so: Acked-by: John McNamara