DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] net/mlx5: extend send to kernel action support
@ 2023-09-08  9:20 Jiawei Wang
  2023-09-08  9:20 ` [PATCH 1/3] " Jiawei Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jiawei Wang @ 2023-09-08  9:20 UTC (permalink / raw)
  To: suanmingm, orika, thomas; +Cc: dev, rasland

The send to kernel action was supported in NIC and FDB tables,
Currently[1], the send to kernel action is created in NIC RX only.

With some TC rules (example: roce packets, redirects into rep ports)
and DPDK RTE rules for the rest of the traffic. Then it needs the
specific rule to re-route the packets into the kernel through the FDB
table.
    
This patchset adds the FDB and NIC-TX tables support for sending to the kernel
action, also updates the documentation.

[1]
https://patchwork.dpdk.org/project/dpdk/list/?series=25318

Jiawei Wang (3):
  net/mlx5: extend send to kernel action support
  net/mlx5: extend hws send to kernel action support
  doc: adds the description for send to kernel

 doc/guides/nics/mlx5.rst           |  7 +++++
 doc/guides/prog_guide/rte_flow.rst |  9 ++++++
 drivers/net/mlx5/linux/mlx5_os.c   | 25 ++++++++++-------
 drivers/net/mlx5/mlx5.h            |  6 ++--
 drivers/net/mlx5/mlx5_flow.h       |  1 +
 drivers/net/mlx5/mlx5_flow_dv.c    | 17 +++++++----
 drivers/net/mlx5/mlx5_flow_hw.c    | 45 +++++++++++++++++++++---------
 lib/ethdev/rte_flow.h              |  1 -
 8 files changed, 79 insertions(+), 32 deletions(-)

-- 
2.18.1


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

end of thread, other threads:[~2023-09-18 12:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-08  9:20 [PATCH 0/3] net/mlx5: extend send to kernel action support Jiawei Wang
2023-09-08  9:20 ` [PATCH 1/3] " Jiawei Wang
2023-09-08  9:35   ` Suanming Mou
2023-09-18 12:52   ` Raslan Darawsheh
2023-09-08  9:20 ` [PATCH 2/3] net/mlx5: extend hws " Jiawei Wang
2023-09-08  9:35   ` Suanming Mou
2023-09-08  9:21 ` [PATCH 3/3] doc: adds the description for send to kernel Jiawei Wang

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