Re: [PATCH v8 8/8] net/hns3: support filter registers by module names

2024-09-26 Thread Jie Hai
Hi, fengchengwen, Thanks for your review. On 2024/9/26 9:46, fengchengwen wrote: On 2024/9/25 14:40, Jie Hai wrote: This patch support dumping registers which module name is the `filter` string. The module names are in lower case and so is the `filter`. Available module names are cmdq, common_

Re: [PATCH v8 8/8] net/hns3: support filter registers by module names

2024-09-25 Thread fengchengwen
On 2024/9/25 14:40, Jie Hai wrote: > This patch support dumping registers which module name is the > `filter` string. The module names are in lower case and so is > the `filter`. Available module names are cmdq, common_pf, > common_vf, ring, tqp_intr, 32_bit_dfx, 64_bit_dfx, bios, igu_egu, > ssu, p

[PATCH v8 8/8] net/hns3: support filter registers by module names

2024-09-24 Thread Jie Hai
This patch support dumping registers which module name is the `filter` string. The module names are in lower case and so is the `filter`. Available module names are cmdq, common_pf, common_vf, ring, tqp_intr, 32_bit_dfx, 64_bit_dfx, bios, igu_egu, ssu, ppp, rpu, ncsi, rtc, rcb, etc. Signed-off-by: