DPDK patches and discussions
 help / color / mirror / Atom feed
From: Timothy McDaniel <timothy.mcdaniel@intel.com>
To: jerinj@marvell.com
Cc: dev@dpdk.org
Subject: [PATCH v4 0/2] Rebase DLB2 port_cos and cq_weight patches
Date: Thu, 16 Jun 2022 17:21:34 -0500	[thread overview]
Message-ID: <20220616222136.351862-1-timothy.mcdaniel@intel.com> (raw)
In-Reply-To: <20220616142350.322838-3-timothy.mcdaniel@intel.com>

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


  parent reply	other threads:[~2022-06-16 22:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16 14:23 [PATCH " Timothy McDaniel
2022-06-16 14:23 ` [PATCH 1/2] event/dlb2: add CQ weight support Timothy McDaniel
2022-06-16 14:23 ` [PATCH 2/2] event/dlb2: add ldb port specific COS support Timothy McDaniel
2022-06-16 19:55   ` [PATCH v2 0/2] Rebase DLB2 port_cos and cq_weight patches Timothy McDaniel
2022-06-16 19:55     ` [PATCH v2 1/2] event/dlb2: add CQ weight support Timothy McDaniel
2022-06-16 19:55     ` [PATCH v2 2/2] event/dlb2: add ldb port specific COS support Timothy McDaniel
2022-06-16 20:36   ` [PATCH v3 0/2] Rebase DLB2 port_cos and cq_weight patches Timothy McDaniel
2022-06-16 20:36     ` [PATCH v3 1/2] event/dlb2: add CQ weight support Timothy McDaniel
2022-06-16 20:36     ` [PATCH v3 2/2] event/dlb2: add ldb port specific COS support Timothy McDaniel
2022-06-16 22:21   ` Timothy McDaniel [this message]
2022-06-16 22:21     ` [PATCH v4 1/2] event/dlb2: add CQ weight support Timothy McDaniel
2022-06-20 17:33       ` Jerin Jacob
2022-06-16 22:21     ` [PATCH v4 2/2] event/dlb2: add ldb port specific COS support Timothy McDaniel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220616222136.351862-1-timothy.mcdaniel@intel.com \
    --to=timothy.mcdaniel@intel.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).