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 404EBA0C40; Fri, 6 Aug 2021 10:38:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B17494069E; Fri, 6 Aug 2021 10:38:19 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 6797B4014D for ; Fri, 6 Aug 2021 10:38:18 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10067"; a="212475396" X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="212475396" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2021 01:38:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="481402030" Received: from irsmsx606.ger.corp.intel.com ([163.33.146.139]) by fmsmga008.fm.intel.com with ESMTP; 06 Aug 2021 01:38:15 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by IRSMSX606.ger.corp.intel.com (163.33.146.139) 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:38:13 +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:38:11 +0800 From: "Liu, Yong" To: Maxime Coquelin , "dev@dpdk.org" , "Xia, Chenbo" , "amorenoz@redhat.com" , "Richardson, Bruce" , "Yigit, Ferruh" , "thomas@monjalon.net" , "aconole@redhat.com" Thread-Topic: [dpdk-dev] [PATCH v2 1/2] vhost: announce vDPA driver API marking as internal Thread-Index: AQHXhRrVJ/I5rpBl60+VwxE7ai7eGKtmMngA Date: Fri, 6 Aug 2021 08:38:10 +0000 Message-ID: <8992a14308d74167b143c7d864f5f943@intel.com> References: <20210730081230.644703-1-maxime.coquelin@redhat.com> <20210730081230.644703-2-maxime.coquelin@redhat.com> In-Reply-To: <20210730081230.644703-2-maxime.coquelin@redhat.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 1/2] vhost: announce vDPA driver API marking as internal 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 Maxime Coquelin > Sent: Friday, July 30, 2021 4:12 PM > To: dev@dpdk.org; Xia, Chenbo ; > amorenoz@redhat.com; Richardson, Bruce ; > Yigit, Ferruh ; thomas@monjalon.net; > aconole@redhat.com > Cc: Maxime Coquelin > Subject: [dpdk-dev] [PATCH v2 1/2] vhost: announce vDPA driver API markin= g > as internal >=20 > This patch announces the marking of all the vDPA driver APIs > as internal. >=20 > Acked-by: Chenbo Xia > Signed-off-by: Maxime Coquelin > --- > doc/guides/rel_notes/deprecation.rst | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 9584d6bfd7..b34bed61a6 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -147,3 +147,7 @@ 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: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``, > + ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDP= A > + driver API will be marked as internal in DPDK v21.11. > -- > 2.31.1 Acked-by: Marvin Liu