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 <[email protected]> > --- > 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 <[email protected]>
- [dpdk-dev] [PATCH 0/8] Removal of PCI bus ABIs Chenbo Xia
- [dpdk-dev] [PATCH 1/8] bus/pci: add new memory resourc... Chenbo Xia
- Re: [dpdk-dev] [PATCH 1/8] bus/pci: add new memory... Kinsella, Ray
- [dpdk-dev] [PATCH 2/8] app/testpmd: use PCI memory res... Chenbo Xia
- [dpdk-dev] [PATCH 3/8] examples/ethtool: use PCI libra... Chenbo Xia
- [dpdk-dev] [PATCH 4/8] examples/kni: remove unused PCI... Chenbo Xia
- [dpdk-dev] [PATCH 5/8] test/kni: remove setting of PCI... Chenbo Xia
- Re: [dpdk-dev] [PATCH 5/8] test/kni: remove settin... David Marchand
- Re: [dpdk-dev] [PATCH 5/8] test/kni: remove settin... Ferruh Yigit
- [dpdk-dev] [PATCH 6/8] examples/ip_pipeline: remove se... Chenbo Xia

