[PATCH v7 1/2] net/ice: add Tx scheduling tree dump support

Wu, Wenjun1 wenjun1.wu at intel.com
Tue Jan 2 07:22:58 CET 2024


> -----Original Message-----
> From: Zhang, Qi Z <qi.z.zhang at intel.com>
> Sent: Tuesday, January 2, 2024 8:40 PM
> To: Yang, Qiming <qiming.yang at intel.com>; Wu, Wenjun1
> <wenjun1.wu at intel.com>
> Cc: dev at dpdk.org; Zhang, Qi Z <qi.z.zhang at intel.com>
> Subject: [PATCH v7 1/2] net/ice: add Tx scheduling tree dump support
> 
> 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 at intel.com>
> ---

Acked-by: Wenjun Wu <wenjun1.wu at intel.com>



More information about the dev mailing list