From patchwork Thu Jul 29 14:42:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 96419 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C9D04A034F; Thu, 29 Jul 2021 16:43:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EDA6A410FC; Thu, 29 Jul 2021 16:42:57 +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 36C46410F5 for ; Thu, 29 Jul 2021 16:42:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1627569775; 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=xSCJAY1hgVTXMflEkz3Jam+tYt7wGZuFU9uhY1f2cyQ=; b=ds4fMZqxTehI54oqk2dnXvRLsNVinFSpISFFi+yuyWeJSn4EclO9ojB4rbmgFPViUwPeFK uX9GqfaDVMdFaaRB32vsppb4NvoHtJ+Y9FdF1Z+sCgNCrgNJqG8pFQ9M/lt6PToxl0cZCN RmplK+q0UdXuYQfSuamQmtvmWzoq5pI= 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-248-cwgR-mfSMZugslm6GYSUBA-1; Thu, 29 Jul 2021 10:42:54 -0400 X-MC-Unique: cwgR-mfSMZugslm6GYSUBA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CC9B087D545; Thu, 29 Jul 2021 14:42:52 +0000 (UTC) Received: from max-t490s.redhat.com (unknown [10.36.110.10]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0FBD85D6A1; Thu, 29 Jul 2021 14:42:50 +0000 (UTC) From: Maxime Coquelin 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 Date: Thu, 29 Jul 2021 16:42:40 +0200 Message-Id: <20210729144240.628859-3-maxime.coquelin@redhat.com> In-Reply-To: <20210729144240.628859-1-maxime.coquelin@redhat.com> References: <20210729144240.628859-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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 Subject: [dpdk-dev] [PATCH 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" This patch announce the renaming of struct vhost_device_ops to rte_vhost_device_ops in DPDK v21.11. Signed-off-by: Maxime Coquelin Acked-by: Chenbo Xia Acked-by: Adrian Moreno --- 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.