[dpdk-dev] [PATCH v2 0/2] add anti replay support in OCTEON TX2 security

Ankur Dwivedi adwivedi at marvell.com
Fri Oct 9 15:46:50 CEST 2020


Hi Akhil,

Please let me know if you have any review comments on this patch series.

Thanks
Ankur

>-----Original Message-----
>From: Ankur Dwivedi <adwivedi at marvell.com>
>Sent: Friday, September 18, 2020 4:40 PM
>To: dev at dpdk.org
>Cc: Jerin Jacob Kollanukkaran <jerinj at marvell.com>; akhil.goyal at nxp.com;
>radu.nicolau at intel.com; Anoob Joseph <anoobj at marvell.com>; Ankur
>Dwivedi <adwivedi at marvell.com>
>Subject: [PATCH v2 0/2] add anti replay support in OCTEON TX2 security
>
>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.
>
>v2:
>* In the "net/octeontx2: add replay check for inline inbound packets"
>  patch, few local variables are explicitly initialized to zero which
>  is not required. So removing the initialization in v2.
>
>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
>
>--
>2.28.0



More information about the dev mailing list