From patchwork Fri Jul 30 08:24:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chenbo Xia X-Patchwork-Id: 96449 X-Patchwork-Delegate: thomas@monjalon.net 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 9F1B5A0C47; Fri, 30 Jul 2021 10:36:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A2B540040; Fri, 30 Jul 2021 10:36:23 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 16BCC4003E for ; Fri, 30 Jul 2021 10:36:21 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10060"; a="298642450" X-IronPort-AV: E=Sophos;i="5.84,281,1620716400"; d="scan'208";a="298642450" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2021 01:36:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,281,1620716400"; d="scan'208";a="457109741" Received: from npg-dpdk-virtio-xiachenbo-nw.sh.intel.com ([10.67.119.100]) by orsmga007.jf.intel.com with ESMTP; 30 Jul 2021 01:36:16 -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:24:16 +0800 Message-Id: <20210730082416.10741-1-chenbo.xia@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210730081925.9472-1-chenbo.xia@intel.com> References: <20210730081925.9472-1-chenbo.xia@intel.com> Subject: [dpdk-dev] [PATCH v2] 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 Acked-by: Marvin Liu Acked-by: Fan Zhang Acked-by: Marvin Liu --- 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..5d5b7884d7 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.