DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/4] Add support for meter hierarchy
@ 2021-07-06 13:14 Shun Hao
  2021-07-06 13:14 ` [dpdk-dev] [PATCH v1 1/4] net/mlx5: support meter action in meter policy Shun Hao
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Shun Hao @ 2021-07-06 13:14 UTC (permalink / raw)
  To: orika, viacheslavo, matan; +Cc: dev, thomas, rasland

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-07  7:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 13:14 [dpdk-dev] [PATCH v1 0/4] Add support for meter hierarchy Shun Hao
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

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