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

Message ID 1519292089-13851-3-git-send-email-nipun.gupta@nxp.com (mailing list archive)
State Superseded, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Nipun Gupta Feb. 22, 2018, 9:34 a.m. UTC
  Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
---
 drivers/bus/fslmc/rte_bus_fslmc_version.map | 7 +++++++
 1 file changed, 7 insertions(+)
  

Patch

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;