Re: [dpdk-dev] [PATCH v10 0/8] Introduce event vectorization

2021-04-03 Thread Jerin Jacob
On Wed, Mar 31, 2021 at 3:00 PM wrote: > > From: Pavan Nikhilesh > > In traditional event programming model, events are identified by a > flow-id and a uintptr_t. The flow-id uniquely identifies a given event > and determines the order of scheduling based on schedule type, the > uintptr_t holds a

[dpdk-dev] [PATCH v10 0/8] Introduce event vectorization

2021-03-31 Thread pbhagavatula
From: Pavan Nikhilesh In traditional event programming model, events are identified by a flow-id and a uintptr_t. The flow-id uniquely identifies a given event and determines the order of scheduling based on schedule type, the uintptr_t holds a single object. Event devices also support burst mod