[PATCH v2 0/2] Rebase DLB2 port_cos and cq_weight patches

Timothy McDaniel timothy.mcdaniel at intel.com
Thu Jun 16 21:55:15 CEST 2022


This patch simply rebases the following previously submitted
patches against the latest dpdk-next-eventdev (for-main) branch.

Rebase DLB2 port_cos and cq_weight patches

This patch simply rebases the following previously submitted
patches against the latest dpdk-next-eventdev (for-main) branch.

Changes since V1:
Fixed a bug in the port-specific cos patch where we were accessing
beyond the end of the cos_bw array.

Timothy McDaniel (2):
  event/dlb2: add CQ weight support
  event/dlb2: add ldb port specific COS support

 drivers/event/dlb2/dlb2.c                  | 323 ++++++++++++++++-----
 drivers/event/dlb2/dlb2_avx512.c           |   8 +
 drivers/event/dlb2/dlb2_iface.c            |   7 +
 drivers/event/dlb2/dlb2_iface.h            |   8 +
 drivers/event/dlb2/dlb2_priv.h             |  29 +-
 drivers/event/dlb2/dlb2_sse.c              |   8 +
 drivers/event/dlb2/dlb2_user.h             |  29 ++
 drivers/event/dlb2/pf/base/dlb2_resource.c | 286 ++++++++++++++++++
 drivers/event/dlb2/pf/base/dlb2_resource.h |  33 +++
 drivers/event/dlb2/pf/dlb2_pf.c            |  90 +++++-
 10 files changed, 745 insertions(+), 76 deletions(-)

-- 
2.25.1



More information about the dev mailing list