[dpdk-dev] [RFC] eventdev: introduce event dispatcher

2021-02-18 Thread Mattias Rönnblom
The purpose of the event dispatcher is primarily to decouple different parts of an application (e.g., processing pipeline stages), which share the same underlying event device. The event dispatcher replaces the conditional logic (often, a switch statement) that typically follows an event device de

Re: [dpdk-dev] [RFC] eventdev: introduce event dispatcher

2021-03-15 Thread Mattias Rönnblom
On 2021-03-07 14:04, Jerin Jacob wrote: > On Fri, Feb 26, 2021 at 1:31 PM Mattias Rönnblom > wrote: >> On 2021-02-25 13:32, Jerin Jacob wrote: >>> On Fri, Feb 19, 2021 at 12:00 AM Mattias Rönnblom >>> wrote: The purpose of the event dispatcher is primarily to decouple different parts of

Re: [dpdk-dev] [RFC] eventdev: introduce event dispatcher

2021-03-15 Thread Van Haaren, Harry
> -Original Message- > From: dev On Behalf Of Mattias Rönnblom > Sent: Monday, March 15, 2021 2:45 PM > To: Jerin Jacob > Cc: Jerin Jacob ; dpdk-dev ; Richardson, > Bruce > Subject: Re: [dpdk-dev] [RFC] eventdev: introduce event dispatcher > > On 2021-03-

Re: [dpdk-dev] [RFC] eventdev: introduce event dispatcher

2021-03-22 Thread Mattias Rönnblom
On 2021-03-15 16:00, Van Haaren, Harry wrote: >> -Original Message- >> From: dev On Behalf Of Mattias Rönnblom >> Sent: Monday, March 15, 2021 2:45 PM >> To: Jerin Jacob >> Cc: Jerin Jacob ; dpdk-dev ; Richardson, >> Bruce >> Subject: Re:

Re: [dpdk-dev] [RFC] eventdev: introduce event dispatcher

2021-02-22 Thread Luca Boccassi
On Thu, 2021-02-18 at 19:30 +0100, Mattias Rönnblom wrote: > The purpose of the event dispatcher is primarily to decouple different > parts of an application (e.g., processing pipeline stages), which > share the same underlying event device. > > The event dispatcher replaces the conditional logic

Re: [dpdk-dev] [RFC] eventdev: introduce event dispatcher

2021-02-25 Thread Jerin Jacob
On Fri, Feb 19, 2021 at 12:00 AM Mattias Rönnblom wrote: > > The purpose of the event dispatcher is primarily to decouple different > parts of an application (e.g., processing pipeline stages), which > share the same underlying event device. > > The event dispatcher replaces the conditional logic

Re: [dpdk-dev] [RFC] eventdev: introduce event dispatcher

2021-02-25 Thread Mattias Rönnblom
On 2021-02-22 16:28, Luca Boccassi wrote: > On Thu, 2021-02-18 at 19:30 +0100, Mattias Rönnblom wrote: >> The purpose of the event dispatcher is primarily to decouple different >> parts of an application (e.g., processing pipeline stages), which >> share the same underlying event device. >> >> The

Re: [dpdk-dev] [RFC] eventdev: introduce event dispatcher

2021-02-26 Thread Mattias Rönnblom
On 2021-02-25 13:32, Jerin Jacob wrote: > On Fri, Feb 19, 2021 at 12:00 AM Mattias Rönnblom > wrote: >> The purpose of the event dispatcher is primarily to decouple different >> parts of an application (e.g., processing pipeline stages), which >> share the same underlying event device. >> >> The e

Re: [dpdk-dev] [RFC] eventdev: introduce event dispatcher

2021-03-07 Thread Jerin Jacob
On Fri, Feb 26, 2021 at 1:31 PM Mattias Rönnblom wrote: > > On 2021-02-25 13:32, Jerin Jacob wrote: > > On Fri, Feb 19, 2021 at 12:00 AM Mattias Rönnblom > > wrote: > >> The purpose of the event dispatcher is primarily to decouple different > >> parts of an application (e.g., processing pipeline