From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1B5161B89B for ; Fri, 9 Feb 2018 10:56:50 +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 fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2018 01:56:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,482,1511856000"; d="scan'208";a="202837815" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga006.fm.intel.com with ESMTP; 09 Feb 2018 01:56:49 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by IRSMSX107.ger.corp.intel.com ([169.254.10.46]) with mapi id 14.03.0319.002; Fri, 9 Feb 2018 09:56:48 +0000 From: "Mcnamara, John" To: "Hu, Jiayu" , "dev@dpdk.org" CC: "thomas@monjalon.net" Thread-Topic: [PATCH] doc: add vhost-user live migration features to release notes Thread-Index: AQHToXTyQU5b63JkPkuMsJr5kvtG76Ob1aPw Date: Fri, 9 Feb 2018 09:56:47 +0000 Message-ID: References: <1518160389-82580-1-git-send-email-jiayu.hu@intel.com> In-Reply-To: <1518160389-82580-1-git-send-email-jiayu.hu@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDk4MmNkYmMtMjhkNC00MDE0LTk1MDYtY2U5NTFiZmRkZTU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkJDVDVCNTVseE53Q1IrQlQwcCtQK2t3Nnl1WDBZWkQ1dGJcL3BURnBVcVY4PSJ9 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 vhost-user live migration features 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:51 -0000 > -----Original Message----- > From: Hu, Jiayu > Sent: Friday, February 9, 2018 7:13 AM > To: dev@dpdk.org > Cc: Mcnamara, John ; thomas@monjalon.net; Hu, > Jiayu > Subject: [PATCH] doc: add vhost-user live migration features to release > notes >=20 > Signed-off-by: Jiayu Hu > --- > doc/guides/rel_notes/release_18_02.rst | 10 ++++++++++ > 1 file changed, 10 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_18_02.rst > b/doc/guides/rel_notes/release_18_02.rst > index c42a1d6..116ca2a 100644 > --- a/doc/guides/rel_notes/release_18_02.rst > +++ b/doc/guides/rel_notes/release_18_02.rst > @@ -230,6 +230,16 @@ 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 > +* **Add feature supports for live migration from vhost-net to > +vhost-user.** > + > + To make live migration from vhost-net to vhost-user possible, added > + feature supports for vhost-user. The features include: > + > + * VIRTIO_F_EVENT_IDX > + * VIRTIO_NET_F_GUEST_ECN, VIRTIO_NET_F_HOST_ECN > + * VIRTIO_NET_F_GUEST_UFO, VIRTIO_NET_F_HOST_UFO > + * VIRTIO_NET_F_GSO > + > .. 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