Skip to content

Commit 3fa84cc

Browse files
Jie Haiferruhy
authored andcommitted
net/hns3: support filter registers by module names
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: Jie Hai <[email protected]> Acked-by: Chengwen Feng <[email protected]>
1 parent bb24acd commit 3fa84cc

File tree

2 files changed

+157
-107
lines changed

2 files changed

+157
-107
lines changed

doc/guides/nics/hns3.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,13 @@ be provided to avoid scheduling the CPU core used by DPDK application threads fo
407407
other tasks. Before starting the Linux OS, add the kernel isolation boot parameter.
408408
For example, "isolcpus=1-18 nohz_full=1-18 rcu_nocbs=1-18".
409409

410+
Dump registers
411+
--------------
412+
HNS3 supports dumping registers values with their names, and supports filtering
413+
by module names. The available module names are ``bios``, ``ssu``, ``igu_egu``,
414+
``rpu``, ``ncsi``, ``rtc``, ``ppp``, ``rcb``, ``tqp``, ``rtc``, ``cmdq``,
415+
``common_pf``, ``common_vf``, ``ring``, ``tqp_intr``, ``32_bit_dfx``,
416+
``64_bit_dfx``.
410417

411418
Limitations or Known issues
412419
---------------------------

0 commit comments

Comments
 (0)