[EXT] [PATCH v3 1/4] bus/pci: introduce an internal representation of PCI device
Sunil Kumar Kori
skori at marvell.com
Mon May 29 08:14:14 CEST 2023
> -----Original Message-----
> From: Miao Li <miao.li at intel.com>
> Sent: Thursday, May 25, 2023 10:01 PM
> To: dev at dpdk.org
> Cc: Sunil Kumar Kori <skori at marvell.com>; thomas at monjalon.net;
> david.marchand at redhat.com; ferruh.yigit at amd.com;
> chenbo.xia at intel.com; yahui.cao at intel.com
> Subject: [EXT] [PATCH v3 1/4] bus/pci: introduce an internal representation
> of PCI device
>
> External Email
>
> ----------------------------------------------------------------------
> From: Chenbo Xia <chenbo.xia at 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.xia at 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 <skori at marvell.com>
...
[snipped]
...
> 2.25.1
More information about the dev
mailing list