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

Bingbin Chen chen.bingbin at zte.com.cn
Tue Jun 17 11:31:14 CEST 2025


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 |    2 +-
 drivers/net/zxdh/zxdh_ethdev_ops.h |    1 +
 drivers/net/zxdh/zxdh_flow.c       | 2004 ++++++++++++++++++++++++++++
 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         | 1664 +++++++++++++++++++++++
 drivers/net/zxdh/zxdh_np.h         |   42 +-
 drivers/net/zxdh/zxdh_tables.h     |   10 +-
 15 files changed, 4241 insertions(+), 72 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/20250617/8a3a8939/attachment-0001.htm>


More information about the dev mailing list