From patchwork Fri Feb 9 07:47:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hu, Jiayu" X-Patchwork-Id: 35081 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B1A221B8AF; Fri, 9 Feb 2018 08:43:51 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 157561B8AE for ; Fri, 9 Feb 2018 08:43:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 23:43:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,482,1511856000"; d="scan'208";a="16700102" Received: from dpdk15.sh.intel.com ([10.67.111.77]) by fmsmga008.fm.intel.com with ESMTP; 08 Feb 2018 23:43:48 -0800 From: Jiayu Hu To: dev@dpdk.org Cc: john.mcnamara@intel.com, thomas@monjalon.net, zhihong.wang@intel.com, Jiayu Hu Date: Fri, 9 Feb 2018 15:47:24 +0800 Message-Id: <1518162444-99915-1-git-send-email-jiayu.hu@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1518160389-82580-1-git-send-email-jiayu.hu@intel.com> References: <1518160389-82580-1-git-send-email-jiayu.hu@intel.com> Subject: [dpdk-dev] [PATCH v2] 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Jiayu Hu Acked-by: John McNamara --- change in v2: - add VIRTIO_F_ANY_LAYOUT feature doc/guides/rel_notes/release_18_02.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index c42a1d6..1d31329 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -230,6 +230,17 @@ 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``. +* **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_ANY_LAYOUT + * 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:: This new build system support is incomplete at this point and is added