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> > ---