Re: [PATCH] app/test-crypto-perf: add shared session option

2024-06-18 Thread Jack Bond-Preston
Hi Brian, Would be good to add a doc update too. Thanks. Acked-by: Brian Dooley Thanks for the suggestion! I totally missed that. I've uploaded v2 with a doc update. Thanks, Jack

RE: [PATCH] app/test-crypto-perf: add shared session option

2024-06-12 Thread Dooley, Brian
Hi Jack, > -Original Message- > From: Jack Bond-Preston > Sent: Tuesday, June 4, 2024 3:55 PM > To: Ciara Power > Cc: dev@dpdk.org; Wathsala Vithanage ; Paul > Szczepanek > Subject: [PATCH] app/test-crypto-perf: add shared session option > > Add the optio

[PATCH] app/test-crypto-perf: add shared session option

2024-06-04 Thread Jack Bond-Preston
Add the option to create one session for the PMD, and share it across all of the queue pairs. This may help to discover/debug concurrency issues (both correctness and performance) that can occur when using this configuration. Signed-off-by: Jack Bond-Preston Reviewed-by: Wathsala Vithanage Revie