From patchwork Fri Jul 30 08:12:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 96445 X-Patchwork-Delegate: thomas@monjalon.net 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 49961A0C45; Fri, 30 Jul 2021 10:12:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1EF0740DFB; Fri, 30 Jul 2021 10:12:47 +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 D569240A4B for ; 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=53/qHWFd61jl0jIM4yAIZk9apjYAyt6sSOCbWEuPLac=; b=bBMdOOrVk6bY9r+YkZK4dhE7+yED/77R0tpIUl/o/cnsOg7K4WYcGzXjRhmimBPyNB2yAU RsScPgEENF4QtsXAe+tgQFzdckC6vmZb+i80Ra8N/7mvLulL+OQT1n2QSFtA1CRoG3H/qH mwEFU2OzYt04k6WG2Q4kzLgfdv2CNwQ= 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-328-yQMcnNX9OCaQ1Eaq4UpGiA-1; Fri, 30 Jul 2021 04:12:41 -0400 X-MC-Unique: yQMcnNX9OCaQ1Eaq4UpGiA-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 AAA28800D55; Fri, 30 Jul 2021 08:12:40 +0000 (UTC) Received: from max-t490s.redhat.com (unknown [10.39.208.10]) by smtp.corp.redhat.com (Postfix) with ESMTP id E0B1B5C1CF; Fri, 30 Jul 2021 08:12:38 +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: Fri, 30 Jul 2021 10:12:29 +0200 Message-Id: <20210730081230.644703-2-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 Subject: [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" This patch announces the marking of all the vDPA driver APIs as internal. Acked-by: Chenbo Xia Signed-off-by: Maxime Coquelin Acked-by: Andrew Rybchenko Acked-by: Marvin Liu Acked-by: Andrew Rybchenko Acked-by: Marvin Liu --- 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. From patchwork Fri Jul 30 08:12:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 96446 X-Patchwork-Delegate: thomas@monjalon.net 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 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 ; 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 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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch announces the renaming of struct vhost_device_ops to rte_vhost_device_ops in DPDK v21.11. Acked-by: Chenbo Xia Signed-off-by: Maxime Coquelin Acked-by: Andrew Rybchenko Acked-by: Marvin Liu Acked-by: Andrew Rybchenko Acked-by: Adrian Moreno Acked-by: Marvin Liu --- 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.