RE: [PATCH] app/crypto-perf: change buffer size based on optype

2023-05-24 Thread Akhil Goyal
> Subject: RE: [PATCH] app/crypto-perf: change buffer size based on optype > > > Adding digest size to buffer size in auth-then-cipher mode with auth_op set > > to > > generate as cipher length includes digest size also. > > > > Signed-off-by: Tejasree Kondo

RE: [PATCH] app/crypto-perf: change buffer size based on optype

2023-04-07 Thread Power, Ciara
> -Original Message- > From: Tejasree Kondoj > Sent: Thursday 6 April 2023 09:16 > To: Akhil Goyal ; Fan Zhang > ; Power, Ciara > Cc: Anoob Joseph ; dev@dpdk.org > Subject: [PATCH] app/crypto-perf: change buffer size based on optype > > Adding digest size to buffer size in auth-then-c

RE: [PATCH] app/crypto-perf: change buffer size based on optype

2023-04-09 Thread Anoob Joseph
> Adding digest size to buffer size in auth-then-cipher mode with auth_op set to > generate as cipher length includes digest size also. > > Signed-off-by: Tejasree Kondoj > --- > app/test-crypto-perf/cperf_options_parsing.c | 8 > 1 file changed, 8 insertions(+) > Acked-by: Anoob Jose