[dpdk-dev] [PATCH 2/9] bus/fslmc: expose API to free dpci device

Nipun Gupta nipun.gupta at nxp.com
Thu Feb 22 10:34:42 CET 2018


Signed-off-by: Nipun Gupta <nipun.gupta at nxp.com>
---
 drivers/bus/fslmc/rte_bus_fslmc_version.map | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/bus/fslmc/rte_bus_fslmc_version.map b/drivers/bus/fslmc/rte_bus_fslmc_version.map
index b7db074..c02b9c6 100644
--- a/drivers/bus/fslmc/rte_bus_fslmc_version.map
+++ b/drivers/bus/fslmc/rte_bus_fslmc_version.map
@@ -101,3 +101,10 @@ DPDK_18.02 {
 	rte_fslmc_get_device_count;
 
 } DPDK_17.11;
+
+DPDK_18.05 {
+	global:
+
+	rte_dpaa2_free_dpci_dev;
+
+} DPDK_18.02;
-- 
1.9.1



More information about the dev mailing list