V3:
- resolve code style.
- resolve spin lock build issue.
- rebase code baseline.
- modify parameters of the plcr function.
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: modify parameters of the plcr function
drivers/net/zxdh/zxdh_ethdev.c | 70 +
drivers/net/zxdh/zxdh_ethdev.h | 1 +
drivers/net/zxdh/zxdh_msg.c | 3 +-
drivers/net/zxdh/zxdh_mtr.c | 8 +-
drivers/net/zxdh/zxdh_np.c | 11387 +++++++++++++++++++++++++++----
drivers/net/zxdh/zxdh_np.h | 1223 +++-
6 files changed, 11118 insertions(+), 1574 deletions(-)
--
2.27.0