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

2021-03-08 Thread Jerin Jacob
On Sun, Feb 21, 2021 at 3:40 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 0/7] Introduce event vectorization

2021-02-20 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