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 48DF1A00C3; Thu, 30 Jun 2022 11:54:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E276140223; Thu, 30 Jun 2022 11:54:12 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id B9403400EF; Thu, 30 Jun 2022 11:54:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656582851; x=1688118851; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=DxGkmN9wN2c1T+b+juqQz8Y7wZO+YBgh6cafTTB29OM=; b=aFRSvMg4ujOuRVuzV3LLW3cJrWoAiq7bRe3eU5Rn08MpCpyZqTRGEWtt TSZEieR/JmQgDiTixwUGJPdwnG0CJ4V27zQcmQqQswR6JX9E/b7Lpps55 K391X0XPOVlwH/uA4PfS8YSo/kxxpfCtjqKotLEU8RXmlEqHvIC2RV47R WeYACwQphX3uUupcvkkSPmr3AsdURCbAcBaum4fJ80PBFwUXFwcXt1ybF vaPkc1cB1kNULAFpEkXgRiDXK+fkLvP2lpJWOJMgFfy487vXNX0+eEPId EbqjZ+FCws7L82Byf5zN/St0mZuZevr5Mbzhvk0apHYSGgOz+PX3WaC71 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10393"; a="283038677" X-IronPort-AV: E=Sophos;i="5.92,233,1650956400"; d="scan'208";a="283038677" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2022 02:54:09 -0700 X-IronPort-AV: E=Sophos;i="5.92,233,1650956400"; d="scan'208";a="768066248" Received: from bricha3-mobl.ger.corp.intel.com ([10.55.133.37]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 30 Jun 2022 02:54:08 -0700 Date: Thu, 30 Jun 2022 10:54:05 +0100 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, techboard@dpdk.org, Ray Kinsella Subject: Re: [PATCH] doc: announce marking bus object as internal Message-ID: References: <20220630094153.2066208-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220630094153.2066208-1-david.marchand@redhat.com> 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 Thu, Jun 30, 2022 at 11:41:53AM +0200, 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 > > --- Acked-by: Bruce Richardson