DPDK patches and discussions
 help / color / mirror / Atom feed
From: Maayan Kashani <mkashani@nvidia.com>
To: <dev@dpdk.org>
Cc: <mkashani@nvidia.com>, <dsosnowski@nvidia.com>, <rasland@nvidia.com>
Subject: [PATCH v4 0/3] HWS non-template support
Date: Thu, 6 Jun 2024 13:31:00 +0300	[thread overview]
Message-ID: <20240606103103.173152-1-mkashani@nvidia.com> (raw)
In-Reply-To: <20240603104357.9437-1-mkashani@nvidia.com>

Initial coding to support non-template in mlxdr layer.

Yevgeny Kliteynik (3):
  net/mlx5/hws: split the root rule creation and destruction
  net/mlx5/hws: add support for action type LAST
  net/mlx5/hws: add support for backward-compatible API

 drivers/net/mlx5/hws/meson.build       |   1 +
 drivers/net/mlx5/hws/mlx5dr.h          |  87 +++
 drivers/net/mlx5/hws/mlx5dr_action.c   |   9 +
 drivers/net/mlx5/hws/mlx5dr_bwc.c      | 898 +++++++++++++++++++++++++
 drivers/net/mlx5/hws/mlx5dr_bwc.h      |  34 +
 drivers/net/mlx5/hws/mlx5dr_context.c  |   3 +
 drivers/net/mlx5/hws/mlx5dr_context.h  |   7 +
 drivers/net/mlx5/hws/mlx5dr_internal.h |   1 +
 drivers/net/mlx5/hws/mlx5dr_rule.c     |  49 +-
 drivers/net/mlx5/hws/mlx5dr_rule.h     |   7 +
 drivers/net/mlx5/hws/mlx5dr_send.c     |  43 +-
 11 files changed, 1124 insertions(+), 15 deletions(-)
 create mode 100644 drivers/net/mlx5/hws/mlx5dr_bwc.c
 create mode 100644 drivers/net/mlx5/hws/mlx5dr_bwc.h

-- 
2.21.0


  parent reply	other threads:[~2024-06-06 10:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-02 10:26 [PATCH 1/3] net/mlx5/hws: split the root rule creation and destruction Maayan Kashani
2024-06-03 10:43 ` [PATCH v3 " Maayan Kashani
2024-06-03 10:43   ` [PATCH v3 2/3] net/mlx5/hws: add support for action type LAST Maayan Kashani
2024-06-03 10:43   ` [PATCH v3 3/3] net/mlx5/hws: add support for backward-compatible API Maayan Kashani
2024-06-06 10:31   ` Maayan Kashani [this message]
2024-06-06 10:31     ` [PATCH v4 1/3] net/mlx5/hws: split the root rule creation and destruction Maayan Kashani
2024-06-06 10:31     ` [PATCH v4 2/3] net/mlx5/hws: add support for action type LAST Maayan Kashani
2024-06-06 10:31     ` [PATCH v4 3/3] net/mlx5/hws: add support for backward-compatible API Maayan Kashani
2024-06-10  8:33     ` [PATCH v4 0/3] HWS non-template support 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=20240606103103.173152-1-mkashani@nvidia.com \
    --to=mkashani@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=dsosnowski@nvidia.com \
    --cc=rasland@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).