From: Thomas Monjalon <thomas@monjalon.net>
To: nipun.gupta@nxp.com
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] bus/fslmc: fix export of unknown symbol
Date: Mon, 28 May 2018 00:24:07 +0200 [thread overview]
Message-ID: <20180527222407.16932-1-thomas@monjalon.net> (raw)
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
next reply other threads:[~2018-05-27 22:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-27 22:24 Thomas Monjalon [this message]
2018-05-28 1:23 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180527222407.16932-1-thomas@monjalon.net \
--to=thomas@monjalon.net \
--cc=dev@dpdk.org \
--cc=nipun.gupta@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).