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

Message ID 1525281329-27984-3-git-send-email-nipun.gupta@nxp.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail apply issues

Commit Message

Nipun Gupta May 2, 2018, 5:15 p.m. UTC
  Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
 drivers/bus/fslmc/rte_bus_fslmc_version.map | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/drivers/bus/fslmc/rte_bus_fslmc_version.map b/drivers/bus/fslmc/rte_bus_fslmc_version.map
index 70fb719..d433714 100644
--- a/drivers/bus/fslmc/rte_bus_fslmc_version.map
+++ b/drivers/bus/fslmc/rte_bus_fslmc_version.map
@@ -114,5 +114,6 @@  DPDK_18.05 {
 	dpdmai_open;
 	dpdmai_set_rx_queue;
 	dpdmai_set_tx_queue;
+	rte_dpaa2_free_dpci_dev;
 
 } DPDK_18.02;