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....@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 <m...@ashroe.eu>

Reply via email to