From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 1D817A0C45;
	Fri, 30 Jul 2021 10:12:57 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 4881F410F8;
	Fri, 30 Jul 2021 10:12:48 +0200 (CEST)
Received: from us-smtp-delivery-124.mimecast.com
 (us-smtp-delivery-124.mimecast.com [170.10.133.124])
 by mails.dpdk.org (Postfix) with ESMTP id 124BA40DFB
 for <dev@dpdk.org>; Fri, 30 Jul 2021 10:12:45 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1627632765;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=9rDGGEhwpMAwesFuPVsnsr/rZgg51D7CjMUYreCkZTY=;
 b=PGZBUweXfRmPwCTxaC4L7gKbYJN0+ldI71EWRHR0nnSDAOGLMXa/mAzuTkgTJbtXs8SWYn
 TfveCrrRIBGl77tDEQU4eV0MXCc/wqP0PR5BKxZ58wTKSxn6vAlvRUWKct58TrFEXndo2b
 /1+SZ8UIz7xDr10NJsToUjRUrcKYrv4=
Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com
 [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id
 us-mta-478-MLkxlFniMEOlWCmw-vsAnQ-1; Fri, 30 Jul 2021 04:12:43 -0400
X-MC-Unique: MLkxlFniMEOlWCmw-vsAnQ-1
Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com
 [10.5.11.16])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CDEE2802947;
 Fri, 30 Jul 2021 08:12:42 +0000 (UTC)
Received: from max-t490s.redhat.com (unknown [10.39.208.10])
 by smtp.corp.redhat.com (Postfix) with ESMTP id 0B1BD5C1CF;
 Fri, 30 Jul 2021 08:12:40 +0000 (UTC)
From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: dev@dpdk.org, chenbo.xia@intel.com, amorenoz@redhat.com,
 bruce.richardson@intel.com, ferruh.yigit@intel.com, thomas@monjalon.net,
 aconole@redhat.com
Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
Date: Fri, 30 Jul 2021 10:12:30 +0200
Message-Id: <20210730081230.644703-3-maxime.coquelin@redhat.com>
In-Reply-To: <20210730081230.644703-1-maxime.coquelin@redhat.com>
References: <20210730081230.644703-1-maxime.coquelin@redhat.com>
MIME-Version: 1.0
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16
Authentication-Results: relay.mimecast.com;
 auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Subject: [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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

This patch announces the renaming of struct
vhost_device_ops to rte_vhost_device_ops in DPDK v21.11.

Acked-by: Chenbo Xia <chenbo.xia@intel.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)

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`` vDPA
   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