> -----Original Message-----
> From: Zhichao Zeng <[email protected]>
> Sent: Monday, November 4, 2024 6:10 PM
> To: [email protected]
> Cc: Zeng, ZhichaoX <[email protected]>; Richardson, Bruce
> <[email protected]>; Burakov, Anatoly
> <[email protected]>
> 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 <[email protected]>
>
> v2: change return code
> ---
Tested-by: Li, Hongbo <[email protected]>