Sending a CI testing retest for the v5 of this series because of a suspected false failure on the packet capture testsuite. On Wed, Aug 13, 2025 at 11:03 PM Bingbin Chen wrote: > v5: > - modify some error level printing information, > and other issues from Maintainer's. > > V4: > - replace rte_malloc with calloc in the flow_dev_dump function. > > V3: > - fix several checkpatch warnings. > > V2: > - resolve code style and gcc compilation issue. > > V1: > - add support flow director ops. > > Bingbin Chen (2): > net/zxdh: npsdk add flow director table ops > net/zxdh: add support flow director ops > > 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 | 26 + > drivers/net/zxdh/zxdh_ethdev.h | 12 +- > drivers/net/zxdh/zxdh_ethdev_ops.c | 2 +- > drivers/net/zxdh/zxdh_ethdev_ops.h | 1 + > drivers/net/zxdh/zxdh_flow.c | 2017 ++++++++++++++++++++++++++++ > drivers/net/zxdh/zxdh_flow.h | 240 ++++ > drivers/net/zxdh/zxdh_msg.c | 264 +++- > drivers/net/zxdh/zxdh_msg.h | 31 +- > drivers/net/zxdh/zxdh_np.c | 1638 ++++++++++++++++++++++ > drivers/net/zxdh/zxdh_np.h | 31 +- > drivers/net/zxdh/zxdh_tables.h | 10 +- > 15 files changed, 4217 insertions(+), 74 deletions(-) > create mode 100644 drivers/net/zxdh/zxdh_flow.c > create mode 100644 drivers/net/zxdh/zxdh_flow.h > > -- > 2.27.0 >