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 AEF9BA0C40; Fri, 6 Aug 2021 10:25:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 30B944069E; Fri, 6 Aug 2021 10:25:35 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id A43144014D for ; Fri, 6 Aug 2021 10:25:33 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10067"; a="214061773" X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="214061773" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2021 01:25:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="503925468" Received: from irsmsx603.ger.corp.intel.com ([163.33.146.9]) by fmsmga004.fm.intel.com with ESMTP; 06 Aug 2021 01:25:31 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by irsmsx603.ger.corp.intel.com (163.33.146.9) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Fri, 6 Aug 2021 09:25:29 +0100 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.010; Fri, 6 Aug 2021 16:25:27 +0800 From: "Liu, Yong" To: "Xia, Chenbo" , "dev@dpdk.org" , "maxime.coquelin@redhat.com" , "amorenoz@redhat.com" , "stephen@networkplumber.org" , "thomas@monjalon.net" , "Yigit, Ferruh" , "Richardson, Bruce" , "Ananyev, Konstantin" , "ktraynor@redhat.com" , "jerinjacobk@gmail.com" Thread-Topic: [dpdk-dev] [PATCH v2] vhost: announce experimental tag removal of vhost APIs Thread-Index: AQHXhR4G92jX02svYUShVMaYn92QEqtmLpMw Date: Fri, 6 Aug 2021 08:25:26 +0000 Message-ID: <871d43a51e18431a982ade2d31ed505d@intel.com> References: <20210730081925.9472-1-chenbo.xia@intel.com> <20210730082416.10741-1-chenbo.xia@intel.com> In-Reply-To: <20210730082416.10741-1-chenbo.xia@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" > -----Original Message----- > From: dev On Behalf Of Chenbo Xia > Sent: Friday, July 30, 2021 4:24 PM > To: dev@dpdk.org; maxime.coquelin@redhat.com; amorenoz@redhat.com; > stephen@networkplumber.org; thomas@monjalon.net; Yigit, Ferruh > ; Richardson, Bruce ; > Ananyev, Konstantin ; > ktraynor@redhat.com; jerinjacobk@gmail.com > Subject: [dpdk-dev] [PATCH v2] vhost: announce experimental tag removal o= f > vhost APIs >=20 > 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. >=20 > Signed-off-by: Chenbo Xia > Acked-by: Maxime Coquelin > --- > doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > 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_co= py``, > + ``rte_vhost_va_from_guest_pa``, ``rte_vhost_extern_callback_register``= , > + and ``rte_vhost_driver_set_protocol_features`` APIs will be removed an= d > the > + APIs will be made stable in DPDK 21.11. > -- > 2.17.1 Acked-by: Marvin Liu