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

2021-09-13 Thread Kinsella, Ray
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 Xi

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

2021-09-09 Thread Chenbo Xia
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 --- doc/guides/rel_notes/release_21_11.rst | 5 ++