From: Thomas Monjalon <thomas@monjalon.net>
To: fiona.trahe@intel.com
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] compressdev: fix export of unknown symbols
Date: Mon, 28 May 2018 00:24:35 +0200 [thread overview]
Message-ID: <20180527222435.17001-1-thomas@monjalon.net> (raw)
The *_callback_* functions are not implemented,
so they are removed from the export map file.
Fixes: ed7dd94f7f66 ("compressdev: add basic device management")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
lib/librte_compressdev/rte_compressdev_version.map | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/librte_compressdev/rte_compressdev_version.map b/lib/librte_compressdev/rte_compressdev_version.map
index e5cbc569e..6f900b673 100644
--- a/lib/librte_compressdev/rte_compressdev_version.map
+++ b/lib/librte_compressdev/rte_compressdev_version.map
@@ -1,8 +1,6 @@
EXPERIMENTAL {
global:
- rte_compressdev_callback_register;
- rte_compressdev_callback_unregister;
rte_compressdev_capability_get;
rte_compressdev_close;
rte_compressdev_configure;
@@ -15,7 +13,6 @@ EXPERIMENTAL {
rte_compressdev_info_get;
rte_compressdev_name_get;
rte_compressdev_pmd_allocate;
- rte_compressdev_pmd_callback_process;
rte_compressdev_pmd_create;
rte_compressdev_pmd_destroy;
rte_compressdev_pmd_get_named_dev;
--
2.16.2
next reply other threads:[~2018-05-27 22:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-27 22:24 Thomas Monjalon [this message]
2018-05-27 22:51 ` De Lara Guarch, Pablo
2018-05-28 1:27 ` 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=20180527222435.17001-1-thomas@monjalon.net \
--to=thomas@monjalon.net \
--cc=dev@dpdk.org \
--cc=fiona.trahe@intel.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).