Re: [dpdk-dev] [PATCH 1/8] bus/pci: add new memory resource access APIs
From: Kinsella, Ray <hidden>
Date: 2021-09-13 12:00:08
From: Kinsella, Ray <hidden>
Date: 2021-09-13 12:00:08
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 <redacted> --- 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 <redacted>