[PATCH v4 0/2] Rebase DLB2 port_cos and cq_weight patches
Timothy McDaniel
timothy.mcdaniel at intel.com
Fri Jun 17 00:21:34 CEST 2022
This patch rebases the following previously submitted
patches against the latest dpdk-next-eventdev (for-main) branch,
and organizes them in a patch series instead of individually.
Changes since V3:
Fix a CentOS79-64 build error
Changes since V2:
Fix a misleading if statement (guard error)
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 | 325 ++++++++++++++++-----
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 | 282 ++++++++++++++++++
drivers/event/dlb2/pf/base/dlb2_resource.h | 33 +++
drivers/event/dlb2/pf/dlb2_pf.c | 90 +++++-
10 files changed, 743 insertions(+), 76 deletions(-)
--
2.25.1
More information about the dev
mailing list