DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 00/10] net/mlx5/hws: IPSEC reparse submission
@ 2023-10-31 12:25 Gregory Etelson
  2023-10-31 12:25 ` [PATCH 01/10] net/mlx5/hws: check the rule status on rule update Gregory Etelson
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Gregory Etelson @ 2023-10-31 12:25 UTC (permalink / raw)
  To: dev; +Cc: getelson, mkashani, rasland, Alex Vesker, Matan Azrad

IPSEC reparse submission.

Alex Vesker (3):
  net/mlx5/hws: allow jump to TIR over FDB
  net/mlx5/hws: support dynamic re-parse
  net/mlx5/hws: dynamic re-parse for modify header

Hamdan Igbaria (6):
  net/mlx5/hws: support IPsec encryption/decryption action
  net/mlx5/hws: support ASO IPsec action
  net/mlx5/hws: support reformat trailer action
  net/mlx5/hws: support ASO first hit action
  net/mlx5/hws: support insert header action
  net/mlx5/hws: support remove header action

Itamar Gozlan (1):
  net/mlx5/hws: check the rule status on rule update

 drivers/common/mlx5/mlx5_prm.h         |  41 +-
 drivers/net/mlx5/hws/mlx5dr.h          | 198 ++++++++
 drivers/net/mlx5/hws/mlx5dr_action.c   | 615 +++++++++++++++++++++++--
 drivers/net/mlx5/hws/mlx5dr_action.h   |  64 ++-
 drivers/net/mlx5/hws/mlx5dr_cmd.c      |  27 +-
 drivers/net/mlx5/hws/mlx5dr_cmd.h      |  10 +-
 drivers/net/mlx5/hws/mlx5dr_context.c  |  15 +
 drivers/net/mlx5/hws/mlx5dr_context.h  |   9 +-
 drivers/net/mlx5/hws/mlx5dr_debug.c    |   7 +
 drivers/net/mlx5/hws/mlx5dr_internal.h |   1 +
 drivers/net/mlx5/hws/mlx5dr_matcher.c  |   7 +
 drivers/net/mlx5/hws/mlx5dr_pat_arg.c  |  41 +-
 drivers/net/mlx5/hws/mlx5dr_pat_arg.h  |   2 +
 drivers/net/mlx5/hws/mlx5dr_rule.c     |   6 +
 14 files changed, 973 insertions(+), 70 deletions(-)

Reviewed-by: Alex Vesker <valex@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>

-- 
2.39.2


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

end of thread, other threads:[~2023-10-31 12:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-31 12:25 [PATCH 00/10] net/mlx5/hws: IPSEC reparse submission Gregory Etelson
2023-10-31 12:25 ` [PATCH 01/10] net/mlx5/hws: check the rule status on rule update Gregory Etelson
2023-10-31 12:25 ` [PATCH 02/10] net/mlx5/hws: support IPsec encryption/decryption action Gregory Etelson
2023-10-31 12:25 ` [PATCH 03/10] net/mlx5/hws: support ASO IPsec action Gregory Etelson
2023-10-31 12:25 ` [PATCH 04/10] net/mlx5/hws: support reformat trailer action Gregory Etelson
2023-10-31 12:25 ` [PATCH 05/10] net/mlx5/hws: support ASO first hit action Gregory Etelson
2023-10-31 12:25 ` [PATCH 06/10] net/mlx5/hws: support insert header action Gregory Etelson
2023-10-31 12:25 ` [PATCH 07/10] net/mlx5/hws: support remove " Gregory Etelson
2023-10-31 12:25 ` [PATCH 08/10] net/mlx5/hws: allow jump to TIR over FDB Gregory Etelson
2023-10-31 12:25 ` [PATCH 09/10] net/mlx5/hws: support dynamic re-parse Gregory Etelson
2023-10-31 12:25 ` [PATCH 10/10] net/mlx5/hws: dynamic re-parse for modify header Gregory Etelson

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