From patchwork Fri Jul 30 08:19:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chenbo Xia X-Patchwork-Id: 96447 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6D807A0C47; Fri, 30 Jul 2021 10:31:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F23D240040; Fri, 30 Jul 2021 10:31:21 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id BADBD4003E for ; Fri, 30 Jul 2021 10:31:20 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10060"; a="200262753" X-IronPort-AV: E=Sophos;i="5.84,281,1620716400"; d="scan'208";a="200262753" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2021 01:31:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,281,1620716400"; d="scan'208";a="507878034" Received: from npg-dpdk-virtio-xiachenbo-nw.sh.intel.com ([10.67.119.100]) by FMSMGA003.fm.intel.com with ESMTP; 30 Jul 2021 01:31:17 -0700 From: Chenbo Xia To: dev@dpdk.org, maxime.coquelin@redhat.com, amorenoz@redhat.com, stephen@networkplumber.org, thomas@monjalon.net, ferruh.yigit@intel.com, bruce.richardson@intel.com, konstantin.ananyev@intel.com, ktraynor@redhat.com, jerinjacobk@gmail.com Date: Fri, 30 Jul 2021 16:19:25 +0800 Message-Id: <20210730081925.9472-1-chenbo.xia@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] vhost: announce experimental tag removal of vhost APIs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" This patch announces the experimental tag removal of 10 vhost APIs, which have been experimental for more than 2 years. All APIs could be made stable in DPDK 21.11. Signed-off-by: Chenbo Xia Acked-by: Maxime Coquelin Acked-by: Fan Zhang --- doc/guides/rel_notes/deprecation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 9584d6bfd7..f97a9d0058 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -147,3 +147,11 @@ Deprecation Notices * cmdline: ``cmdline`` structure will be made opaque to hide platform-specific content. On Linux and FreeBSD, supported prior to DPDK 20.11, original structure will be kept until DPDK 21.11. + +* vhost: The experimental tags of ``rte_vhost_driver_get_protocol_features``, + ``rte_vhost_driver_get_queue_num``, ``rte_vhost_crypto_create``, + ``rte_vhost_crypto_free``, ``rte_vhost_crypto_fetch_requests``, + ``rte_vhost_crypto_finalize_requests``, ``rte_vhost_crypto_set_zero_copy``, + ``rte_vhost_va_from_guest_pa``, ``rte_vhost_extern_callback_register``, + and ``rte_vhost_driver_set_protocol_features`` APIs will be removed and the + APIs will be made stable in DPDK 21.11. \ No newline at end of file