From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id B5C4DA04DE;
	Fri, 23 Oct 2020 13:15:40 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 98BF0A960;
	Fri, 23 Oct 2020 13:15:39 +0200 (CEST)
Received: from us-smtp-delivery-124.mimecast.com
 (us-smtp-delivery-124.mimecast.com [63.128.21.124])
 by dpdk.org (Postfix) with ESMTP id 75939A935
 for <dev@dpdk.org>; Fri, 23 Oct 2020 13:15:38 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1603451737;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=TZObEcVakODr4kg8uJU9jz0qexHmwn4bJx2KJzjFX1A=;
 b=JVPMeF7E01GZqxVij5yZC/hECkKnCNuIBGNMszuERTt1AWn2exmRDrcr6H1yTTXAAQ6Vxz
 K9fAMofBd5GAspD34nfIWwqqYW2KT4OKLVY2BLMHjslg2G8wjCFBLLypU0M64X/64Z9KSx
 d+Y6EGB/kmqMb7KvdxWhQ0otSCcbovM=
Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com
 [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id
 us-mta-292-YaDefyiXO7OFxkeYzxTp9A-1; Fri, 23 Oct 2020 07:15:33 -0400
X-MC-Unique: YaDefyiXO7OFxkeYzxTp9A-1
Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com
 [10.5.11.16])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 183DF1018F64;
 Fri, 23 Oct 2020 11:15:32 +0000 (UTC)
Received: from [10.36.110.30] (unknown [10.36.110.30])
 by smtp.corp.redhat.com (Postfix) with ESMTPS id A58C35C1CF;
 Fri, 23 Oct 2020 11:15:30 +0000 (UTC)
To: Cheng Jiang <Cheng1.jiang@intel.com>, chenbo.xia@intel.com
Cc: dev@dpdk.org, patrick.fu@intel.com, YvonneX.Yang@intel.com
References: <20200910064351.35513-1-Cheng1.jiang@intel.com>
 <20201022085909.112403-1-Cheng1.jiang@intel.com>
 <20201022085909.112403-5-Cheng1.jiang@intel.com>
From: Maxime Coquelin <maxime.coquelin@redhat.com>
Message-ID: <859c98d7-74c5-876c-0b1f-720e35fdc131@redhat.com>
Date: Fri, 23 Oct 2020 13:15:29 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
 Thunderbird/78.3.1
MIME-Version: 1.0
In-Reply-To: <20201022085909.112403-5-Cheng1.jiang@intel.com>
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16
Authentication-Results: relay.mimecast.com;
 auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v10 4/4] doc: update release notes for vhost
	sample
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://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>



On 10/22/20 10:59 AM, Cheng Jiang wrote:
> Add release notes for vhost async data path support in vhost sample.
> 
> Signed-off-by: Cheng Jiang <Cheng1.jiang@intel.com>
> ---
>  doc/guides/rel_notes/release_20_11.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime