From: Stephen Hemminger <stephen@networkplumber.org>
To: Qi Zhang <qi.z.zhang@intel.com>
Cc: qiming.yang@intel.com, wenjun1.wu@intel.com, dev@dpdk.org
Subject: Re: [PATCH v5 1/2] net/ice: add Tx scheduling tree dump support
Date: Tue, 2 Jan 2024 15:30:00 -0800 [thread overview]
Message-ID: <20240102090427.3636a72e@hermes.local> (raw)
In-Reply-To: <20240102122425.3480836-1-qi.z.zhang@intel.com>
On Tue, 2 Jan 2024 07:24:24 -0500
Qi Zhang <qi.z.zhang@intel.com> wrote:
> Added Testpmd CLI support for dumping Tx scheduling tree.
>
> Usage:
> testpmd>txsched dump <port_id> <brief|detail> <filename>
>
> The output file is in "dot" format, which can be converted
> into an image file using Graphviz.
>
> - In "brief" mode, all scheduling nodes in the tree are displayed.
> - In "detail" mode, each node's configuration parameters are also
> displayed.
>
> Renamed `ice_ddp_package.c` to `ice_diagnose.c`, which now contains
> all CLI support for diagnostic purposes.
>
> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Why not use json, which is the defacto for easy to parse text formats?
next prev parent reply other threads:[~2024-01-02 23:30 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-26 18:54 [PATCH 1/2] net/ice: add Tx scheduling tree dump support Qi Zhang
2023-12-26 18:54 ` [PATCH 2/2] doc: add document for diagnostic utilities Qi Zhang
2023-12-27 12:31 ` [PATCH v2 1/2] net/ice: add Tx scheduling tree dump support Qi Zhang
2023-12-27 12:31 ` [PATCH v2 2/2] doc: add document for diagnostic utilities Qi Zhang
2023-12-28 10:10 ` [PATCH v3 1/2] net/ice: add Tx scheduling tree dump support Qi Zhang
2023-12-28 10:10 ` [PATCH v3 2/2] doc: add document for diagnostic utilities Qi Zhang
2024-01-02 10:28 ` [PATCH v4 1/2] net/ice: reset Tx sched node during commit Qi Zhang
2024-01-02 10:29 ` [PATCH v4 2/2] net/ice: support Tx sched commit before dev_start Qi Zhang
2024-01-02 10:32 ` [PATCH 1/2] net/ice: add Tx scheduling tree dump support Qi Zhang
2024-01-02 10:32 ` [PATCH 2/2] doc: add document for diagnostic utilities Qi Zhang
2024-01-02 10:33 ` [PATCH v4 1/2] net/ice: add Tx scheduling tree dump support Qi Zhang
2024-01-02 10:33 ` [PATCH v4 2/2] doc: add document for diagnostic utilities Qi Zhang
2024-01-02 12:24 ` [PATCH v5 1/2] net/ice: add Tx scheduling tree dump support Qi Zhang
2024-01-02 12:24 ` [PATCH v5 2/2] doc: add document for diagnostic utilities Qi Zhang
2024-01-02 23:30 ` Stephen Hemminger [this message]
2024-01-02 12:29 ` [PATCH v6 1/2] net/ice: add Tx scheduling tree dump support Qi Zhang
2024-01-02 12:29 ` [PATCH v6 2/2] doc: add document for ice diagnostic utilities Qi Zhang
2024-01-02 17:05 ` Stephen Hemminger
2024-01-02 12:39 ` [PATCH v7 1/2] net/ice: add Tx scheduling tree dump support Qi Zhang
2024-01-02 6:22 ` Wu, Wenjun1
2024-01-02 12:39 ` [PATCH v7 2/2] doc: add document for ice diagnostic utilities Qi Zhang
2024-01-02 7:14 ` Yang, Qiming
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240102090427.3636a72e@hermes.local \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=qi.z.zhang@intel.com \
--cc=qiming.yang@intel.com \
--cc=wenjun1.wu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.