[PATCH v2 00/14] add network processor ops
Bingbin Chen
chen.bingbin at zte.com.cn
Sat Feb 22 08:22:18 CET 2025
V2:
- resolve code style and github-robot build issue.
- eliminate commit warning.
- remove unnecessary initialization, which first usage will set.
- replace mutex lock with spinlock.
V1:
- updated network processor driver.
- improve insert/delete/get table code funcs.
Bingbin Chen (14):
net/zxdh: add network processor registers ops
net/zxdh: support compatibility check
net/zxdh: add agent channel
net/zxdh: modify dtb queue ops
net/zxdh: add tables dump address ops
net/zxdh: add eram tables ops
net/zxdh: get flow tables resources
net/zxdh: support hash resources configuration
net/zxdh: implement tables initialization
net/zxdh: support hash tables write and delete ops
net/zxdh: get hash table entry result
net/zxdh: delete all hash entries
net/zxdh: add acl tables ops
net/zxdh: clean stat values
drivers/net/zxdh/zxdh_ethdev.c | 63 +
drivers/net/zxdh/zxdh_ethdev.h | 1 +
drivers/net/zxdh/zxdh_ethdev_ops.c | 4 +
drivers/net/zxdh/zxdh_np.c | 11306 +++++++++++++++++++++++----
drivers/net/zxdh/zxdh_np.h | 1258 ++-
5 files changed, 11205 insertions(+), 1427 deletions(-)
--
2.27.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250222/97f7f716/attachment.htm>
More information about the dev
mailing list