Re: [dpdk-dev] [PATCH v3 1/1] event/dlb2: optimize Dequeue Operations

2021-05-04 Thread Jerin Jacob
On Sun, May 2, 2021 at 12:39 AM McDaniel, Timothy wrote: > > From: Timothy McDaniel > > Convert code to use x86 vector instructions, thereby significantly > improving dequeue performance. > > Signed-off-by: Timothy McDaniel > Signed-off-by: Harry Van Haaren Applied to dpdk-next-eventdev/for-m

[dpdk-dev] [PATCH v3 1/1] event/dlb2: optimize Dequeue Operations

2021-05-01 Thread McDaniel, Timothy
From: Timothy McDaniel Convert code to use x86 vector instructions, thereby significantly improving dequeue performance. Signed-off-by: Timothy McDaniel Signed-off-by: Harry Van Haaren --- drivers/event/dlb2/dlb2.c | 445 + drivers/event/dlb2/dlb2_priv.h |