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: clean stat values<br /> <br /> drivers/net/zxdh/zxdh_ethdev.c     |    63 +<br /> drivers/net/zxdh/zxdh_ethdev.h     |     1 +<br /> drivers/net/zxdh/zxdh_ethdev_ops.c |     4 +<br /> drivers/net/zxdh/zxdh_np.c         | 11306 +++++++++++++++++++++++----<br /> drivers/net/zxdh/zxdh_np.h         |  1258 ++-<br /> 5 files changed, 11205 insertions(+), 1427 deletions(-)<br /> <br />--  <br />2.27.0<br />