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 6DE2DA04DD;
	Thu, 22 Oct 2020 11:13:35 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 87DD4A96C;
	Thu, 22 Oct 2020 11:12:29 +0200 (CEST)
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id DE24FA966
 for <dev@dpdk.org>; Thu, 22 Oct 2020 11:12:23 +0200 (CEST)
IronPort-SDR: Hiu9B9Pc+/Vy3DyH5UA6YTf9WLYdQyEMg7Tvp4glDCqq/CLxdrFcCZI5c9g4E+jxX/gmEqdgq6
 2ra4GU84oCJg==
X-IronPort-AV: E=McAfee;i="6000,8403,9781"; a="229126583"
X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="229126583"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 22 Oct 2020 02:12:23 -0700
IronPort-SDR: 4oGNzIVn/C35bj2cWXcZ3fU7oh5aAEPL/tE0tD0IQUlf1SfRHVclMzgCcPKBfPigt6HxHBGK1C
 S+E2AuI+25sA==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="359183162"
Received: from dpdk_jiangcheng.sh.intel.com ([10.67.119.112])
 by FMSMGA003.fm.intel.com with ESMTP; 22 Oct 2020 02:12:21 -0700
From: Cheng Jiang <Cheng1.jiang@intel.com>
To: maxime.coquelin@redhat.com,
	chenbo.xia@intel.com
Cc: dev@dpdk.org, patrick.fu@intel.com, YvonneX.Yang@intel.com,
 Cheng Jiang <Cheng1.jiang@intel.com>
Date: Thu, 22 Oct 2020 08:59:09 +0000
Message-Id: <20201022085909.112403-5-Cheng1.jiang@intel.com>
X-Mailer: git-send-email 2.27.0
In-Reply-To: <20201022085909.112403-1-Cheng1.jiang@intel.com>
References: <20200910064351.35513-1-Cheng1.jiang@intel.com>
 <20201022085909.112403-1-Cheng1.jiang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: [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>

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(+)

diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
index 0d45b5003..f2db063e0 100644
--- a/doc/guides/rel_notes/release_20_11.rst
+++ b/doc/guides/rel_notes/release_20_11.rst
@@ -345,6 +345,12 @@ New Features
   * Replaced ``--scalar`` command-line option with ``--alg=<value>``, to allow
     the user to select the desired classify method.
 
+* **Updated vhost sample application.**
+
+  Added vhost asynchronous APIs support, which demonstrated how the application
+  leverage IOAT DMA channel with vhost asynchronous APIs.
+  See the :doc:`../sample_app_ug/vhost` for more details.
+
 
 Removed Items
 -------------
-- 
2.27.0