From patchwork Wed Jul 22 15:01:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Fu X-Patchwork-Id: 74624 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 19FDAA0526; Wed, 22 Jul 2020 17:05:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 409B01BFFE; Wed, 22 Jul 2020 17:04:55 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 938F21BFE4 for ; Wed, 22 Jul 2020 17:04:50 +0200 (CEST) IronPort-SDR: 0URRkf2Ho+IXg/IkV9ey4oc7OtzwMYgKQ/fs+kTv2KDS/1dcjkvnNK2t33WWizwb8uVlF/qFPP OMKFkgx58yFA== X-IronPort-AV: E=McAfee;i="6000,8403,9689"; a="151666085" X-IronPort-AV: E=Sophos;i="5.75,383,1589266800"; d="scan'208";a="151666085" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2020 08:04:04 -0700 IronPort-SDR: hG818EU2scN3eabqmM3sFQcQ4wI7OuIwCwqXHQ5diRadHUF+xsIE01KIqE2zLvcSaLgFdwyIUk NCCOfmZWj+yQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,383,1589266800"; d="scan'208";a="362737213" Received: from npg-dpdk-patrickfu-casc2.sh.intel.com ([10.67.119.92]) by orsmga001.jf.intel.com with ESMTP; 22 Jul 2020 08:04:02 -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 23:01:53 +0800 Message-Id: <20200722150153.3422450-3-patrick.fu@intel.com> X-Mailer: git-send-email 2.18.4 In-Reply-To: <20200722150153.3422450-1-patrick.fu@intel.com> References: <20200722105741.3421255-1-patrick.fu@intel.com> <20200722150153.3422450-1-patrick.fu@intel.com> Subject: [dpdk-dev] [PATCH v2 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 Reviewed-by: Chenbo Xia Reviewed-by: Maxime Coquelin --- doc/guides/rel_notes/release_20_08.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst index d65f77250..dc8936056 100644 --- a/doc/guides/rel_notes/release_20_08.rst +++ b/doc/guides/rel_notes/release_20_08.rst @@ -243,6 +243,12 @@ New Features of ingress packets to specific NIC queues. See the :doc:`../sample_app_ug/ipsec_secgw` for more details. +* **Added vhost async data path APIs.** + + 4 new APIs have been added to enable vhost async data path, including: + + * Async device channel register/unregister APIs + * Async packets enqueue/completion APIs (only split ring was implemented) Removed Items -------------