[dpdk-dev] [PATCH 05/15] crypto/octeontx2: add security in eth dev configure
Anoob Joseph
anoobj at marvell.com
Mon Dec 9 09:03:04 CET 2019
Hi Jerin,
Please see inline.
Thanks,
Anoob
> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Jerin Jacob
> Sent: Monday, December 9, 2019 1:22 PM
> To: Anoob Joseph <anoobj at marvell.com>
> Cc: Akhil Goyal <akhil.goyal at nxp.com>; Declan Doherty
> <declan.doherty at intel.com>; Thomas Monjalon <thomas at monjalon.net>;
> Tejasree Kondoj <ktejasree at marvell.com>; Jerin Jacob Kollanukkaran
> <jerinj at marvell.com>; Narayana Prasad Raju Athreya
> <pathreya at marvell.com>; Kiran Kumar Kokkilagadda
> <kirankumark at marvell.com>; Nithin Kumar Dabilpuram
> <ndabilpuram at marvell.com>; Pavan Nikhilesh Bhagavatula
> <pbhagavatula at marvell.com>; Ankur Dwivedi <adwivedi at marvell.com>;
> Archana Muniganti <marchana at marvell.com>; Vamsi Krishna Attunuru
> <vattunuru at marvell.com>; Lukas Bartosik <lbartosik at marvell.com>; dpdk-dev
> <dev at 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 <anoobj at marvell.com> wrote:
> >
> > From: Tejasree Kondoj <ktejasree at marvell.com>
> >
> > Adding security in eth device configure.
> >
> > Signed-off-by: Ankur Dwivedi <adwivedi at marvell.com>
> > Signed-off-by: Anoob Joseph <anoobj at marvell.com>
> > Signed-off-by: Archana Muniganti <marchana at marvell.com>
> > Signed-off-by: Tejasree Kondoj <ktejasree at marvell.com>
> > Signed-off-by: Vamsi Attunuru <vattunuru at 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?
More information about the dev
mailing list