DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] compressdev: fix export of unknown symbols
@ 2018-05-27 22:24 Thomas Monjalon
  2018-05-27 22:51 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2018-05-27 22:24 UTC (permalink / raw)
  To: fiona.trahe; +Cc: dev

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] compressdev: fix export of unknown symbols
  2018-05-27 22:24 [dpdk-dev] [PATCH] compressdev: fix export of unknown symbols Thomas Monjalon
@ 2018-05-27 22:51 ` De Lara Guarch, Pablo
  2018-05-28  1:27   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2018-05-27 22:51 UTC (permalink / raw)
  To: Thomas Monjalon, Trahe, Fiona; +Cc: dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Sunday, May 27, 2018 11:25 PM
> To: Trahe, Fiona <fiona.trahe@intel.com>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] compressdev: fix export of unknown symbols
> 
> 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>

Thanks for spotting this, we removed these functions and forgot to
take them out from the map file.

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] compressdev: fix export of unknown symbols
  2018-05-27 22:51 ` De Lara Guarch, Pablo
@ 2018-05-28  1:27   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-05-28  1:27 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, Trahe, Fiona; +Cc: dev

28/05/2018 00:51, De Lara Guarch, Pablo:
> > From: Thomas Monjalon
> > 
> > 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>
> 
> Thanks for spotting this, we removed these functions and forgot to
> take them out from the map file.
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-28  1:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-27 22:24 [dpdk-dev] [PATCH] compressdev: fix export of unknown symbols Thomas Monjalon
2018-05-27 22:51 ` De Lara Guarch, Pablo
2018-05-28  1:27   ` 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).