[dpdk-dev] [PATCH 1/8] bus/pci: add new memory resource access APIs

Kinsella, Ray mdr at ashroe.eu
Mon Sep 13 13:59:57 CEST 2021



On 10/09/2021 03:23, Chenbo Xia wrote:
> Some applications wants to access PCI memory resource. Currently
> applications use struct rte_pci_device to access it. Since the
> structure will be made internal later, this patch adds two APIs
> for memory resource access.
> 
> Signed-off-by: Chenbo Xia <chenbo.xia at intel.com>
> ---
>  doc/guides/rel_notes/release_21_11.rst |  5 ++
>  drivers/bus/pci/pci_common.c           | 78 ++++++++++++++++++++++++++
>  drivers/bus/pci/rte_bus_pci.h          | 36 ++++++++++++
>  drivers/bus/pci/version.map            |  4 ++
>  4 files changed, 123 insertions(+)
> 
Acked-by: Ray Kinsella <mdr at ashroe.eu>


More information about the dev mailing list