[dpdk-dev] [PATCH v3 0/1] Optimize DLB2 Dequeue Operations
From: McDaniel, Timothy <hidden>
Date: 2021-05-01 19:09:23
From: McDaniel, Timothy <hidden>
Date: 2021-05-01 19:09:23
From: Timothy McDaniel <redacted> This patch converts the PMD to use x86 vector instructions, thereby significantly improving dequeue performance. Changes since V2: 1) Rebased patch on top of dpdk-next-eventdev 2) Use drivers/event/dlb2 as source directory to patch, thereby taking into account that the PMD retains its original name (dlb2_event). Timothy McDaniel (1): event/dlb2: optimize Dequeue Operations drivers/event/dlb2/dlb2.c | 445 +++++++++++++++++++++++++++++---- drivers/event/dlb2/dlb2_priv.h | 22 +- 2 files changed, 414 insertions(+), 53 deletions(-) -- 2.23.0