RE: [PATCH v2 00/24] Fixes and improvements in crypto cnxk

2024-01-16 Thread Akhil Goyal
> Subject: [PATCH v2 00/24] Fixes and improvements in crypto cnxk > > Add following features > - TLS record processing offload (TLS 1.2-1.3, DTLS 1.2) > - Rx inject to allow lookaside packets to be injected to ethdev Rx > - Use PDCP_CHAIN opcode instead of PDCP opcode for ci

[PATCH v2 00/24] Fixes and improvements in crypto cnxk

2024-01-01 Thread Anoob Joseph
Add following features - TLS record processing offload (TLS 1.2-1.3, DTLS 1.2) - Rx inject to allow lookaside packets to be injected to ethdev Rx - Use PDCP_CHAIN opcode instead of PDCP opcode for cipher-only and auth only cases - PMD API to submit instructions directly to hardware Changes in v2