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

2021-09-15 Thread Ananyev, Konstantin
> rte_security_dynfield_register() is an internal > API to be used by the driver, hence moving it to internal. > > Signed-off-by: Akhil Goyal > --- > lib/security/rte_security_driver.h | 2 +- > lib/security/version.map | 7 ++- > 2 files changed, 7 insertions(+), 2 deletions(-)

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

2021-07-31 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 --- lib/security/rte_security_driver.h | 2 +- lib/security/version.map | 7 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/