mbox series

[0/2] add anti replay support in OCTEON TX2 security

Message ID 20200903111836.6864-1-adwivedi@marvell.com (mailing list archive)
Headers
Series add anti replay support in OCTEON TX2 security |

Message

Ankur Dwivedi Sept. 3, 2020, 11:18 a.m. UTC
  Support for anti replay is added in OCTEON TX2 security PMD.
The functionality has been tested with ipsec-secgw application running
in inline protocol offload mode.

Ankur Dwivedi (2):
  net/octeontx2: add anti replay support in security session
  net/octeontx2: add replay check for inline inbound packets

 .../crypto/octeontx2/otx2_ipsec_anti_replay.h | 208 ++++++++++++++++++
 drivers/crypto/octeontx2/otx2_ipsec_fp.h      |  29 ++-
 drivers/crypto/octeontx2/otx2_security.h      |   3 +
 drivers/net/octeontx2/otx2_ethdev_sec.c       |  42 ++++
 drivers/net/octeontx2/otx2_rx.h               |   7 +
 5 files changed, 286 insertions(+), 3 deletions(-)
 create mode 100644 drivers/crypto/octeontx2/otx2_ipsec_anti_replay.h
  

Comments

Anoob Joseph Sept. 18, 2020, 4:31 a.m. UTC | #1
> 
> Support for anti replay is added in OCTEON TX2 security PMD.
> The functionality has been tested with ipsec-secgw application running in
> inline protocol offload mode.
> 
> Ankur Dwivedi (2):
>   net/octeontx2: add anti replay support in security session
>   net/octeontx2: add replay check for inline inbound packets
> 

Series Acked-by: Anoob Joseph <anoobj@marvell.com>
  
Jerin Jacob Sept. 27, 2020, 12:31 p.m. UTC | #2
On Fri, Sep 18, 2020 at 10:01 AM Anoob Joseph <anoobj@marvell.com> wrote:
>
> >
> > Support for anti replay is added in OCTEON TX2 security PMD.
> > The functionality has been tested with ipsec-secgw application running in
> > inline protocol offload mode.
> >
> > Ankur Dwivedi (2):
> >   net/octeontx2: add anti replay support in security session
> >   net/octeontx2: add replay check for inline inbound packets
> >
>
> Series Acked-by: Anoob Joseph <anoobj@marvell.com>

Wrt ethdev driver changes,
Reviewed-by: Jerin Jacob <jerinj@marvell.com>

Changed the delegate to Akhil as needs to pull through crypto-next.