RE: [PATCH v7 0/7] Stage-Ordered API and other extensions for ring library

2024-11-07 Thread Konstantin Ananyev
> > > The concept of ‘ring with stages’ is similar to DPDK OPDL eventdev PMD [1], > > but the internals are different. > > In particular, SORING maintains internal array of 'states' for each element > > in the ring that is shared by all threads/processes that access the ring. > > That allows 're

Re: [PATCH v7 0/7] Stage-Ordered API and other extensions for ring library

2024-11-07 Thread Stephen Hemminger
On Wed, 30 Oct 2024 17:22:57 -0400 Konstantin Ananyev wrote: > Testing coverage (passed): > x86_64, i686, PPC, ARM > > Would like to express my gratitude to all community members who helped me > with testing it on different platforms, in particular: > David Christensen > Cody Cheng > Patric

RE: [PATCH v7 0/7] Stage-Ordered API and other extensions for ring library

2024-11-07 Thread Konstantin Ananyev
Subject: [PATCH v7 0/7] Stage-Ordered API and other extensions for ring > library > > Testing coverage (passed): > x86_64, i686, PPC, ARM > > Would like to express my gratitude to all community members who helped me > with testing it on different platforms, in particular

[PATCH v7 0/7] Stage-Ordered API and other extensions for ring library

2024-10-30 Thread Konstantin Ananyev
Testing coverage (passed): x86_64, i686, PPC, ARM Would like to express my gratitude to all community members who helped me with testing it on different platforms, in particular: David Christensen Cody Cheng Patrick Robb Phanendra Vukkisala Chengwen Feng v6 -> v7 - updated Programmer Guid