RE: [PATCH v3 6/7] test/event: add asymmetric cases for crypto adapter

2022-05-01 Thread Akhil Goyal
Hi Abhinandan, > > > > > This is failing with asym changes. Please look into this. > > > > Thanks for pointing this out. It is failing as null crypto does not support > > asym > > And asym_session_create would need an op from driver which is NULL for null > > crypto > > > > Please check if below c

RE: [PATCH v3 6/7] test/event: add asymmetric cases for crypto adapter

2022-05-01 Thread Gujjar, Abhinandan S
> -Original Message- > From: Akhil Goyal > Sent: Friday, April 29, 2022 5:53 PM > To: Gujjar, Abhinandan S ; dev@dpdk.org > Cc: Anoob Joseph ; Jerin Jacob Kollanukkaran > ; Jayatheerthan, Jay ; > Vangati, Narender ; Volodymyr Fialko > > Subject: RE: [PA

RE: [PATCH v3 6/7] test/event: add asymmetric cases for crypto adapter

2022-04-29 Thread Akhil Goyal
Hi Abhinandan, > This is failing with asym changes. Please look into this. Thanks for pointing this out. It is failing as null crypto does not support asym And asym_session_create would need an op from driver which is NULL for null crypto Please check if below change is working for you. diff -

RE: [PATCH v3 6/7] test/event: add asymmetric cases for crypto adapter

2022-04-28 Thread Gujjar, Abhinandan S
This is failing with asym changes. Please look into this. root@xdp-dev:/home/intel/abhi/dpdk-next-eventdev/abhi# ./app/test/dpdk-test EAL: Detected CPU lcores: 96 EAL: Detected NUMA nodes: 2 EAL: Detected static linkage of DPDK EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Selected IO

RE: [PATCH v3 6/7] test/event: add asymmetric cases for crypto adapter

2022-04-27 Thread Zhang, Roy Fan
> -Original Message- > From: Akhil Goyal > Sent: Thursday, April 21, 2022 3:37 PM > To: dev@dpdk.org > Cc: ano...@marvell.com; jer...@marvell.com; Gujjar, Abhinandan S > ; Jayatheerthan, Jay > ; Vangati, Narender > ; vfia...@marvell.com; Akhil Goyal > > Subject: [PATCH v3 6/7] test/event: