Re: [PATCH v1 11/14] net/zxdh: get hash table entry result
On Mon, 10 Feb 2025 09:50:14 +0800 Bingbin Chen wrote: > +static uint32_t > +zxdh_np_dtb_zcam_dump_info_write(uint32_t dev_id, > + uint32_t addr, > + uint32_t tb_width, > +
[PATCH v1 11/14] net/zxdh: get hash table entry result
Implement hash tables get operation by dtb channel. Signed-off-by: Bingbin Chen --- drivers/net/zxdh/zxdh_np.c | 491 + drivers/net/zxdh/zxdh_np.h | 7 + 2 files changed, 498 insertions(+) diff --git a/drivers/net/zxdh/zxdh_np.c b/drivers/net/zxdh/zxdh_np.c