From: Shun Hao <shunh@nvidia.com>
To: <orika@nvidia.com>, <viacheslavo@nvidia.com>, <matan@nvidia.com>
Cc: <dev@dpdk.org>, <thomas@monjalon.net>, <rasland@nvidia.com>
Subject: [dpdk-dev] [PATCH v1 0/4] Add support for meter hierarchy
Date: Tue, 6 Jul 2021 16:14:46 +0300 [thread overview]
Message-ID: <20210706131450.30917-1-shunh@nvidia.com> (raw)
This adds support for meter hierarchy, which means multiple meters can
be chained together, and using the header meter of hierarchy in a flow
will apply all meters in hierarchy to that flow.
Shun Hao (4):
net/mlx5: support meter action in meter policy
net/mlx5: support meter hierarchy drop count
net/mlx5: meter hierarchy destroy and cleanup
net/mlx5: validate meter action in policy
doc/guides/nics/mlx5.rst | 15 +
doc/guides/rel_notes/release_21_08.rst | 6 +
drivers/net/mlx5/mlx5.h | 32 +-
drivers/net/mlx5/mlx5_flow.c | 123 +++--
drivers/net/mlx5/mlx5_flow.h | 12 +
drivers/net/mlx5/mlx5_flow_dv.c | 701 +++++++++++++++++++++----
drivers/net/mlx5/mlx5_flow_meter.c | 175 +++++-
7 files changed, 935 insertions(+), 129 deletions(-)
--
2.21.0
next reply other threads:[~2021-07-06 13:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-06 13:14 Shun Hao [this message]
2021-07-06 13:14 ` [dpdk-dev] [PATCH v1 1/4] net/mlx5: support meter action in meter policy Shun Hao
2021-07-06 13:14 ` [dpdk-dev] [PATCH v1 2/4] net/mlx5: support meter hierarchy drop count Shun Hao
2021-07-06 13:14 ` [dpdk-dev] [PATCH v1 3/4] net/mlx5: meter hierarchy destroy and cleanup Shun Hao
2021-07-06 13:14 ` [dpdk-dev] [PATCH v1 4/4] net/mlx5: validate meter action in policy Shun Hao
2021-07-07 7:19 ` [dpdk-dev] [PATCH v1 0/4] Add support for meter hierarchy Raslan Darawsheh
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=20210706131450.30917-1-shunh@nvidia.com \
--to=shunh@nvidia.com \
--cc=dev@dpdk.org \
--cc=matan@nvidia.com \
--cc=orika@nvidia.com \
--cc=rasland@nvidia.com \
--cc=thomas@monjalon.net \
--cc=viacheslavo@nvidia.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).