[dpdk-dev] [PATCH v2 2/3] security: hide internal API

2021-10-08 Thread Akhil Goyal
rte_security_dynfield_register() is an internal API to be used by the driver, hence moving it to internal. Signed-off-by: Akhil Goyal Acked-by: Konstantin Ananyev --- v2: no change lib/security/rte_security_driver.h | 2 +- lib/security/version.map | 7 ++- 2 files changed, 7 ins

Re: [dpdk-dev] [PATCH v2 2/3] security: hide internal API

2021-10-12 Thread Kinsella, Ray
On 08/10/2021 21:45, Akhil Goyal wrote: > rte_security_dynfield_register() is an internal > API to be used by the driver, hence moving it to internal. > > Signed-off-by: Akhil Goyal > Acked-by: Konstantin Ananyev > --- > v2: no change > > lib/security/rte_security_driver.h | 2 +- > lib/sec