From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C6C4A0C53; Wed, 3 Nov 2021 06:17:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 470D240E0F; Wed, 3 Nov 2021 06:17:32 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id A821840E03 for ; Wed, 3 Nov 2021 06:17:30 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10156"; a="292267906" X-IronPort-AV: E=Sophos;i="5.87,204,1631602800"; d="scan'208";a="292267906" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 22:17:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,204,1631602800"; d="scan'208";a="489392806" Received: from npg-dpdk-virtio-xiachenbo-nw.sh.intel.com ([10.67.119.253]) by orsmga007.jf.intel.com with ESMTP; 02 Nov 2021 22:17:27 -0700 From: Chenbo Xia To: dev@dpdk.org Cc: Ray Kinsella , Kevin Traynor , Maxime Coquelin Date: Wed, 3 Nov 2021 13:00:26 +0800 Message-Id: <20211103050026.41516-1-chenbo.xia@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: remove deprecation notice for vhost 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" Ten vhost APIs were announced to be stable and promoted in below commit, so remove the related deprecation notice. Fixes: 945ef8a04098 ("vhost: promote some APIs to stable") Signed-off-by: Chenbo Xia Reported-by: Maxime Coquelin --- doc/guides/rel_notes/deprecation.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4366015b01..4f7e95f05f 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -114,14 +114,6 @@ Deprecation Notices * vhost: rename ``struct vhost_device_ops`` to ``struct rte_vhost_device_ops`` in DPDK v21.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`` functions will be removed - and the API functions will be made stable in DPDK 21.11. - * cryptodev: Hide structures ``rte_cryptodev_sym_session`` and ``rte_cryptodev_asym_session`` to remove unnecessary indirection between session and the private data of session. An opaque pointer can be exposed -- 2.17.1