Re: [dpdk-dev] [PATCH] security: restore experimental tag for unimplemented APIs

2018-11-22 Thread Thomas Monjalon
22/11/2018 11:07, Akhil Goyal: > Following APIs are not currently implemented by any of the > drivers, so marking them as rte_experimental again. > > rte_security_get_userdata; > rte_security_session_stats_get; > rte_security_session_update; > > Signed-off-by: Akhil Goyal Fixes: 1a81dce780a0 ("

[dpdk-dev] [PATCH] security: restore experimental tag for unimplemented APIs

2018-11-22 Thread Akhil Goyal
Following APIs are not currently implemented by any of the drivers, so marking them as rte_experimental again. rte_security_get_userdata; rte_security_session_stats_get; rte_security_session_update; Signed-off-by: Akhil Goyal --- lib/librte_security/rte_security.c | 6 +++--- lib/libr