[PATCH v3 2/2] net/zxdh: add support flow director ops
Stephen Hemminger
stephen at networkplumber.org
Wed Jul 2 17:02:25 CEST 2025
On Wed, 2 Jul 2025 15:34:45 +0800
Bingbin Chen <chen.bingbin at zte.com.cn> wrote:
> Provide support for ETH, VLAN, IPv4/IPv6, TCP/UDP, VXLAN,
> and mask matching, supporting multiple actions
> include drop/count/mark/queue/rss,and vxlan decap/encap.
>
> Signed-off-by: Bingbin Chen <chen.bingbin at zte.com.cn>
> ---
> doc/guides/nics/features/zxdh.ini | 16 +
> doc/guides/nics/zxdh.rst | 1 +
> drivers/net/zxdh/meson.build | 1 +
> drivers/net/zxdh/zxdh_common.h | 1 +
> drivers/net/zxdh/zxdh_ethdev.c | 27 +
> drivers/net/zxdh/zxdh_ethdev.h | 13 +-
> drivers/net/zxdh/zxdh_ethdev_ops.c | 10 +-
> drivers/net/zxdh/zxdh_ethdev_ops.h | 1 +
> drivers/net/zxdh/zxdh_flow.c | 2003 ++++++++++++++++++++++++++++
> drivers/net/zxdh/zxdh_flow.h | 237 ++++
> drivers/net/zxdh/zxdh_msg.c | 263 +++-
> drivers/net/zxdh/zxdh_msg.h | 31 +-
> drivers/net/zxdh/zxdh_tables.h | 10 +-
> 13 files changed, 2539 insertions(+), 75 deletions(-)
> create mode 100644 drivers/net/zxdh/zxdh_flow.c
> create mode 100644 drivers/net/zxdh/zxdh_flow.h
The 25.07 release is at rc2 so only urgent bugfixes.
Will take this early in 25.11 cycle.
More information about the dev
mailing list