From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6] ethdev: replace bus specific struct with generic dev Date: Tue, 10 Apr 2018 15:34:26 +0200 Message-ID: <2079011.CdhIUuG730@xps> References: <20180405164036.123932-1-ferruh.yigit@intel.com> <20180409120938.257840-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shreyansh Jain , Allain Legacy , Tomasz Duszynski , Santosh Shukla , David Marchand To: Ferruh Yigit Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 67D531B971 for ; Tue, 10 Apr 2018 15:34:29 +0200 (CEST) In-Reply-To: <20180409120938.257840-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/04/2018 14:09, Ferruh Yigit: > Public struct rte_eth_dev_info has a "struct rte_pci_device" field in it > although it is common for all ethdev in all buses. > > Replacing pci specific struct with generic device struct and updating > places that are using pci device in a way to get this information from > generic device. > > Signed-off-by: Ferruh Yigit > Reviewed-by: David Marchand > Acked-by: Pablo de Lara Good progress, thanks! Acked-by: Thomas Monjalon