mbox

[v3,0/1] Optimize DLB2 Dequeue Operations

Message ID 1619896064-7943-1-git-send-email-timothy.mcdaniel@intel.com (mailing list archive)
Headers

Message

Timothy McDaniel May 1, 2021, 7:07 p.m. UTC
  From: Timothy McDaniel <timothy.mcdaniel@intel.com>

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(-)