On Wed, 2 Jul 2025 15:34:45 +0800 Bingbin Chen <chen.bing...@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.bing...@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.