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 86365A057E; Tue, 28 Jun 2022 18:24:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 348FE400D7; Tue, 28 Jun 2022 18:24:39 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 1473940042 for ; Tue, 28 Jun 2022 18:24:38 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 300A720CDF40; Tue, 28 Jun 2022 09:24:37 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 300A720CDF40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1656433477; bh=2/2buaQv+hQgatEyJpn44vQ/erN91OgId1HHv9xOxJA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SGyaojnOf/jEtulnx54EQLKfQBUkyxIaHA39TmhCzrpBvA5h9vpHsghfV9SOQJ63P U25zkOJz0odeWs2rsfjnFHAV+K4OZqkVlPTrgFBFBYHj6DR/Ryrtco5BJE8cO8CMqx hSu0WLtVNPfpKqIqq1yDHs7dGC7gegnv/d1h26/E= Date: Tue, 28 Jun 2022 09:24:37 -0700 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, bruce.richardson@intel.com, kevin.laatz@intel.com, Parav Pandit , Xueming Li , Hemant Agrawal , Sachin Saxena , Rosen Xu , Stephen Hemminger , Long Li , Chas Williams , "Min Hu (Connor)" , Matan Azrad , Ray Kinsella , Ferruh Yigit , Andrew Rybchenko Subject: Re: [RFC PATCH 11/11] bus: hide bus object Message-ID: <20220628162437.GB17875@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20220628144643.1213026-1-david.marchand@redhat.com> <20220628144643.1213026-12-david.marchand@redhat.com> <20220628162213.GA17875@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220628162213.GA17875@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> User-Agent: Mutt/1.5.21 (2010-09-15) 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 Tue, Jun 28, 2022 at 09:22:13AM -0700, Tyler Retzlaff wrote: > > e.g. make the opaque object an explicit type. > oops missed the typedef there but you probably know what i meant. typedef > struct { > uintptr_t opaque; > } rte_bus_handle_t; >