Re: [PATCH v4] net/ice: support customized search path for DDP package

2024-09-13 Thread Bruce Richardson
On Fri, Sep 13, 2024 at 02:15:37PM +0800, Zhichao Zeng wrote: > This patch adds support for customizing firmware search path for > DDP package like the kernel behavior, it will read the search path > from "/sys/module/firmware_class/parameters/path", and try to load > DDP package. > > Also, update

[PATCH v4] net/ice: support customized search path for DDP package

2024-09-12 Thread Zhichao Zeng
This patch adds support for customizing firmware search path for DDP package like the kernel behavior, it will read the search path from "/sys/module/firmware_class/parameters/path", and try to load DDP package. Also, updates documentation for loading the DDP package in ice.rst. Signed-off-by: Zh