Hi Hemant, > -----Original Message----- > From: Hemant Agrawal [mailto:[email protected]] > Sent: Wednesday, July 4, 2018 10:05 AM > To: Nicolau, Radu <[email protected]>; [email protected]; Doherty, > Declan <[email protected]>; De Lara Guarch, Pablo > <[email protected]>; [email protected] > Cc: [email protected] > Subject: [PATCH v2] security: remove experimental tag from security APIs > > Signed-off-by: Hemant Agrawal <[email protected]> > --- > 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.

