]> git.droids-corp.org - dpdk.git/commitdiff
pci: do not expose IOVA mode getter
authorGaetan Rivet <gaetan.rivet@6wind.com>
Thu, 26 Oct 2017 10:06:05 +0000 (12:06 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Oct 2017 21:17:31 +0000 (23:17 +0200)
Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
lib/librte_eal/common/eal_private.h
lib/librte_eal/common/include/rte_pci.h
lib/librte_eal/rte_eal_version.map

index ea1a5be245ec45e8dde07feee355c14243a39ef0..4eb1bd21f2285df15d30b2d796f203af2854ab0c 100644 (file)
@@ -305,6 +305,16 @@ int
 rte_pci_match(const struct rte_pci_driver *pci_drv,
              const struct rte_pci_device *pci_dev);
 
+/**
+ * Get iommu class of PCI devices on the bus.
+ * And return their preferred iova mapping mode.
+ *
+ * @return
+ *   - enum rte_iova_mode.
+ */
+enum rte_iova_mode
+rte_pci_get_iommu_class(void);
+
 /**
  * Init tail queues for non-EAL library structures. This is to allow
  * the rings, mempools, etc. lists to be shared among multiple processes
index de213cc5fd3592231b75de50b447a5f23d16dd57..3c8cbd83a1a09d1ea93352b7ae6700d596a84aea 100644 (file)
@@ -331,16 +331,6 @@ int rte_eal_compare_pci_addr(const struct rte_pci_addr *addr,
  */
 int rte_pci_addr_parse(const char *str, struct rte_pci_addr *addr);
 
-/**
- * Get iommu class of PCI devices on the bus.
- * And return their preferred iova mapping mode.
- *
- * @return
- *   - enum rte_iova_mode.
- */
-enum rte_iova_mode
-rte_pci_get_iommu_class(void);
-
 /**
  * Map the PCI device resources in user space virtual memory address
  *
index f2b41478a2a0eed600fa111bc126f2c5a7221a03..8d67b6723e3972405f21539f781524f8c6f91728 100644 (file)
@@ -252,7 +252,6 @@ DPDK_17.11 {
        rte_pci_addr_cmp;
        rte_pci_addr_parse;
        rte_pci_device_name;
-       rte_pci_get_iommu_class;
        vfio_enable;
        vfio_is_enabled;
        vfio_noiommu_is_enabled;