From patchwork Wed Jul 22 10:57:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Fu X-Patchwork-Id: 74617 X-Patchwork-Delegate: maxime.coquelin@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F202A0526; Wed, 22 Jul 2020 13:00:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FD191C010; Wed, 22 Jul 2020 13:00:15 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id AE3F51BFEF for ; Wed, 22 Jul 2020 13:00:12 +0200 (CEST) IronPort-SDR: vbidxePwHwla67YvX8celEaDl75MkgBUSU2D5nDEj1R4ew5MQbkA1Ssi/qGov5XfKwidl7Fl5i 7x7lyhuihgow== X-IronPort-AV: E=McAfee;i="6000,8403,9689"; a="148240103" X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="148240103" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2020 04:00:12 -0700 IronPort-SDR: mavGEEo1Z6cTwaErwSESiJxggidhLJ/JbY4hzhy0M9K9oGL/g35pv0VgFcuQilb50WBoBw722t H1e26CACOuGg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="328178870" Received: from npg-dpdk-patrickfu-casc2.sh.intel.com ([10.67.119.92]) by orsmga007.jf.intel.com with ESMTP; 22 Jul 2020 04:00:10 -0700 From: patrick.fu@intel.com To: dev@dpdk.org, maxime.coquelin@redhat.com, chenbo.xia@intel.com Cc: Patrick Fu Date: Wed, 22 Jul 2020 18:57:41 +0800 Message-Id: <20200722105741.3421255-3-patrick.fu@intel.com> X-Mailer: git-send-email 2.18.4 In-Reply-To: <20200722105741.3421255-1-patrick.fu@intel.com> References: <20200722105741.3421255-1-patrick.fu@intel.com> Subject: [dpdk-dev] [PATCH v1 2/2] doc: update release notes for vhost async APIs 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" From: Patrick Fu Update 20.08 release notes to include vhost async APIs Signed-off-by: Patrick Fu --- doc/guides/rel_notes/release_20_08.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst index f19b74872..47ed488ed 100644 --- a/doc/guides/rel_notes/release_20_08.rst +++ b/doc/guides/rel_notes/release_20_08.rst @@ -225,6 +225,11 @@ New Features See the :doc:`../sample_app_ug/l2_forward_real_virtual` for more details of this parameter usage. +* **Added vhost async data path APIs.** + + 4 new APIs has been added to enable vhost async data path. With the new + data path, applications can register vhost with copy devices, such as DMA + engines, to offload memory copy operations. Removed Items -------------