[dpdk-dev] bus/fslmc: fix export of unknown symbol

Message ID 20180527222407.16932-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Headers

Checks

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

Commit Message

Thomas Monjalon May 27, 2018, 10:24 p.m. UTC
  The function dpdmai_set_tx_queue() is not implemented,
so it is removed from the export map file.

Fixes: 23e8fcb0186c ("bus/fslmc: support MC DPDMAI object")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 drivers/bus/fslmc/rte_bus_fslmc_version.map | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Thomas Monjalon May 28, 2018, 1:23 a.m. UTC | #1
28/05/2018 00:24, Thomas Monjalon:
> The function dpdmai_set_tx_queue() is not implemented,
> so it is removed from the export map file.
> 
> Fixes: 23e8fcb0186c ("bus/fslmc: support MC DPDMAI object")
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Applied
  

Patch

diff --git a/drivers/bus/fslmc/rte_bus_fslmc_version.map b/drivers/bus/fslmc/rte_bus_fslmc_version.map
index d43371458..fe45a1136 100644
--- a/drivers/bus/fslmc/rte_bus_fslmc_version.map
+++ b/drivers/bus/fslmc/rte_bus_fslmc_version.map
@@ -113,7 +113,6 @@  DPDK_18.05 {
 	dpdmai_get_tx_queue;
 	dpdmai_open;
 	dpdmai_set_rx_queue;
-	dpdmai_set_tx_queue;
 	rte_dpaa2_free_dpci_dev;
 
 } DPDK_18.02;