Re: [dpdk-dev] [PATCH v1 6/6] crypto/ccp: scheduling multiple CCP within single burst

2019-10-15 Thread Akhil Goyal
Also please include CCP maintainer in cc list for v2. @Ravi Kumar: could you please review this series. > -Original Message- > From: Akhil Goyal > Sent: Tuesday, October 15, 2019 4:43 PM > To: asoma...@amd.com; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [PATCH v1 6/6] crypto/ccp: sc

Re: [dpdk-dev] [PATCH v1 6/6] crypto/ccp: scheduling multiple CCP within single burst

2019-10-15 Thread Akhil Goyal
Title: crypto/ccp: schedule multiple devs within single burst Or Crypto/ccp: improve performance. > > From: Amaranath Somalapuram > > ccp driver was scheduling only one CCP in a single burst. > Effective throughput was limited to 1 CCP performance. > Scheduling multiple ccp within one burst wi

[dpdk-dev] [PATCH v1 6/6] crypto/ccp: scheduling multiple CCP within single burst

2019-10-15 Thread asomalap
From: Amaranath Somalapuram ccp driver was scheduling only one CCP in a single burst. Effective throughput was limited to 1 CCP performance. Scheduling multiple ccp within one burst will increase the ccp performance. this changes will divide the enqueue packets equally among the multiple CCP Cc: