> -----Original Message-----
> From: Yang, SteveX <[email protected]>
> Sent: Wednesday, May 11, 2022 4:03 PM
> To: [email protected]
> Cc: Zhang, Yuying <[email protected]>; Yang, Qiming
> <[email protected]>; Zhang, Qi Z <[email protected]>;
> [email protected]; Yang, SteveX <[email protected]>
> Subject: [PATCH v1 2/2] app/testpmd: support dump_pkg command for ice
>
> Support dump ice PF ddp package via testpmd command line.
Dump DDP configure into a binary(package) file from ice PF port.
>
> Add command line:
> ddp dump <port_id> <profile_path>
>
> Parameters:
> <port_id> the PF Port ID
> <profile_path> dumped package profile file, if not a absolute path,
> it will be dumped to testpmd running directory.
>
> For example:
> testpmd> ddp dump 0 current.pkg
>
> If you want to dump ice VF ddp package, you need bind other unused PF port of
> the NIC first, and then dump the PF ddp package as target output.
>
> Signed-off-by: Steve Yang <[email protected]>
Same comment to previous patch,
"dump DDP package" is different concept with "dump DDP runtime configure into a
package file"
Please reword.