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

2024-01-01 Thread Wu, Wenjun1
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, January 2, 2024 8:40 PM > To: Yang, Qiming ; Wu, Wenjun1 > > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH v7 1/2] net/ice: add Tx scheduling tree dump support > > Added Testpmd CLI support for

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

2024-01-01 Thread Qi Zhang
Added Testpmd CLI support for dumping Tx scheduling tree. Usage: testpmd>txsched dump 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