Skip to content

Commit

Permalink
doc: add document for ice diagnostic utilities
Browse files Browse the repository at this point in the history
Document ice specific testpmd CLI for diagnose purpose.

Signed-off-by: Qi Zhang <[email protected]>
Acked-by: Qiming Yang <[email protected]>
  • Loading branch information
qzhan16 committed Jan 2, 2024
1 parent b29e6b6 commit 1d76aad
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions doc/guides/nics/ice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,42 @@ To start ``testpmd``, and add vlan 10 to port 0:
testpmd> rx_vlan add 10 0
Diagnostic Utilities
--------------------

Dump DDP Package
~~~~~~~~~~~~~~~~

Dump the runtime packet processing pipeline configuration into a
binary file. This helps the support team diagnose hardware
configuration issues.

Usage::

testpmd>ddp dump <port_id> <output_file>

Dump Switch Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~

Dump detail hardware configurations related to the switch pipeline
stage into a binary file.

Usage::

testpmd>ddp dump switch <port_id> <output_file>

Dump Tx Scheduling Tree
~~~~~~~~~~~~~~~~~~~~~~~

Dump the runtime Tx scheduling tree into a DOT file.

Usage::

testpmd>txsched dump <port_id> <brief|detail> <output_file>

In "brief" mode, all scheduling nodes in the tree are displayed.
In "detail" mode, each node's configuration parameters are also displayed.

Limitations or Known issues
---------------------------

Expand Down

0 comments on commit 1d76aad

Please sign in to comment.