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

2021-03-23 Thread Jerin Jacob
On Sat, Mar 20, 2021 at 2:27 AM 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 v4 0/8] Introduce event vectorization

2021-03-19 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