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 C595FA0542; Tue, 5 Jul 2022 08:59:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BE8840E50; Tue, 5 Jul 2022 08:59:28 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 4982A400D7; Tue, 5 Jul 2022 08:59:27 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id A3D631C7; Tue, 5 Jul 2022 09:59:26 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A3D631C7 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1657004366; bh=UpzARM++0y4VdAadYLivCtNNsFH6+bVYpFrXAfC6Ayk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=lqXWILfsnq9h7buFUXLr2M9+LpNGiumpgjYF/j4BY0e8U3qLOAoRoWUp7W5uWfVrQ gXQb0JXrzXA7YbaGXp86ghrxiWhbdQ4K/MnEaV6gljfCI+ofeToAlrNdNvpCr5Vbir 6m1Sc5gRryeRT4or4mKUpHdw4rperiUckr89aT/Y= Message-ID: Date: Tue, 5 Jul 2022 09:59:26 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] doc: announce marking bus object as internal Content-Language: en-US To: hemant.agrawal@nxp.com, Kevin Laatz , David Marchand , dev@dpdk.org, techboard@dpdk.org Cc: Ray Kinsella References: <20220630094153.2066208-1-david.marchand@redhat.com> <8738a46e-6baf-6144-12b3-acf0c811c06a@intel.com> <64bffccf-0d88-740a-4a1a-fd5ca47c01f1@oss.nxp.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <64bffccf-0d88-740a-4a1a-fd5ca47c01f1@oss.nxp.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 7/5/22 07:43, Hemant Agrawal wrote: > Acked-by:  Hemant Agrawal > > On 7/4/2022 7:59 PM, Kevin Laatz wrote: >> On 30/06/2022 10:41, David Marchand wrote: >>> rte_bus is unnecessarily exposed in the public API/ABI. >>> Besides, we had cases where extending rte_bus was necessary. >>> Announce that rte_bus will be made opaque in the public API and mark >>> associated API as internal. >>> >>> 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 | 6 ++++++ >>>   1 file changed, 6 insertions(+) >>> >> Acked-by: Kevin Laatz >> Acked-by: Andrew Rybchenko