Re: [PATCH v3 1/4] bus/pci: introduce an internal representation of PCI device

2023-05-28 Thread Cao, Yahui
On 5/26/2023 12:31 AM, Miao Li wrote: From: Chenbo Xia This patch introduces an internal representation of the PCI device which will be used to store the internal information that don't have to be exposed to drivers, e.g., the VFIO region sizes/offsets. In this patch, the internal structure

RE: [EXT] [PATCH v3 1/4] bus/pci: introduce an internal representation of PCI device

2023-05-28 Thread Sunil Kumar Kori
> -Original Message- > From: Miao Li > Sent: Thursday, May 25, 2023 10:01 PM > To: dev@dpdk.org > Cc: Sunil Kumar Kori ; tho...@monjalon.net; > david.march...@redhat.com; ferruh.yi...@amd.com; > chenbo@intel.com; yahui@intel.com > Subject: [EXT] [PATCH v3

[PATCH v3 1/4] bus/pci: introduce an internal representation of PCI device

2023-05-25 Thread Miao Li
From: Chenbo Xia This patch introduces an internal representation of the PCI device which will be used to store the internal information that don't have to be exposed to drivers, e.g., the VFIO region sizes/offsets. In this patch, the internal structure is simply a wrapper of the rte_pci_device