Re: [PATCH v8 0/3] Add dispatcher library

2023-10-12 Thread David Marchand
On Thu, Oct 12, 2023 at 10:55 AM Mattias Rönnblom wrote: > > The purpose of the dispatcher library is to decouple different parts > of an eventdev-based application (e.g., processing pipeline stages), > sharing the same underlying event device. > > The dispatcher replaces the conditional logic (of

[PATCH v8 0/3] Add dispatcher library

2023-10-12 Thread Mattias Rönnblom
The purpose of the dispatcher library is to decouple different parts of an eventdev-based application (e.g., processing pipeline stages), sharing the same underlying event device. The dispatcher replaces the conditional logic (often, a switch statement) that typically follows an event device deque