From patchwork Thu Jul 29 14:42:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 96417 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 9A514A034F; Thu, 29 Jul 2021 16:42:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18B5140687; Thu, 29 Jul 2021 16:42:55 +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 A05614067A for ; Thu, 29 Jul 2021 16:42:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1627569773; 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=r2AZWxMigaZOT7i328t8wHdHFNLHNAMeCOlEjNMfzso=; b=WFeME1CzvNQwsrTymaNrtZpDa9Vj/bvBnZdmaEbhjKAyZ/IiYK1IDx/gAVafryCu4c8sOw xH/Qo22CmMl2cgzFEiKpCJgQHZyLY2weilA2Gbs2oa5/Lx2c4aNhXdoGfqrrhksV6KUPP1 NYYSnYEw/PJAWh8gyKGmZ4rDzxo4MkA= 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-400-YEFBAEq6NH2SgfiuICMb1Q-1; Thu, 29 Jul 2021 10:42:51 -0400 X-MC-Unique: YEFBAEq6NH2SgfiuICMb1Q-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 AECD7363A0; Thu, 29 Jul 2021 14:42:50 +0000 (UTC) Received: from max-t490s.redhat.com (unknown [10.36.110.10]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9AD2C5D6A1; Thu, 29 Jul 2021 14:42:48 +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:39 +0200 Message-Id: <20210729144240.628859-2-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 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" This patch announces the marking if all the vDPA driver API as internal. Signed-off-by: Maxime Coquelin Acked-by: Chenbo Xia --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) 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`` vDPA + driver API will be marked as internal in DPDK v21.11.