On Sun, Dec 8, 2019 at 5:26 PM Anoob Joseph <[email protected]> wrote: > > From: Tejasree Kondoj <[email protected]> > > Adding security in eth device configure. > > Signed-off-by: Ankur Dwivedi <[email protected]> > Signed-off-by: Anoob Joseph <[email protected]> > Signed-off-by: Archana Muniganti <[email protected]> > Signed-off-by: Tejasree Kondoj <[email protected]> > Signed-off-by: Vamsi Attunuru <[email protected]> > --- > 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

