DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/5] Support IPv6 routing extension push remove action
@ 2023-09-28  2:33 Rongwei Liu
  2023-09-28  2:33 ` [PATCH v1 1/5] net/mlx5: sample the srv6 last segment Rongwei Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Rongwei Liu @ 2023-09-28  2:33 UTC (permalink / raw)
  To: dev, matan, viacheslavo, orika, suanmingm, thomas

Add PMD implementation to support IPv6 routing extension push/remove
action.

Rongwei Liu (5):
  net/mlx5: sample the srv6 last segment
  net/mlx5/hws: fix potential wrong rte_errno value
  net/mlx5/hws: add IPv6 routing extension push remove actions
  net/mlx5/hws: add setter for IPv6 routing push remove
  net/mlx5: implement IPv6 routing push remove

 doc/guides/nics/features/default.ini |   2 +
 doc/guides/nics/features/mlx5.ini    |   2 +
 doc/guides/nics/mlx5.rst             |  11 +-
 drivers/common/mlx5/mlx5_prm.h       |   1 +
 drivers/net/mlx5/hws/mlx5dr.h        |  29 ++
 drivers/net/mlx5/hws/mlx5dr_action.c | 534 ++++++++++++++++++++++++++-
 drivers/net/mlx5/hws/mlx5dr_action.h |  10 +-
 drivers/net/mlx5/hws/mlx5dr_debug.c  |   2 +
 drivers/net/mlx5/mlx5.c              |  41 +-
 drivers/net/mlx5/mlx5.h              |   7 +
 drivers/net/mlx5/mlx5_flow.h         |  55 ++-
 drivers/net/mlx5/mlx5_flow_hw.c      | 283 +++++++++++++-
 12 files changed, 951 insertions(+), 26 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2023-09-28  2:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-28  2:33 [PATCH v1 0/5] Support IPv6 routing extension push remove action Rongwei Liu
2023-09-28  2:33 ` [PATCH v1 1/5] net/mlx5: sample the srv6 last segment Rongwei Liu
2023-09-28  2:33 ` [PATCH v1 2/5] net/mlx5/hws: fix potential wrong rte_errno value Rongwei Liu
2023-09-28  2:33 ` [PATCH v1 3/5] net/mlx5/hws: add IPv6 routing extension push remove actions Rongwei Liu
2023-09-28  2:33 ` [PATCH v1 4/5] net/mlx5/hws: add setter for IPv6 routing push remove Rongwei Liu
2023-09-28  2:33 ` [PATCH v1 5/5] net/mlx5: implement " Rongwei Liu

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