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 183D3A04FD; Tue, 12 Jul 2022 17:33:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0B0E841109; Tue, 12 Jul 2022 17:33:10 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 9B3EC40F1A for ; Tue, 12 Jul 2022 17:33:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1657639988; 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=roWODVpY1f1GIypXqPOeOxdbE1BJlNzLaR6hbZnzcqs=; b=iennfRkuDNMZC6/fW3kDeIqxLE6SDI8N+/NwHFqyhXaAO0YT7SppV7yHRTCTT5kRkuJrHa 4NrQ3Odwzn2S+O1pBllmiRpihRDTjArBbmO61PymBQYgarTr0nxoJJicjfKa1wCZHo6kmW dOh280skcHjnFQjNcv6ij6woLzQ/Wd4= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-553-V_feg4BLOlOFPn8b0mlFjA-1; Tue, 12 Jul 2022 11:33:04 -0400 X-MC-Unique: V_feg4BLOlOFPn8b0mlFjA-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4A4723800C3A; Tue, 12 Jul 2022 15:33:04 +0000 (UTC) Received: from [10.39.208.27] (unknown [10.39.208.27]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4E58B492CA2; Tue, 12 Jul 2022 15:33:03 +0000 (UTC) Message-ID: <4a1708b8-04d7-b06f-dd88-15dfd91be993@redhat.com> Date: Tue, 12 Jul 2022 17:33:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH] doc: announce some raw/ifpga API removal To: David Marchand , dev@dpdk.org, rosen.xu@intel.com, tianfei.zhang@intel.com Cc: Ray Kinsella References: <20220630094129.2066164-1-david.marchand@redhat.com> From: Maxime Coquelin In-Reply-To: <20220630094129.2066164-1-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.9 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-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 6/30/22 11:41, David Marchand wrote: > rte_pmd_ifpga_get_pci_bus() documentation is vague and it is unclear > what could be done with it. > On the other hand, EAL provides a standard API to retrieve a bus object > by name. > > Announce removal of this driver specific API for v22.11. > > Signed-off-by: David Marchand > --- > A RFC series of the intended changes is available at: > https://patches.dpdk.org/project/dpdk/list/?series=23811&state=%2A&archive=both > > --- > doc/guides/rel_notes/deprecation.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 4e5b23c53d..64d649777a 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -119,6 +119,8 @@ Deprecation Notices > * metrics: The function ``rte_metrics_init`` will have a non-void return > in order to notify errors instead of calling ``rte_exit``. > > +* raw/ifgpa: The ``rte_pmd_ifpga_get_pci_bus`` will be removed in 22.11. > + > * raw/ioat: The ``ioat`` rawdev driver has been deprecated, since it's > functionality is provided through the new ``dmadev`` infrastructure. > To continue to use hardware previously supported by the ``ioat`` rawdev driver, Acked-by: Maxime Coquelin Thanks, Maxime