> -----Original Message-----
> From: Zhichao Zeng <zhichaox.z...@intel.com>
> Sent: Monday, November 4, 2024 6:10 PM
> To: dev@dpdk.org
> Cc: Zeng, ZhichaoX <zhichaox.z...@intel.com>; Richardson, Bruce
> <bruce.richard...@intel.com>; Burakov, Anatoly
> <anatoly.bura...@intel.com>
> Subject: [PATCH v2] net/ice: fix wrong DDP search path
>
> In the previous implementation, when the user did not enter any value in
> "/sys/module/firmware_class/parameters/path", it would incorrectly search
> for DDP packages under "/".
>
> This commit fixes this issue.
>
> Fixes: 9207f93640a7 ("net/ice: support custom search path for DDP
> package")
>
> Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com>
>
> v2: change return code
> ---
Tested-by: Li, Hongbo <hongbox...@intel.com>