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

2023-09-06 Thread Mattias Rönnblom
On 2023-09-06 21:32, Stephen Hemminger wrote: On Mon, 4 Sep 2023 15:03:10 +0200 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 dispa

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

2023-09-06 Thread Stephen Hemminger
On Mon, 4 Sep 2023 15:03:10 +0200 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 (o

[PATCH v3 0/3] Add dispatcher library

2023-09-04 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