> -----Original Message-----
> From: Yang, SteveX <stevex.y...@intel.com>
> Sent: Wednesday, May 11, 2022 4:03 PM
> To: dev@dpdk.org
> Cc: Zhang, Yuying <yuying.zh...@intel.com>; Yang, Qiming
> <qiming.y...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>;
> m...@ashroe.eu; Yang, SteveX <stevex.y...@intel.com>
> Subject: [PATCH v1 1/2] net/ice: support dump ice ddp package
>
> Send the AQ command to acquire ice ddp package, and dump the binary to
> output file.
The ddp package is a static file be loaded during driver init.
So, replace "package" with "runtime configure" which is more accurate.
>
> Export rte dump package API (rte_pmd_ice_dump_package) for application.
>
> Signed-off-by: Steve Yang <stevex.y...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi