[PATCH v1 2/2] app/testpmd: support dump_pkg command for ice
Zhang, Qi Z
qi.z.zhang at intel.com
Wed May 18 06:32:29 CEST 2022
> -----Original Message-----
> From: Yang, SteveX <stevex.yang at intel.com>
> Sent: Wednesday, May 11, 2022 4:03 PM
> To: dev at dpdk.org
> Cc: Zhang, Yuying <yuying.zhang at intel.com>; Yang, Qiming
> <qiming.yang at intel.com>; Zhang, Qi Z <qi.z.zhang at intel.com>;
> mdr at ashroe.eu; Yang, SteveX <stevex.yang at intel.com>
> 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 <stevex.yang at intel.com>
Same comment to previous patch,
"dump DDP package" is different concept with "dump DDP runtime configure into a package file"
Please reword.
More information about the dev
mailing list