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: scheduling multiple CCP within single > burst > > Title: crypto/ccp: schedule multiple devs within single burst > Or > Crypto/ccp: improve performance. > > > > > From: Amaranath Somalapuram <asoma...@amd.com> > > > > 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: sta...@dpdk.org > > This patch also doesn't look like a fix, rather a performance improvement. > Not sure if this need to be backported? > If yes, then a fixes line is required and title would be "crypto/ccp: fix > performance" > > > > > Signed-off-by: Amaranath Somalapuram <asoma...@amd.com> > > ---