Re: [dpdk-dev] [PATCH] common/cpt: rework pending queue

2021-09-24 Thread Akhil Goyal
> From: David George > > Replace pending queue with one that allows concurrent single producer and > single consumer. This relaxes the restriction of only allowing a single > lcore to operate on a given queue pair. > > Signed-off-by: David George > Signed-off-by: Anoob Joseph > --- > doc/guid

[dpdk-dev] [PATCH] common/cpt: rework pending queue

2021-09-24 Thread Anoob Joseph
From: David George Replace pending queue with one that allows concurrent single producer and single consumer. This relaxes the restriction of only allowing a single lcore to operate on a given queue pair. Signed-off-by: David George Signed-off-by: Anoob Joseph --- doc/guides/cryptodevs/octeon