On Mon, Nov 04, 2024 at 06:09:34PM +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 ("net/ice: support custom search path for DDP package") > > Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com> > > v2: change return code > --- > drivers/net/ice/ice_ethdev.c | 16 ++++++---------- > 1 file changed, 6 insertions(+), 10 deletions(-) > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Patch applied to dpdk-next-net-intel. Thanks, /Bruce