> -----Original Message----- > From: David Marchand <[email protected]> > Sent: Thursday, May 19, 2022 8:13 PM > To: Yang, SteveX <[email protected]> > Cc: dev <[email protected]>; Zhang, Yuying <[email protected]>; Zhang, Qi > Z <[email protected]>; Ferruh Yigit <[email protected]>; Andrew > Rybchenko <[email protected]>; Thomas Monjalon > <[email protected]> > Subject: Re: [PATCH v3] app/testpmd: support ddp dump command for ice > > On Wed, May 18, 2022 at 9:07 AM Steve Yang <[email protected]> wrote: > > > > 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 <[email protected]> > > I proposed a way to move such code in drivers, please have a look at/give > feedback to: > https://patchwork.dpdk.org/project/dpdk/list/?series=23000&state=*
This looks like a good idea, we will review and thanks for the heads-up > > > -- > David Marchand

