20/10/2017 11:37, Thomas Monjalon: > 15/10/2017 00:17, Akhil Goyal: > > lib/librte_security/Makefile | 53 +++ > > lib/librte_security/rte_security.c | 149 ++++++++ > > lib/librte_security/rte_security.h | 535 > > +++++++++++++++++++++++++++ > > lib/librte_security/rte_security_driver.h | 155 ++++++++ > > lib/librte_security/rte_security_version.map | 13 + > > 5 files changed, 905 insertions(+) > > Please add the doxygen changes in doc/api/ in this patch.
You should also add the MAINTAINER entry in this patch. And the new lib must be added to the list of .so files in the release notes. Last details :) Thanks