> -----Original Message-----
> From: Zhang, Qi Z
> Sent: Thursday, June 9, 2022 4:41 PM
> To: Yang, SteveX <stevex.y...@intel.com>; dev@dpdk.org
> Cc: Yang, Qiming <qiming.y...@intel.com>
> Subject: RE: [PATCH v4] net/ice: support dump DDP runtime configure
>
>
>
> > -----Original Message-----
> > From: Yang, SteveX <stevex.y...@intel.com>
> > Sent: Thursday, June 9, 2022 3:40 PM
> > To: dev@dpdk.org
> > Cc: Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z
> > <qi.z.zh...@intel.com>; Yang, SteveX <stevex.y...@intel.com>
> > Subject: [PATCH v4] net/ice: support dump DDP runtime configure
> >
> > Dump DDP runtime configure into a binary(package) file from ice PF port.
> >
> > Add command line:
> > ddp dump <port_id> <config_path>
> >
> > Parameters:
> > <port_id> the PF Port ID
> > <config_path> dumped runtime configure 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 runtime configure, you need bind other
> > unused PF port of the NIC first, and then dump the PF's runtime
> > configure as target output.
> >
> > Signed-off-by: Steve Yang <stevex.y...@intel.com>
>
> Acked-by: Qi Zhang <qi.z.zh...@intel.com>
>
> Applied to dpdk-next-net-intel.
This has been dropped due to compile error after rebase, v5 is required.
>
> Thanks
> Qi