> -----Original Message-----
> From: Miao Li <[email protected]>
> Sent: Thursday, May 25, 2023 10:01 PM
> To: [email protected]
> Cc: Sunil Kumar Kori <[email protected]>; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]
> Subject: [EXT] [PATCH v3 1/4] bus/pci: introduce an internal representation
> of PCI device
> 
> External Email
> 
> ----------------------------------------------------------------------
> From: Chenbo Xia <[email protected]>
> 
> 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 <[email protected]>
> ---
>  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 <[email protected]>

...
[snipped]
...
> 2.25.1

Reply via email to