mbox series

[0/2] add lookaside IPsec ESN and anti-replay support

Message ID 20201218141410.1918-1-ktejasree@marvell.com (mailing list archive)
Headers
Series add lookaside IPsec ESN and anti-replay support |

Message

Tejasree Kondoj Dec. 18, 2020, 2:14 p.m. UTC
  This series adds lookaside IPsec ESN and anti-replay support to
OCTEON TX2 crypto PMD.
The functionality has been tested with ipsec-secgw application running in
lookaside protocol offload mode.

Tejasree Kondoj (2):
  crypto/octeontx2: make anti-replay routine generic
  crypto/octeontx2: add lookaside IPsec ESN and anti-replay support

 doc/guides/cryptodevs/octeontx2.rst           |  2 +
 doc/guides/rel_notes/release_21_02.rst        |  5 ++
 drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 47 ++++++++++++++++++-
 drivers/crypto/octeontx2/otx2_cryptodev_sec.c | 21 +++++++++
 .../crypto/octeontx2/otx2_ipsec_anti_replay.h | 32 ++++++++++---
 drivers/crypto/octeontx2/otx2_ipsec_po.h      |  5 ++
 drivers/crypto/octeontx2/otx2_ipsec_po_ops.h  |  2 +
 drivers/net/octeontx2/otx2_rx.h               |  2 +-
 8 files changed, 107 insertions(+), 9 deletions(-)
  

Comments

Anoob Joseph Jan. 15, 2021, 5:32 a.m. UTC | #1
> 
> This series adds lookaside IPsec ESN and anti-replay support to OCTEON TX2
> crypto PMD.
> The functionality has been tested with ipsec-secgw application running in
> lookaside protocol offload mode.
> 
> Tejasree Kondoj (2):
>   crypto/octeontx2: make anti-replay routine generic
>   crypto/octeontx2: add lookaside IPsec ESN and anti-replay support
> 
>  doc/guides/cryptodevs/octeontx2.rst           |  2 +
>  doc/guides/rel_notes/release_21_02.rst        |  5 ++
>  drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 47
> ++++++++++++++++++-  drivers/crypto/octeontx2/otx2_cryptodev_sec.c |
> 21 +++++++++  .../crypto/octeontx2/otx2_ipsec_anti_replay.h | 32
> ++++++++++---
>  drivers/crypto/octeontx2/otx2_ipsec_po.h      |  5 ++
>  drivers/crypto/octeontx2/otx2_ipsec_po_ops.h  |  2 +
>  drivers/net/octeontx2/otx2_rx.h               |  2 +-
>  8 files changed, 107 insertions(+), 9 deletions(-)
> 

Series Acked-by: Anoob Joseph <anoobj@marvell.com>
  
Akhil Goyal Jan. 15, 2021, 4:03 p.m. UTC | #2
> >
> > This series adds lookaside IPsec ESN and anti-replay support to OCTEON TX2
> > crypto PMD.
> > The functionality has been tested with ipsec-secgw application running in
> > lookaside protocol offload mode.
> >
> > Tejasree Kondoj (2):
> >   crypto/octeontx2: make anti-replay routine generic
> >   crypto/octeontx2: add lookaside IPsec ESN and anti-replay support
> >
> >  doc/guides/cryptodevs/octeontx2.rst           |  2 +
> >  doc/guides/rel_notes/release_21_02.rst        |  5 ++
> >  drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 47
> > ++++++++++++++++++-  drivers/crypto/octeontx2/otx2_cryptodev_sec.c |
> > 21 +++++++++  .../crypto/octeontx2/otx2_ipsec_anti_replay.h | 32
> > ++++++++++---
> >  drivers/crypto/octeontx2/otx2_ipsec_po.h      |  5 ++
> >  drivers/crypto/octeontx2/otx2_ipsec_po_ops.h  |  2 +
> >  drivers/net/octeontx2/otx2_rx.h               |  2 +-
> >  8 files changed, 107 insertions(+), 9 deletions(-)
> >
> 
> Series Acked-by: Anoob Joseph <anoobj@marvell.com>

Applied to dpdk-next-crypto

Thanks.