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 D2C78A0C4D; Fri, 30 Jul 2021 09:13:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D22740040; Fri, 30 Jul 2021 09:13:14 +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 B48214003E for ; Fri, 30 Jul 2021 09:13:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1627629192; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5eL7z5IGx8Ur5+tz7VUrroNalQgeOcKjGNE90dNkFnc=; b=L0eYIud2zycaylCZd+Zk+vylPTpLRyOOUJdBAg9oqVGBdtAE5mKDhKvM1dGCglvGmyMK1r /ThyWtiltZRPbrLgHJFfv8RFJl46G1y9UTxsgRyRefkgxJxL4BGrS9kamVS/4kBVhiflfe y5z77kuH2eIzyDBbdUUpTYSAHkJ1yX8= 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-182-qBcYEmN-Oeiws7xoeCCsjA-1; Fri, 30 Jul 2021 03:13:08 -0400 X-MC-Unique: qBcYEmN-Oeiws7xoeCCsjA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6DFBC107ACF5; Fri, 30 Jul 2021 07:13:07 +0000 (UTC) Received: from [10.39.208.10] (unknown [10.39.208.10]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7D52C781EB; Fri, 30 Jul 2021 07:13:05 +0000 (UTC) To: "Xia, Chenbo" , "dev@dpdk.org" , "amorenoz@redhat.com" , "Richardson, Bruce" , "Yigit, Ferruh" , "thomas@monjalon.net" , "aconole@redhat.com" References: <20210729144240.628859-1-maxime.coquelin@redhat.com> <20210729144240.628859-2-maxime.coquelin@redhat.com> From: Maxime Coquelin Message-ID: Date: Fri, 30 Jul 2021 09:13:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 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-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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" On 7/30/21 7:32 AM, Xia, Chenbo wrote: > Hi Maxime, > >> -----Original Message----- >> From: Maxime Coquelin >> Sent: Thursday, July 29, 2021 10:43 PM >> To: dev@dpdk.org; Xia, Chenbo ; amorenoz@redhat.com; >> Richardson, Bruce ; Yigit, Ferruh >> ; thomas@monjalon.net; aconole@redhat.com >> Cc: Maxime Coquelin >> Subject: [PATCH 1/2] vhost: announce vDPA driver API marking as internal >> >> This patch announces the marking if all the vDPA driver API >> as internal. > > Marking if all -> marking all? I meant marking of > And API -> APIs > > With things fixed: > > Acked-by: Chenbo Xia Thanks, I'll post a v2. Maxime >> >> Signed-off-by: Maxime Coquelin >> --- >> 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. >> -- >> 2.31.1 >