Re: [PATCH] app/eventdev: increase default queue depth for cryptodev

2024-07-02 Thread Jerin Jacob
Jacob > > Cc: gak...@marvell.com; ano...@marvell.com; vvelum...@marvell.com; > > asasidha...@marvell.com; Gujjar, Abhinandan S > > ; dev@dpdk.org > > Subject: [PATCH] app/eventdev: increase default queue depth for cryptodev > > > > With crypto adapter, larger qu

RE: [PATCH] app/eventdev: increase default queue depth for cryptodev

2024-06-27 Thread Gujjar, Abhinandan S
org > Subject: [PATCH] app/eventdev: increase default queue depth for cryptodev > > With crypto adapter, larger queue depths are desirable since same queue could > be used from multiple cores at the same time. With devices that are capable of > doing large bursts, larger queues wo

[PATCH] app/eventdev: increase default queue depth for cryptodev

2024-06-26 Thread Aakash Sasidharan
With crypto adapter, larger queue depths are desirable since same queue could be used from multiple cores at the same time. With devices that are capable of doing large bursts, larger queues would help in multi core management of same queue. Increase default queue depth in cryptodev to cater to su