Hi Hemant, > -----Original Message----- > From: Hemant Agrawal [mailto:hemant.agra...@nxp.com] > Sent: Wednesday, July 4, 2018 10:05 AM > To: Nicolau, Radu <radu.nico...@intel.com>; akhil.go...@nxp.com; Doherty, > Declan <declan.dohe...@intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; bor...@mellanox.com > Cc: dev@dpdk.org > Subject: [PATCH v2] security: remove experimental tag from security APIs > > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com> > --- > v2: fix the release version > > doc/guides/rel_notes/release_18_08.rst | 7 +++++++ > lib/librte_security/rte_security.c | 18 +++++++++--------- > lib/librte_security/rte_security.h | 28 > +++++++++++++--------------- > lib/librte_security/rte_security_driver.h | 2 -- > lib/librte_security/rte_security_version.map | 2 +- > 5 files changed, 30 insertions(+), 27 deletions(-)
CFLAGS += -DALLOW_EXPERIMENTAL_API can be removed from Makefile in the library and the ipsec-secgw application (same for meson.build). Apart from this, the rest looks good to me.