RE: [PATCH] net/ice: fix wrong DDP search path

2024-11-04 Thread Zeng, ZhichaoX
Hi Bruce, Thanks for your suggestions, will send v2 patch. Regards Zhichao > -Original Message- > From: Richardson, Bruce > Sent: Friday, November 1, 2024 5:36 PM > To: Zeng, ZhichaoX > Cc: dev@dpdk.org; Burakov, Anatoly > Subject: Re: [PATCH] net/ice: fix wro

Re: [PATCH] net/ice: fix wrong DDP search path

2024-11-01 Thread Bruce Richardson
On Fri, Nov 01, 2024 at 04:44:43PM +0800, Zhichao Zeng wrote: > 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 (

[PATCH] net/ice: fix wrong DDP search path

2024-11-01 Thread Zhichao Zeng
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: Z