patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] security: remove duplicated symbols from map file
@ 2019-07-26 14:10 Ferruh Yigit
  2019-07-26 14:17 ` Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2019-07-26 14:10 UTC (permalink / raw)
  To: Akhil Goyal, Declan Doherty; +Cc: dev, stable

Fixes: f63ffee26f9c ("security: restore experimental tag for unimplemented APIs")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 lib/librte_security/rte_security_version.map | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/librte_security/rte_security_version.map b/lib/librte_security/rte_security_version.map
index 36e2ac488..53267bf3c 100644
--- a/lib/librte_security/rte_security_version.map
+++ b/lib/librte_security/rte_security_version.map
@@ -4,12 +4,9 @@ DPDK_18.11 {
 	rte_security_attach_session;
 	rte_security_capabilities_get;
 	rte_security_capability_get;
-	rte_security_get_userdata;
 	rte_security_session_create;
 	rte_security_session_destroy;
 	rte_security_session_get_size;
-	rte_security_session_stats_get;
-	rte_security_session_update;
 	rte_security_set_pkt_metadata;
 
 	local: *;
-- 
2.21.0


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

* Re: [dpdk-stable] [PATCH] security: remove duplicated symbols from map file
  2019-07-26 14:10 [dpdk-stable] [PATCH] security: remove duplicated symbols from map file Ferruh Yigit
@ 2019-07-26 14:17 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2019-07-26 14:17 UTC (permalink / raw)
  To: Ferruh Yigit, Declan Doherty; +Cc: dev, stable



> 
> Fixes: f63ffee26f9c ("security: restore experimental tag for unimplemented
> APIs")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
>  lib/librte_security/rte_security_version.map | 3 ---
>  1 file changed, 3 deletions(-)
> 
Good fix, Not sure how it went unnoticed.

Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto

Thanks.

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

end of thread, other threads:[~2019-07-26 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 14:10 [dpdk-stable] [PATCH] security: remove duplicated symbols from map file Ferruh Yigit
2019-07-26 14:17 ` Akhil Goyal

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).