Re: [PATCH v4 4/5] ring/soring: introduce Staged Ordered Ring

2024-09-19 Thread Jerin Jacob
On Tue, Sep 17, 2024 at 5:49 PM Konstantin Ananyev wrote: > > From: Konstantin Ananyev > > Staged-Ordered-Ring (SORING) provides a SW abstraction for 'ordered' queues > with multiple processing 'stages'. > It is based on conventional DPDK rte_ring, re-uses many of its concepts, > and even substan

[PATCH v4 4/5] ring/soring: introduce Staged Ordered Ring

2024-09-17 Thread Konstantin Ananyev
From: Konstantin Ananyev Staged-Ordered-Ring (SORING) provides a SW abstraction for 'ordered' queues with multiple processing 'stages'. It is based on conventional DPDK rte_ring, re-uses many of its concepts, and even substantial part of its code. It can be viewed as an 'extension' of rte_ring fu