From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 1FCB958C4 for ; Tue, 18 Dec 2018 12:35:26 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 75F5EC71B2; Tue, 18 Dec 2018 11:35:25 +0000 (UTC) Received: from [10.36.112.55] (ovpn-112-55.ams2.redhat.com [10.36.112.55]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4BF3C60C62; Tue, 18 Dec 2018 11:35:22 +0000 (UTC) To: Xiao Wang , tiwei.bie@intel.com Cc: alejandro.lucero@netronome.com, dev@dpdk.org, zhihong.wang@intel.com, xiaolong.ye@intel.com References: <20181214211612.167681-4-xiao.w.wang@intel.com> <20181218080207.178666-1-xiao.w.wang@intel.com> <20181218080207.178666-11-xiao.w.wang@intel.com> From: Maxime Coquelin Message-ID: <791d8bd1-3200-9bec-33d8-b6946a1e5855@redhat.com> Date: Tue, 18 Dec 2018 12:35:21 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: <20181218080207.178666-11-xiao.w.wang@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 18 Dec 2018 11:35:25 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v5 10/10] doc: update ifc NIC document 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: Tue, 18 Dec 2018 11:35:26 -0000 On 12/18/18 9:02 AM, Xiao Wang wrote: > Add the SW assisted VDPA live migration feature into NIC doc. > > Signed-off-by: Xiao Wang > --- > doc/guides/nics/ifc.rst | 12 +++++++++++- > doc/guides/rel_notes/release_19_02.rst | 6 ++++++ > 2 files changed, 17 insertions(+), 1 deletion(-) > Reviewed-by: Maxime Coquelin Thanks, Maxime