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 75C17A0C43; Fri, 6 Aug 2021 10:40:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 015B04069E; Fri, 6 Aug 2021 10:40:24 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 2688E4014D for ; Fri, 6 Aug 2021 10:40:21 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10067"; a="236310935" X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="236310935" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2021 01:40:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="503931287" Received: from irsmsx605.ger.corp.intel.com ([163.33.146.138]) by fmsmga004.fm.intel.com with ESMTP; 06 Aug 2021 01:40:15 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by IRSMSX605.ger.corp.intel.com (163.33.146.138) 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:40:12 +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:40:10 +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 2/2] vhost: notice Vhost ops struct renaming Thread-Index: AQHXhRrS8wCGQlxmVEKDWvsLphiVYKtmMvwg Date: Fri, 6 Aug 2021 08:40:09 +0000 Message-ID: References: <20210730081230.644703-1-maxime.coquelin@redhat.com> <20210730081230.644703-3-maxime.coquelin@redhat.com> In-Reply-To: <20210730081230.644703-3-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 2/2] vhost: notice Vhost ops struct renaming 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:13 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 2/2] vhost: notice Vhost ops struct renamin= g >=20 > This patch announces the renaming of struct > vhost_device_ops to rte_vhost_device_ops in DPDK v21.11. >=20 > Acked-by: Chenbo Xia > Signed-off-by: Maxime Coquelin > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index b34bed61a6..76ebf162bd 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -151,3 +151,6 @@ Deprecation Notices > * 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. > + > +* vhost: rename ``struct vhost_device_ops`` to ``struct > rte_vhost_device_ops`` > + int DPDK v21.11. > -- > 2.31.1 Acked-by: Marvin Liu