* [dpdk-dev] [PATCH] bus/fslmc: fix export of unknown symbol
@ 2018-05-27 22:24 Thomas Monjalon
2018-05-28 1:23 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2018-05-27 22:24 UTC (permalink / raw)
To: nipun.gupta; +Cc: dev
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(-)
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;
--
2.16.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-28 1:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-27 22:24 [dpdk-dev] [PATCH] bus/fslmc: fix export of unknown symbol Thomas Monjalon
2018-05-28 1:23 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).