[PATCH v4 0/2] add support flow director ops
Junlong Wang
wang.junlong1 at zte.com.cn
Fri Aug 8 09:10:35 CEST 2025
From: Bingbin Chen <chen.bingbin at zte.com.cn>
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 | 2000 ++++++++++++++++++++++++++++
drivers/net/zxdh/zxdh_flow.h | 237 ++++
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, 4197 insertions(+), 74 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/20250808/d21662e1/attachment.htm>
More information about the dev
mailing list