[PATCH v3 0/2] add support flow director ops

Bingbin Chen chen.bingbin at zte.com.cn
Wed Jul 2 09:34:43 CEST 2025


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     |   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_np.c         | 1638 +++++++++++++++++++++++
 drivers/net/zxdh/zxdh_np.h         |   31 +-
 drivers/net/zxdh/zxdh_tables.h     |   10 +-
 15 files changed, 4207 insertions(+), 76 deletions(-)
 create mode 100644 drivers/net/zxdh/zxdh_flow.c
 create mode 100644 drivers/net/zxdh/zxdh_flow.h

-- 
2.27.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250702/11376e0f/attachment-0001.htm>


More information about the dev mailing list