RE: [PATCH] app/crypto-perf: support IPsec/TLS segmented buffers

2024-05-30 Thread Akhil Goyal
> Subject: RE: [PATCH] app/crypto-perf: support IPsec/TLS segmented buffers > > > > > Added support to allow segmented buffers for IPsec and tls-record security > > offload cases. > > > > Signed-off-by: Akhil Goyal > > Acked-by: Anoob Joseph > Applied to dpdk-next-crypto

RE: [PATCH] app/crypto-perf: support IPsec/TLS segmented buffers

2024-05-30 Thread Anoob Joseph
> > Added support to allow segmented buffers for IPsec and tls-record security > offload cases. > > Signed-off-by: Akhil Goyal Acked-by: Anoob Joseph

[PATCH] app/crypto-perf: support IPsec/TLS segmented buffers

2024-04-11 Thread Akhil Goyal
Added support to allow segmented buffers for IPsec and tls-record security offload cases. Signed-off-by: Akhil Goyal --- app/test-crypto-perf/cperf_ops.c | 55 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/app/test-crypto-perf/cperf_ops.c b/app/