> -----Original Message-----
> From: Miao Li <miao...@intel.com>
> Sent: Thursday, May 25, 2023 10:01 PM
> To: dev@dpdk.org
> Cc: Sunil Kumar Kori <sk...@marvell.com>; tho...@monjalon.net;
> david.march...@redhat.com; ferruh.yi...@amd.com;
> chenbo....@intel.com; yahui....@intel.com
> Subject: [EXT] [PATCH v3 1/4] bus/pci: introduce an internal representation
> of PCI device
> 
> External Email
> 
> ----------------------------------------------------------------------
> From: Chenbo Xia <chenbo....@intel.com>
> 
> 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
> structure. More fields will be added.
> 
> Signed-off-by: Chenbo Xia <chenbo....@intel.com>
> ---
>  drivers/bus/pci/bsd/pci.c     | 13 ++++++++-----
>  drivers/bus/pci/linux/pci.c   | 28 ++++++++++++++++------------
>  drivers/bus/pci/pci_common.c  | 12 ++++++------
>  drivers/bus/pci/private.h     | 14 +++++++++++++-
>  drivers/bus/pci/windows/pci.c | 14 +++++++++-----
>  5 files changed, 52 insertions(+), 29 deletions(-)
> 

Acked-by: Sunil Kumar Kori <sk...@marvell.com>

...
[snipped]
...
> 2.25.1

Reply via email to