From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com
 [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 7DB9D1B170
 for <dev@dpdk.org>; Wed, 14 Feb 2018 00:12:15 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 2253A214D6;
 Tue, 13 Feb 2018 18:12:15 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Tue, 13 Feb 2018 18:12:15 -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=51Y4/TT3bAxiD8myR+NGLLL0zR
 LKgPMzjIcqQ9I4Bcs=; b=EveofZTbYgv9kMH6i/KDGSlDS15AkQrSCQbt1iifyJ
 FyPAgO+3HgfC+36wZmcLKA8EaF4c2xiJx+CCA9yd0p9D999FvuYS4mWeP9mtlQkr
 msRnTJ13JdBf5bJGitf1dNQb0I82Bbt7YrXpFRT9Wnn+U6RFrN4u7ZoiHUvZb8+j
 8=
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=51Y4/T
 T3bAxiD8myR+NGLLL0zRLKgPMzjIcqQ9I4Bcs=; b=HHIyMfyhtdG9QjMa47c4PU
 HkXfvyHlPARrsxGTCQnnl12MU4/8D409IwhfzAfeFP+kK6zmhFPi2P8eD0QJHszl
 JulZupofUMcXJoRWlBpHvG/G4H1C5DG9FWGaoy00UEq9CqwL5nnRHfC09wrLFBBx
 E5LIi/0Hld2JDZbHZEtgxWdTkzvQj2JrEfmWcJ8fhDn//f0kOrmYNRyVHbI8ytzS
 OuCBx5mD+x+msDoYPWsuYAIolhXA9OSlUCMzrpmrCpdAkHiDVx39s1JGzrkg6gKT
 czInjccMSHzT5TMbPWP8pgMfUrohU0PrIgG+oTiOtKw4vQCznl9l/y9UO6nTSJTg
 ==
X-ME-Sender: <xms:z3CDWmEuQc-xu4whcvw--0dzY8cHA-Ev_cpyYEEpZijb9iFSEf2OIw>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id C841924718;
 Tue, 13 Feb 2018 18:12:14 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: "Hu, Jiayu" <jiayu.hu@intel.com>
Cc: dev@dpdk.org, "Mcnamara, John" <john.mcnamara@intel.com>, "Wang,
 Zhihong" <zhihong.wang@intel.com>
Date: Wed, 14 Feb 2018 00:12:05 +0100
Message-ID: <4547455.IZ1Mg3tvVF@xps>
In-Reply-To: <B27915DBBA3421428155699D51E4CFE23EEAD2A4@IRSMSX103.ger.corp.intel.com>
References: <1518160389-82580-1-git-send-email-jiayu.hu@intel.com>
 <1518162444-99915-1-git-send-email-jiayu.hu@intel.com>
 <B27915DBBA3421428155699D51E4CFE23EEAD2A4@IRSMSX103.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [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 <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Feb 2018 23:12:15 -0000

> > Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
> 
> 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 <john.mcnamara@intel.com>

Applied, thanks