v4:<br />  - change some tables to const.<br />  - use %u instead of %d.<br />  - delete cast of ret_zmalloc() return.<br />  - resolve code functionality issues.<br /> <br />V3:<br />  - resolve code style.<br />  - resolve spin lock build issue.<br />  - rebase code baseline.<br />  - modify parameters of the plcr function.<br /> <br />V2:<br />  - resolve code style and github-robot build issue.<br />  - eliminate commit warning.<br />  - remove unnecessary initialization, which first usage will set.<br />  - replace mutex lock with spinlock.<br /> <br />V1:<br />  - updated network processor driver.<br />  - improve insert/delete/get table code funcs.<br /> <br />Bingbin Chen (14):<br />  net/zxdh: add network processor registers ops<br />  net/zxdh: support compatibility check<br />  net/zxdh: add agent channel<br />  net/zxdh: modify dtb queue ops<br />  net/zxdh: add tables dump address ops<br />  net/zxdh: add eram tables ops<br />  net/zxdh: get flow tables resources<br />  net/zxdh: support hash resources configuration<br />  net/zxdh: implement tables initialization<br />  net/zxdh: support hash tables write and delete ops<br />  net/zxdh: get hash table entry result<br />  net/zxdh: delete all hash entries<br />  net/zxdh: add acl tables ops<br />  net/zxdh: fix debugging errors<br /> <br /> drivers/net/zxdh/zxdh_ethdev.c     |    89 +-<br /> drivers/net/zxdh/zxdh_ethdev.h     |     1 +<br /> drivers/net/zxdh/zxdh_ethdev_ops.c |    15 +-<br /> drivers/net/zxdh/zxdh_msg.c        |    20 +-<br /> drivers/net/zxdh/zxdh_msg.h        |    12 +-<br /> drivers/net/zxdh/zxdh_mtr.c        |     8 +-<br /> drivers/net/zxdh/zxdh_np.c         | 11631 +++++++++++++++++++++++----<br /> drivers/net/zxdh/zxdh_np.h         |  1243 ++-<br /> drivers/net/zxdh/zxdh_pci.c        |    24 +-<br /> drivers/net/zxdh/zxdh_pci.h        |     2 +-<br /> drivers/net/zxdh/zxdh_rxtx.c       |    11 +-<br /> drivers/net/zxdh/zxdh_tables.c     |    42 +-<br /> drivers/net/zxdh/zxdh_tables.h     |    68 +-<br /> 13 files changed, 11464 insertions(+), 1702 deletions(-)<br /> <br />--  <br />2.27.0<br />