Hi Jerin, Please see inline.
Thanks, Anoob > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Jerin Jacob > Sent: Monday, December 9, 2019 1:22 PM > To: Anoob Joseph <ano...@marvell.com> > Cc: Akhil Goyal <akhil.go...@nxp.com>; Declan Doherty > <declan.dohe...@intel.com>; Thomas Monjalon <tho...@monjalon.net>; > Tejasree Kondoj <ktejas...@marvell.com>; Jerin Jacob Kollanukkaran > <jer...@marvell.com>; Narayana Prasad Raju Athreya > <pathr...@marvell.com>; Kiran Kumar Kokkilagadda > <kirankum...@marvell.com>; Nithin Kumar Dabilpuram > <ndabilpu...@marvell.com>; Pavan Nikhilesh Bhagavatula > <pbhagavat...@marvell.com>; Ankur Dwivedi <adwiv...@marvell.com>; > Archana Muniganti <march...@marvell.com>; Vamsi Krishna Attunuru > <vattun...@marvell.com>; Lukas Bartosik <lbarto...@marvell.com>; dpdk-dev > <dev@dpdk.org> > Subject: Re: [dpdk-dev] [PATCH 05/15] crypto/octeontx2: add security in eth > dev > configure > > On Sun, Dec 8, 2019 at 5:26 PM Anoob Joseph <ano...@marvell.com> wrote: > > > > From: Tejasree Kondoj <ktejas...@marvell.com> > > > > Adding security in eth device configure. > > > > Signed-off-by: Ankur Dwivedi <adwiv...@marvell.com> > > Signed-off-by: Anoob Joseph <ano...@marvell.com> > > Signed-off-by: Archana Muniganti <march...@marvell.com> > > Signed-off-by: Tejasree Kondoj <ktejas...@marvell.com> > > Signed-off-by: Vamsi Attunuru <vattun...@marvell.com> > > --- > > doc/guides/nics/octeontx2.rst | 20 +++++ > > drivers/common/octeontx2/otx2_common.h | 4 + > > drivers/crypto/octeontx2/Makefile | 2 +- > > drivers/crypto/octeontx2/meson.build | 1 + > > drivers/crypto/octeontx2/otx2_cryptodev.c | 2 + > > drivers/crypto/octeontx2/otx2_ipsec_fp.h | 55 +++++++++++++ > > drivers/crypto/octeontx2/otx2_security.c | 122 > ++++++++++++++++++++++++++++ > > drivers/crypto/octeontx2/otx2_security.h | 4 + > > drivers/net/octeontx2/otx2_ethdev.c | 22 ++++- > > drivers/net/octeontx2/otx2_ethdev.h | 2 + > > drivers/net/octeontx2/otx2_ethdev_devargs.c | 19 +++++ > > Add "Inline crypto" feature in doc/guides/nics/features/octeontx2*.ini [Anoob] The feature is "Inline protocol" and it's not present in doc/guides/nics/features/default.ini. Shall I update that file also with this patch?