DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] net/mlx5: add port representor destination to mirror
@ 2023-10-17  0:43 Suanming Mou
  2023-10-17  0:43 ` [PATCH 1/3] net/mlx5: add port representor action Suanming Mou
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Suanming Mou @ 2023-10-17  0:43 UTC (permalink / raw)
  To: orika; +Cc: rasland, dev

In order to clone the traffic from FDB to NIC TIR, user can set
port representor action as mirror clone destination. In that case
cloned traffic will be moved to E-Switch manager root table, and
goes to software TIR.

This series adds the port representor support to mirror action.
This series depends on the indirect list series [1].

[1]: https://patches.dpdk.org/project/dpdk/list/?series=29662

Suanming Mou (3):
  net/mlx5: add port representor action
  net/mlx5: add port representor destination to mirror
  app/testpmd: add port representor as sample destination

 app/test-pmd/cmdline_flow.c     |  1 +
 doc/guides/nics/mlx5.rst        |  6 +++
 drivers/net/mlx5/mlx5.h         |  2 +
 drivers/net/mlx5/mlx5_flow.h    |  4 +-
 drivers/net/mlx5/mlx5_flow_hw.c | 74 ++++++++++++++++++++++++++++++++-
 5 files changed, 85 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-10-30  9:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-17  0:43 [PATCH 0/3] net/mlx5: add port representor destination to mirror Suanming Mou
2023-10-17  0:43 ` [PATCH 1/3] net/mlx5: add port representor action Suanming Mou
2023-10-17  0:44 ` [PATCH 2/3] net/mlx5: add port representor destination to mirror Suanming Mou
2023-10-17  0:44 ` [PATCH 3/3] app/testpmd: add port representor as sample destination Suanming Mou
2023-10-29 13:33 ` [PATCH 0/3] net/mlx5: add port representor destination to mirror Ori Kam
2023-10-30  2:28 ` [PATCH v2 " Suanming Mou
2023-10-30  2:28   ` [PATCH v2 1/3] net/mlx5: add port representor action Suanming Mou
2023-10-30  2:28   ` [PATCH v2 2/3] net/mlx5: add port representor destination to mirror Suanming Mou
2023-10-30  2:28   ` [PATCH v2 3/3] app/testpmd: add port representor as sample destination Suanming Mou
2023-10-30  9:05   ` [PATCH v2 0/3] net/mlx5: add port representor destination to mirror 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).