DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v3 0/5] jump to table index support in mlx5
@ 2024-10-24 15:41 Alexander Kozyrev
  2024-10-24 15:41 ` [PATCH v3 1/5] net/mlx5/hws: introduce new matcher type Alexander Kozyrev
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Alexander Kozyrev @ 2024-10-24 15:41 UTC (permalink / raw)
  To: dev
  Cc: rasland, viacheslavo, matan, hamdani, valex, dsosnowski, orika,
	bingz, suanmingm

Support the new Flow API JUMP_TO_TABLE_INDEX action in mlx5.

Seried-acked-by: Dariusz Sosnowski <dsosnowski@nvidia.com>

Alexander Kozyrev (3):
  net/mlx5: create array ste matcher
  net/mlx5: add flow rule insertion by index with pattern
  net/mlx5: implement jump to table index action

Hamdan Igbaria (2):
  net/mlx5/hws: introduce new matcher type
  net/mlx5/hws: introduce jump to matcher action

 doc/guides/nics/features/mlx5.ini             |   1 +
 doc/guides/prog_guide/ethdev/flow_offload.rst |  24 +
 doc/guides/rel_notes/release_24_11.rst        |   3 +
 drivers/net/mlx5/hws/mlx5dr.h                 |  42 +-
 drivers/net/mlx5/hws/mlx5dr_action.c          |  87 +++-
 drivers/net/mlx5/hws/mlx5dr_action.h          |   3 +
 drivers/net/mlx5/hws/mlx5dr_debug.c           |  13 +-
 drivers/net/mlx5/hws/mlx5dr_matcher.c         |  58 ++-
 drivers/net/mlx5/hws/mlx5dr_matcher.h         |   6 +
 drivers/net/mlx5/hws/mlx5dr_rule.c            |   2 +-
 drivers/net/mlx5/hws/mlx5dr_table.c           |  61 ++-
 drivers/net/mlx5/hws/mlx5dr_table.h           |   8 +-
 drivers/net/mlx5/mlx5_flow.h                  |   8 +-
 drivers/net/mlx5/mlx5_flow_hw.c               | 435 ++++++++++--------
 14 files changed, 519 insertions(+), 232 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2024-10-24 17:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-24 15:41 [PATCH v3 0/5] jump to table index support in mlx5 Alexander Kozyrev
2024-10-24 15:41 ` [PATCH v3 1/5] net/mlx5/hws: introduce new matcher type Alexander Kozyrev
2024-10-24 15:41 ` [PATCH v3 2/5] net/mlx5/hws: introduce jump to matcher action Alexander Kozyrev
2024-10-24 15:41 ` [PATCH v3 3/5] net/mlx5: create array ste matcher Alexander Kozyrev
2024-10-24 15:41 ` [PATCH v3 4/5] net/mlx5: add flow rule insertion by index with pattern Alexander Kozyrev
2024-10-24 15:41 ` [PATCH v3 5/5] net/mlx5: implement jump to table index action Alexander Kozyrev
2024-10-24 17:50 ` [PATCH v4 0/5] jump to table index support in mlx5 Alexander Kozyrev
2024-10-24 17:50   ` [PATCH v4 1/5] net/mlx5/hws: introduce new matcher type Alexander Kozyrev
2024-10-24 17:50   ` [PATCH v4 2/5] net/mlx5/hws: introduce jump to matcher action Alexander Kozyrev
2024-10-24 17:50   ` [PATCH v4 3/5] net/mlx5: create array ste matcher Alexander Kozyrev
2024-10-24 17:50   ` [PATCH v4 4/5] net/mlx5: add flow rule insertion by index with pattern Alexander Kozyrev
2024-10-24 17:50   ` [PATCH v4 5/5] net/mlx5: implement jump to table index action Alexander Kozyrev

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